Advertisement
Guest User

Untitled

a guest
May 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1.  
  2. Banknotes:
  3. #Minimum amount of cash they can withdraw
  4. Min: 1
  5. #Maximum amount of cash they can withdraw
  6. Max: 2000000000
  7. Item: 'Paper'
  8. Name: '&a&lBanknotes &7(Right Click)'
  9. Lore:
  10. - '&5Amount &f$%amount%' # This line has to have %amount% or the plugin will send errors
  11. - '&dWithdrawn by &f%player%'
  12.  
  13. Withdraw:
  14. Usage: '&9Usage > &e/withdraw &a<amount>'
  15. NotEnoughCash: '&cYou cannot withdraw this amount, or you don''t have enough cash'
  16. #
  17. WithdrawMessage:
  18. - '&c&l-$%amount%'
  19. # Placeholders for DepositMessage:
  20. # %amount% - Amount of cash the banknote is worth
  21. # %newbalance% - New balance of the player after redeeming the banknote
  22. DepositMessage:
  23. - '&a&l+$%amount%'
  24. #Abreviation for trillion
  25. trillion: 'tril'
  26. #Abreviation for billion
  27. billion: 'bil'
  28. #Abreviation for million
  29. million: 'mil'
  30. #Abreviation for thousand
  31. thousand: 'k'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement