Guest User

Untitled

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