mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2025-02-15 03:41:40 +01:00
added Chinese language support (thanks to qsefthuopq @ spigotmc)
This commit is contained in:
parent
89c57976be
commit
b5d15bc23f
@ -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-sorting-enabled: "&7L'ordinamento automatico dei bauli è stato &aattivato&7."
|
||||||
#message-error-players-only: "&cErrore: questo comando è disponibile solo per i giocatori."
|
#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! #####
|
##### Done! #####
|
||||||
#########################
|
#########################
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
main: de.jeffclan.JeffChestSort.JeffChestSortPlugin
|
main: de.jeffclan.JeffChestSort.JeffChestSortPlugin
|
||||||
name: ChestSort
|
name: ChestSort
|
||||||
version: 1.5.6
|
version: 1.5.8
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
description: Allows automatic chest sorting
|
description: Allows automatic chest sorting
|
||||||
author: mfnalex
|
author: mfnalex
|
||||||
|
@ -25,7 +25,6 @@ public class JeffChestSortPlugin extends JavaPlugin {
|
|||||||
|
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
Metrics metrics = new Metrics(this);
|
Metrics metrics = new Metrics(this);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user