-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from BentoBoxWorld/develop
Release 1.8.0
- Loading branch information
Showing
16 changed files
with
157 additions
and
44 deletions.
There are no files selected for viewing
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 @@ | ||
/.DS_Store |
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
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,81 @@ | ||
--- | ||
bank: | ||
admin: | ||
description: comando di amministrazione per la banca dell'isola | ||
give: | ||
parameters: "<giocatore> <importo>" | ||
description: aggiungi importo al conto dell'isola del giocatore | ||
success: "&aFatto! Il saldo bancario dell'isola di [nome] è ora [numero]." | ||
take: | ||
parameters: "<giocatore> <importo>" | ||
description: preleva l'importo dal conto dell'isola del giocatore | ||
balance: | ||
parameters: "<giocatore>" | ||
description: visualizzare il saldo del conto dell'isola del giocatore | ||
set: | ||
parameters: "<giocatore> <importo>" | ||
description: imposta l'importo nel conto dell'isola del giocatore | ||
success: "&aIl bilancio di [name] è stato impostato su [number]." | ||
statement: | ||
parameters: "<giocatore>" | ||
description: visualizza l'estratto conto dell'isola per il giocatore | ||
balance: | ||
description: mostra il bilancio della tua isola | ||
island-balance: "&aIl bilancio dell'isola è [number]." | ||
baltop: | ||
description: mostra la classifica dei bilanci | ||
description-syntax: "&d [number]" | ||
highest: Ordina per più alto | ||
lowest: Ordina per più basso | ||
name-syntax: "&d [name]" | ||
title: I bilanci più alti | ||
deposit: | ||
description: deposita l'importo nella banca dell'isola | ||
parameters: "<importo>" | ||
success: "&Fatto! Il tuo nuovo saldo bancario sull'isola è [number]." | ||
alert: "&a[name] ha depositato [number] nella banca dell'isola." | ||
errors: | ||
bank-error: "&c Errore durante il caricamento dei dati del conto bancario: riprova | ||
più tardi" | ||
low-balance: "&c Il saldo della tua isola non è abbastanza alto!" | ||
too-low: "&c Il saldo dell'isola è troppo basso." | ||
must-be-a-number: "&c L'importo deve essere un numero" | ||
no-rank: "&c Il tuo grado non è sufficientemente alto per utilizzare la banca." | ||
too-much: "&c Non hai quell'importo da depositare." | ||
value-must-be-positive: "&c L'importo deve essere positivo." | ||
scientific: "&c La notazione scientifica non è supportata." | ||
too-long: "&c Il valore deve essere inferiore a 10 cifre" | ||
statement: | ||
balance: | ||
name: "&9 Saldo:" | ||
description: "&6 [number]" | ||
deposit: Deposito | ||
description: mostra la cronologia della banca della tua isola | ||
give: Regalo amministratore | ||
interest: Interesse | ||
latest: Ordina per più recente | ||
oldest: Ordina per più vecchio | ||
set: Impostazione amministratore | ||
syntax: | | ||
&9 [date] | ||
&9 [time] | ||
&7 [name] | ||
&6 [number] | ||
take: Presa amministrativa | ||
title: Cronologia del conto | ||
unknown: Tipo sconosciuto | ||
withdrawal: Ritiro | ||
user: | ||
description: comando della banca dell'isola | ||
withdraw: | ||
description: prelevare l'importo dal conto dell'isola | ||
parameters: "<importo>" | ||
success: "&Fatto! Il tuo nuovo saldo bancario sull'isola è [number]." | ||
alert: "&un [name] ritirò [number] dalla banca dell'isola." | ||
protection: | ||
flags: | ||
BANK_ACCESS: | ||
description: |- | ||
&f Consenti accesso a | ||
&f la banca dell'isola | ||
name: Accesso alla banca dell'isola |
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,72 +1,74 @@ | ||
--- | ||
bank: | ||
admin: | ||
description: 岛岸管理员命令 | ||
description: 岛屿银行管理员命令 | ||
give: | ||
parameters: "<玩家> <金额>" | ||
description: 增加金额到玩家的岛屿账户 | ||
success: "&a成功! [name] 的岛屿银行余额现在是 [number]。" | ||
description: 向玩家的空岛银行增加金钱 | ||
success: "&a成功! [name] 的岛屿银行余额现在是 [number]" | ||
take: | ||
parameters: "<玩家> <金额>" | ||
description: 从玩家的岛屿账户中提取金额 | ||
description: 从玩家的岛屿账户中取出金钱 | ||
balance: | ||
parameters: "<玩家>" | ||
description: 查看玩家的岛屿账户余额 | ||
set: | ||
parameters: "<玩家> <金额>" | ||
description: 在玩家的岛屿账户中设置金额 | ||
success: "&a [name]的帐户设置为[number]。" | ||
description: 设置玩家岛屿账户的金额 | ||
success: "&a [name] 的帐户金额设置为[number]" | ||
statement: | ||
parameters: "<玩家>" | ||
description: 查看玩家的岛上银行对帐单 | ||
description: 查看玩家的岛上银行帐单 | ||
balance: | ||
description: 显示您的岛屿银行余额 | ||
island-balance: "&a岛银行的余额为[number]。" | ||
baltop: | ||
description: 显示余额排名 | ||
description-syntax: "&d[number]" | ||
highest: 按最高排序 | ||
lowest: 最低排序 | ||
highest: 降序排序 | ||
lowest: 升序排序 | ||
name-syntax: "&d[name]" | ||
title: 最高余额 | ||
deposit: | ||
description: 将金额存入您的岛屿账户 | ||
parameters: "<金额>" | ||
success: "&成功!您的新岛银行余额为[number]。" | ||
alert: "&a [name]向岛屿银行存入了[number]。" | ||
errors: | ||
bank-error: "&c加载银行帐户信息时出错-请稍后重试" | ||
low-balance: "&c您的岛屿银行余额不够高!" | ||
too-low: "&c 岛平衡太低。" | ||
low-balance: "&c您的岛屿银行余额不足!" | ||
too-low: "&c 空岛余额太少" | ||
must-be-a-number: "&c金额必须是数字" | ||
no-rank: "&c您的等级不够高,无法使用银行。" | ||
too-much: "&c您没有那笔存款。" | ||
value-must-be-positive: "&c金额必须为正。" | ||
too-much: "&c您没有足够的钱来存入。" | ||
value-must-be-positive: "&c金额必须为正数。" | ||
scientific: "&c 不支持科学记数法。" | ||
too-long: "&c 值必须小于 10 位" | ||
statement: | ||
balance: | ||
name: "&9 银行存款余额:" | ||
description: "&6 [number]" | ||
deposit: 存款 | ||
deposit: 存入 | ||
description: 显示您的岛屿银行历史 | ||
give: 管理员给 | ||
give: 管理员给予 | ||
interest: 银行利息 | ||
latest: 按最新排序 | ||
oldest: 按最旧排序 | ||
set: 管理员集 | ||
set: 管理员设置 | ||
syntax: "&9 [date] \n&9 [time] \n&7 [name]\n &6 [number]" | ||
take: 管理员请 | ||
take: 管理员拿走 | ||
title: 账户历史 | ||
unknown: 未知类型 | ||
withdrawal: 退出 | ||
withdrawal: 取出 | ||
user: | ||
description: 岛屿银行命令 | ||
withdraw: | ||
description: 从您的岛屿账户中提款 | ||
parameters: "<金额>" | ||
success: "&a成功!您的新岛银行余额为[number]。" | ||
alert: "&a [name]从岛屿银行取出了[number]。" | ||
protection: | ||
flags: | ||
BANK_ACCESS: | ||
description: "&f允许进入岛岸" | ||
name: 岛银行访问 | ||
description: "&f允许使用空岛银行" | ||
name: 空岛银行权限 |
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
Oops, something went wrong.