diff --git a/config.yml b/config.yml index 8c443dc..892aca0 100644 --- a/config.yml +++ b/config.yml @@ -74,6 +74,13 @@ message-error-players-only: "&cError: This command can only be run by players." #message-sorting-enabled: "&7L'ordinamento automatico dei bauli è stato &aattivato&7." #message-error-players-only: "&cErrore: questo comando è disponibile solo per i giocatori." +##### Chinese - Thanks to qsefthuopq for translating! -> https://www.spigotmc.org/members/qsefthuopq.339953/ +#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错误: 指令只能由玩家运行." + ######################### ##### Done! ##### ######################### diff --git a/plugin.yml b/plugin.yml index 9605576..9cb8276 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,6 +1,6 @@ main: de.jeffclan.JeffChestSort.JeffChestSortPlugin name: ChestSort -version: 1.5.6 +version: 1.5.8 api-version: 1.13 description: Allows automatic chest sorting author: mfnalex diff --git a/src/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java b/src/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java index 18f606d..e109c17 100644 --- a/src/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java +++ b/src/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java @@ -25,7 +25,6 @@ public class JeffChestSortPlugin extends JavaPlugin { @SuppressWarnings("unused") Metrics metrics = new Metrics(this); - } @Override