-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
本次 commit 包含以下内容: - [Added] 添加了 bStats 数据统计,可于配置文件中关闭。
- Loading branch information
1 parent
964c512
commit 26a3905
Showing
10 changed files
with
99 additions
and
10 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
.idea/libraries/Maven__net_md_5_bungeecord_chat_1_13_SNAPSHOT.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
.idea/libraries/Maven__net_md_5_bungeecord_chat_1_15_SNAPSHOT.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
.idea/libraries/Maven__org_spigotmc_spigot_api_1_15_2_R0_1_SNAPSHOT.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,48 @@ | ||
Settings: | ||
Title: "检索结果" | ||
Row: 5 | ||
Items: | ||
GLASS: | ||
ItemStack: | ||
Material: GRAY_STAINED_GLASS_PANE | ||
Position: | ||
X: 1-9 | ||
Y: 1,5 | ||
BACK: | ||
ItemStack: | ||
Display: "&b返回" | ||
Material: MAP | ||
Lore: | ||
- '' | ||
- ' &7导航 &b▶' | ||
- ' %BACK%' | ||
- '' | ||
- ' &b▶ &f返回上一个界面' | ||
- '' | ||
Position: | ||
X: 2 | ||
Y: 5 | ||
MODEL: | ||
ItemStack: | ||
Display: "&9投票 %TITLE% (%OPEN%)" | ||
Material: WRITABLE_BOOK | ||
Lore: | ||
- '' | ||
- ' &7投票类型 &b▶' | ||
- ' &f%TYPE%' | ||
- ' &7&o%TYPE_desc%' | ||
- '' | ||
- ' &7目标人数 &b▶' | ||
- ' &f%GOAL% 人' | ||
- '' | ||
- ' &7投票简述 &b▶ ' | ||
- ' &f&o%DESCRIPTION%' | ||
- '' | ||
- ' &7由 &f%OWNER% &7于 &f%STARTTIME% &7发起' | ||
- ' &7持续 &f%DURATION%' | ||
- '' | ||
- ' &b▶ &f左键查看投票详细信息' | ||
- '' | ||
Position: | ||
X: 2-8 | ||
Y: 2-3 |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Debug: false | ||
bStats: true | ||
Language: Chinese | ||
Sound: | ||
Enable: true | ||
|