- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
ChestSort
ChestSort
外文名 | ChestSort |
作者 | mfnalex |
插件类型 | Spigot / CraftBukkit |
最新版本 | 1.5.7 |
兼容服务端 | 1.12.2-1.13 |
源地址 | http://dev.bukkit.org/bukkit-plugins/ChestSort |
介绍
这个插件可以在你关闭箱子后自动整理箱子,每个玩家都可以用/chestsort指令来开关这一功能.
但玩家需要chestsort.use权限才能使用该指令.
如果有权限的话,玩家登录后第一次打开箱子会有信息提示如何使用这个功能
指令
/chestsort 或 /sort
权限
配置
默认配置
<spoiler>
######################### ##### ChestSort ##### ######################### # # Please note that players will need the chestsort.use permission # or have to be OP to be able to use automatic chest sorting. # # when set to false, new players will have to run /chestsort # once to enable automatic chest sorting. sorting-enabled-by-default: false # when set to true, players with sorting DISABLED will be # shown a message on how to enable automatic chest sorting # when they use a chest for the first time. # consider setting this to true when you disable sorting by default. # see also -> message-when-using-chest show-message-when-using-chest: true # when set to true, players with sorting ENABLED will be # shown a message on how to disable automatic chest sorting # when they use a chest for the first time. # consider setting this to true when you enable sorting by default. # see also -> message-when-using-chest2 show-message-when-using-chest-and-sorting-is-enabled: false # when set to true, the messages are shown again when a player # logs out and back in and then uses a chest again. show-message-again-after-logout: true ######################### ##### localization ###### ######################### # Available color codes: # &0 Black &6 Gold &c Red # &1 Dark Blue &7 Gray &d Light Purple # &2 Dark Green &8 Dark Gray &e Yellow # &3 Dark Aqua &9 Blue &f White # &4 Dark Red &a Green # &5 Dark Purple &b Aqua # Available formatting codes: # &k Obfuscated &m Strikethrough # &l Bold &o Italic # &n Underline &r Reset ##### English message-when-using-chest: "&7Hint: Type &6/chestsort&7 to enable automatic chest sorting." message-when-using-chest2: "&7Hint: Type &6/chestsort&7 to disable automatic chest sorting." message-sorting-disabled: "&7Automatic chest sorting has been &cdisabled&7." message-sorting-enabled: "&7Automatic chest sorting has been &aenabled&7." message-error-players-only: "&cError: This command can only be run by players." ##### French - Thanks to automatizer for translating! -> https://www.spigotmc.org/members/automatizer.26188/ #message-when-using-chest: "&7Astuce: Écris &6/chestsort&7 pour activer le classement automatique." #message-when-using-chest2: "&7Astuce: Écris &6/chestsort&7 pour désactiver le classement automatique." #message-sorting-disabled: "&7Le classement automatique a été &cdésactivé&7." #message-sorting-enabled: "&7Le classement automatique a été &aactivé&7." #message-error-players-only: "&cErreur: Cette commande ne peut être utilisée que par des joueurs." ##### German #message-when-using-chest: "&7Hinweis: Benutze &6/chestsort&7 um die automatische Kistensortierung zu aktivieren." #message-when-using-chest2: "&7Hinweis: Benutze &6/chestsort&7 um die automatische Kistensortierung zu deaktivieren." #message-sorting-disabled: "&7Automatische Kistensortierung &cdeaktiviert&7." #message-sorting-enabled: "&7Automatische Kistensortierung &aaktiviert&7." #message-error-players-only: "&cFehler: Dieser Befehl ist nur für Spieler verfügbar." ##### Italian - Translated with Google. Please tell me if something is wrong :) #message-when-using-chest: "&7Nota: inserire &6/chestsort&7 per abilitare l'ordinamento automatico dei bauli." #message-when-using-chest2: "&7Nota: inserire &6/chestsort&7 per disabilitare l'ordinamento automatico dei bauli." #message-sorting-disabled: "&7L'ordinamento automatico dei bauli è stato &cdisattivato&7." #message-sorting-enabled: "&7L'ordinamento automatico dei bauli è stato &aattivato&7." #message-error-players-only: "&cErrore: questo comando è disponibile solo per i giocatori." ######################### ##### Done! ##### ######################### # please do not change the following line manually! config-version: 2
</spoiler>
汉化配置
######################### ##### ChestSort ##### ##### 箱子整理 ##### ######################### # 当设置为false时,新玩家必须输入 /chestsort # 才能启用箱子整理功能. sorting-enabled-by-default: false # 当设置为true, 关闭自动整理功能的玩家(包括第一次使用该功能的玩家) # 会获取到如何启用这个功能的提示消息 # consider setting this to true when you disable sorting by default. # see also -> message-when-using-chest show-message-when-using-chest: true # when set to true, players with sorting ENABLED will be # shown a message on how to disable automatic chest sorting # when they use a chest for the first time. # consider setting this to true when you enable sorting by default. # see also -> message-when-using-chest2 show-message-when-using-chest-and-sorting-is-enabled: false # when set to true, the messages are shown again when a player # logs out and back in and then uses a chest again. show-message-again-after-logout: true ######################### ##### localization ###### ######################### # 可用颜色代码: # &0 Black &6 Gold &c Red # &1 Dark Blue &7 Gray &d Light Purple # &2 Dark Green &8 Dark Gray &e Yellow # &3 Dark Aqua &9 Blue &f White # &4 Dark Red &a Green # &5 Dark Purple &b Aqua # 可用格式代码: # &k Obfuscated &m Strikethrough # &l Bold &o Italic # &n Underline &r Reset ##### 简体中文 message-when-using-chest: "&7提示: 输入 &6/chestsort&7 来启用自动整理箱子." message-when-using-chest2: "&7提示: 输入 &6/chestsort&7 来关闭自动整理箱子." message-sorting-disabled: "&7自动整理箱子已 &c关闭&7." message-sorting-enabled: "&7自动整理箱子已 &a启用&7." message-error-players-only: "&c错误: 指令只能由玩家运行." ##### 法语 - Thanks to automatizer for translating! -> https://www.spigotmc.org/members/automatizer.26188/ #message-when-using-chest: "&7Astuce: Écris &6/chestsort&7 pour activer le classement automatique." #message-when-using-chest2: "&7Astuce: Écris &6/chestsort&7 pour désactiver le classement automatique." #message-sorting-disabled: "&7Le classement automatique a été &cdésactivé&7." #message-sorting-enabled: "&7Le classement automatique a été &aactivé&7." #message-error-players-only: "&cErreur: Cette commande ne peut être utilisée que par des joueurs." ##### 德语 #message-when-using-chest: "&7Hinweis: Benutze &6/chestsort&7 um die automatische Kistensortierung zu aktivieren." #message-when-using-chest2: "&7Hinweis: Benutze &6/chestsort&7 um die automatische Kistensortierung zu deaktivieren." #message-sorting-disabled: "&7Automatische Kistensortierung &cdeaktiviert&7." #message-sorting-enabled: "&7Automatische Kistensortierung &aaktiviert&7." #message-error-players-only: "&cFehler: Dieser Befehl ist nur für Spieler verfügbar." ##### 意大利语 - 使用谷歌翻译. 如果有错请指正 :) #message-when-using-chest: "&7Nota: inserire &6/chestsort&7 per abilitare l'ordinamento automatico dei bauli." #message-when-using-chest2: "&7Nota: inserire &6/chestsort&7 per disabilitare l'ordinamento automatico dei bauli." #message-sorting-disabled: "&7L'ordinamento automatico dei bauli è stato &cdisattivato&7." #message-sorting-enabled: "&7L'ordinamento automatico dei bauli è stato &aattivato&7." #message-error-players-only: "&cErrore: questo comando è disponibile solo per i giocatori." ######################### ##### Done! ##### ######################### # 不要人为地修改版本号! config-version: 2