From fb4147b8c780c6d543cff179635ff4fd4ad18707 Mon Sep 17 00:00:00 2001 From: Taner <11832079-Tanerx@users.noreply.gitlab.com> Date: Sun, 10 Sep 2023 11:00:36 +0000 Subject: [PATCH] New translations party-view.yml (Chinese Traditional) --- .../Chinese Traditional/gui/party-view.yml | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/party-view.yml diff --git a/MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/party-view.yml b/MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/party-view.yml new file mode 100644 index 00000000..da5f6aac --- /dev/null +++ b/MMOCore-Dist/src/main/resources/default/translation/Chinese Traditional/gui/party-view.yml @@ -0,0 +1,40 @@ +#GUI display name +name: 隊伍 ({players}/{max}) +#Number of slots in your inventory. Must be +#between 9 and 54 and must be a multiple of 9. +slots: 54 +items: + member: + slots: + - 10 + - 12 + - 14 + - 16 + - 28 + - 30 + - 32 + - 34 + function: member + empty: + item: GRAY_STAINED_GLASS_PANE + name: '&a沒有玩家' + member: + item: PLAYER_HEAD + name: '&a{name}' + lore: + - '&7等級 {level} {class}' + - '&7上線時間: {since}' + leave: + slots: + - 50 + function: leave + item: REDSTONE + name: '&c離開隊伍' + lore: { } + request: + slots: + - 48 + function: invite + item: WRITABLE_BOOK + name: '&a邀請玩家...' + lore: { }