Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. not-enough-money: '&cYour balance is too low to buy that.'
  2.  
  3. item-not-found: '&cThis printer item was not found.'
  4.  
  5. already-enabled: '&cPrinter mode is already enabled.'
  6.  
  7. already-disabled: '&cPrinter mode is already disabled.'
  8.  
  9. toggled-on: '&aPrinter has been enabled.'
  10.  
  11. toggled-off: '&aPrinter has been disabled.'
  12.  
  13. noprint-time: 100 # ticks
  14.  
  15. help: 'Printer help page \n\n/printer enable - enable printer mode \n/printer disable - disable printer mode'
  16.  
  17. noprint-message: '&aPrinter took $%amount% in 5 seconds'
  18.  
  19. on-disable: '&aPriner took totaly $%amount%.'
  20.  
  21. inventory-open-message: '&cYou are not allowed to open inventory with printer enabled!'
  22.  
  23. shopguiplus-shops:
  24. - 'blocks'
  25. - 'ores'
  26.  
  27. commands-blocked-type: 'WHITELIST' #BLACKLIST or WHITELIST
  28.  
  29. commands-blocked: # any command must be lower case!
  30. - 'spawn'
  31. - 'msg'
  32. - 'printer'
  33.  
  34. command-disabled: '&cThis command is disabled with printer'
  35.  
  36. projectile-launch-message: "&cYou cannot launch projectiles in printer mode!"
  37.  
  38. dropitem-message: "&cYou cannot drop items in printer mode!"
  39.  
  40. mobspawnegg-message: "&cYou cannot use monster egg in printer mode!"
  41.  
  42. onconsume-message: "&cYou cannot use potions in printer mode!"
  43.  
  44. break-disabled: true
  45.  
  46. onbreak-message: "&cYou cannot break blocks in printer mode!"
  47.  
  48. damaged-message: "&cYour printer mode is now disabled because you damaged entity."
  49.  
  50. pickup-item-message: "&cHEY U CANNOT PICKUP ITEMS IN PRINTER MODE11!"
  51.  
  52. itemframe-modify-message: "&4Unfortunately you're not allowed to modify this itemframe in printer mode!"
  53.  
  54. blacklisted-block-message: "&4YOu cannot place this entity while you're in printer mode!"
  55.  
  56. blacklisted-blocks: #https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html for full list
  57. - "ARMOR_STAND"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement