-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
45 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# ScriptEntityPlus v${project.version} Config # | ||
|
||
|
||
## ===== For Developers ===== ## | ||
# Basically, non-developers should not change the settings. | ||
# Please specify the exact ClassPath of the Option. | ||
# This function rewrites the coordinates to be retrieved to the coordinates of the entity. | ||
FilterOptions: | ||
- 'com.github.yuttyann.scriptblockplus.script.option.chat.Command' | ||
- 'com.github.yuttyann.scriptblockplus.script.option.chat.Console' | ||
- 'com.github.yuttyann.scriptblockplus.script.option.chat.BypassOP' | ||
- 'com.github.yuttyann.scriptblockplus.script.option.vault.BypassPerm' | ||
- 'com.github.yuttyann.scriptblockplus.script.option.vault.BypassGroup' | ||
- 'com.github.yuttyann.scriptblockplus.script.option.other.PlaySound' |
5 changes: 3 additions & 2 deletions
5
src/main/resources/config.yml → src/main/resources/config/ja.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# ScriptEntityPlus v${project.version} Config # | ||
|
||
|
||
## ===== 开发者的设置 ===== ## | ||
# 基本上,只有开发人员应该改变设置。 | ||
# 请指定该选项的确切路径。 | ||
# 这个函数将选项中要检索的坐标改写为实体的坐标。 | ||
FilterOptions: | ||
- 'com.github.yuttyann.scriptblockplus.script.option.chat.Command' | ||
- 'com.github.yuttyann.scriptblockplus.script.option.chat.Console' | ||
- 'com.github.yuttyann.scriptblockplus.script.option.chat.BypassOP' | ||
- 'com.github.yuttyann.scriptblockplus.script.option.vault.BypassPerm' | ||
- 'com.github.yuttyann.scriptblockplus.script.option.vault.BypassGroup' | ||
- 'com.github.yuttyann.scriptblockplus.script.option.other.PlaySound' |
2 changes: 1 addition & 1 deletion
2
src/main/resources/lang/en.yml → src/main/resources/message/en.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/resources/lang/ja.yml → src/main/resources/message/ja.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/resources/lang/zh.yml → src/main/resources/message/zh.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters