Advertisement
Guest User

Untitled

a guest
Jan 29th, 2022
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. prefix: "&7[&6PersonalBank&7] &6⛃ &r"
  2. noPermission: "&cYou do not have permission"
  3. depositMoneySuccess: "&aThe money has been deposited successfully, Now you have &6%bank_current_balance% &ain the bank"
  4. depositMoneyFailed: "&cMoney cannot be deposited"
  5. withdrawMoneySuccess: "&aThe money has been successfully withdrawn, Now you have &6%bank_current_balance% &ain the bank"
  6. withdrawMoneyFailed: "&aThe money has not been deposited"
  7. exceedLimitBank: "&cThe amount entered exceeds the bank limit. Improve the bank level to deposit more money"
  8. notDeposit: "&cYou must first make a deposit"
  9. notTransactions: "&cYou do not have transactions."
  10. notEnoughMoney: "&cYou do not have enough money in your wallet to make this transfer"
  11. notAmountEnoughWithdraw: "&cYou do not have this amount to withdraw. Check your balance"
  12. lostMoneyForDie: "&cYou lose the %bank_death_percent%% of your money in your wallet, put safe your money in the bank"
  13. anvilMessage: "Type an amount"
  14. enterValidNumber: "&cPlease enter a valid number"
  15. enterValidAmount: "&cEnter a valid amount"
  16. balanceAdminSuccess: "&athe balance of &6%bank_player% &ais &6%bank_current_balance%"
  17. depositAdminSuccess: "&aThe deposit was did to &6%bank_player% &asuccessful"
  18. withdrawAdminSuccess: "&athe withdraw was did to &6%bank_player% &asuccessful"
  19. bankSetAdminSuccess: "&aYou have changed the bank to the player successfully"
  20. invalidMoneyAdmin: "&cEnter a valid a amount"
  21. upgradeBankMessage: "&aYou have leveled up your bank, now you can deposit more money"
  22. superiorLevelBankError: "&cYou have a superior level bank than the one you're trying to get"
  23. inferiorLevelBankError: "&cYou still can't unlock this bank level"
  24. notEnoughMoneyForUpgrade: "&cYou have not the enough money for upgrade your bank"
  25. needTransaction: "&cFirst, you need do one transaction before upgrade"
  26. levelHolder: "&cYou already own this bank level"
  27. itemSaveInBankChest: "&aYour items has been saved in the chest successfully"
  28. purchasedPlaceHolder: "&aPurchased"
  29. notPurchasedPlaceHolder: "&cNot purchased yet"
  30. takeMoneyForOpenBankChest: "&aMoney has been taken from your wallet to open your bank chest, the cost was %bank_open_inventory_cost%"
  31. notEnoughMoneyForOpenBankChest: "&cyou don't have enough money to open the bank chest, you need %bank_open_inventory_cost%"
  32. showTransactionsFirstLine: "======== %bank_player% Personal Bank =========="
  33. showTransactionsLastLine: "========================================="
  34. clearTransactionsSuccess: "&aAll transactions were delete"
  35. clearTransactionsFailed: "&aThe transactions can't be deleted"
  36. transactionMinutes: "min ago"
  37. transactionHours: "hours ago"
  38. transactionDays: "days ago"
  39. MainMenu:
  40. name: "&aPersonal bank account"
  41. deposit:
  42. name: "&aDeposit money"
  43. lore:
  44. - "&7Current money deposited: &6%bank_current_balance%"
  45. - ""
  46. - "&7Store your money and avoid losing it when you die"
  47. - "&7while you go on adventures"
  48. withdraw:
  49. name: "&aWithdraw money"
  50. lore:
  51. - "&7Current money deposited: &6%bank_current_balance%"
  52. - ""
  53. - "&7Take your money from the bank and deposit"
  54. - "&7in your wallet, take care you can lost it"
  55. transactions:
  56. name: "&aList of transactions"
  57. upgradeMenu:
  58. name: "&aUpgrade Bank menu"
  59. lore:
  60. - "&7Are you so rich that you can´t"
  61. - "&7event store your coins?"
  62. - ""
  63. - "&7Current Bank: %bank_current_level_name%"
  64. - "&7Bank limit: &6%bank_limit_deposit%"
  65. - ""
  66. - "&aClick to view upgrades!"
  67. bankChest:
  68. name: "&aBank chest"
  69. lore:
  70. - "&7Here you can save items and secure them"
  71. - "&7but an amount will be charged depending on the amount"
  72. - "&7of money deposited in the bank and a commission"
  73. - "&7value set for you: &6%bank_open_inventory_comission%"
  74. - "&7the total cost for open your bank is: &6%bank_open_inventory_cost%"
  75. goToMenu:
  76. name: "&aGo to the menu"
  77. lore:
  78. - ""
  79. exit:
  80. name: "&aClose menu"
  81. lore:
  82. - ""
  83. investmentInfo:
  84. name: "&aInformation"
  85. lore:
  86. - "&7Keep your money safe in the bank"
  87. - "&7You lose &6%bank_death_percent%% &7of your money"
  88. - "&7from your wallet when you death"
  89. - "&7Protect your money by depositing with us"
  90. - ""
  91. - "&7Your deposit limit: &6%bank_limit_deposit%"
  92. - "&7Your investment: &6%bank_investment_level%"
  93. - ""
  94. - "&7You are granted a monetary investment"
  95. - "&7for keeping your money in the bank"
  96. - "&7every &6%bank_time_investment% &7hours"
  97. filler:
  98. name: "&6-"
  99. lore: []
  100. withdrawMenu:
  101. name: "&6Withdraw Bank menu"
  102. backToMain:
  103. name: "-"
  104. withdrawSpecific:
  105. name: "&eWithdraw specific quantity"
  106. lore:
  107. - "&7Current money in the bank: &6%bank_current_balance%"
  108. withdrawAll:
  109. name: "&6Withdraw all your money"
  110. lore:
  111. - "&7Current money in the bank: &6%bank_current_balance%"
  112. withdrawHalf:
  113. name: "&aWithdraw half of your money"
  114. lore:
  115. - "&7Current money in the bank: &6%bank_current_balance%"
  116. filler:
  117. name: "&6-"
  118. lore: []
  119. depositMenu:
  120. name: "&6Deposit Bank menu"
  121. backToMain:
  122. name: "-"
  123. depositSpecific:
  124. name: "&eDeposit specific quantity"
  125. lore:
  126. - "&7Current money in the bank: &6%bank_current_balance%"
  127. depositAll:
  128. name: "&6Deposit all your money"
  129. lore:
  130. - "&7Current money in the bank: &6%bank_current_balance%"
  131. depositHalf:
  132. name: "&aDeposit half of your money"
  133. lore:
  134. - "&7Current money in the bank: &6%bank_current_balance%"
  135. filler:
  136. name: "&6-"
  137. lore: []
  138. upgradeMenu:
  139. name: "&6Upgrade Bank menu"
  140. backToMain:
  141. name: "-"
  142. lore: "-"
  143. level1:
  144. name: "&eLittle Bank"
  145. lore:
  146. - "&7Click to buy &6Little Bank &7upgrade"
  147. - ""
  148. - "&7Purchased: %bank_level_state:1%"
  149. - ""
  150. - "&7Cost: &6100000"
  151. - "&7Upgrade Limit: &65000"
  152. - "&7Investment: &610%"
  153. level2:
  154. name: "&6Premium Bank"
  155. lore:
  156. - "&7Click to buy &6Premium Bank &7upgrade"
  157. - ""
  158. - "&7Purchased: %bank_level_state:2%"
  159. - ""
  160. - "&7Cost: &6500000"
  161. - "&7Upgrade Limit: &610000"
  162. - "&7Investment: &620%"
  163. level3:
  164. name: "&aDeluxe Bank"
  165. lore:
  166. - "&7Click to buy &6Deluxe Bank &7upgrade"
  167. - ""
  168. - "&7Purchased: %bank_level_state:3%"
  169. - ""
  170. - "&7Cost: &65000000"
  171. - "&7Upgrade Limit: &6200000"
  172. - "&7Investment: &625%"
  173. filler:
  174. name: "&6-"
  175. lore: []
  176. chestMenu:
  177. name: "&6Bank chest"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement