Advertisement
Guest User

AutoShulkers 1.0.0 default config

a guest
Mar 6th, 2021
692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.72 KB | None | 0 0
  1. ##########################
  2. #####   AutoShulker   ####
  3. ##########################
  4.  
  5. # The list of blocks for each box has to be saved on an item. The default is BOOK, but you change it
  6. # to anything you like.
  7. item-material: BOOK
  8.  
  9. # The name for the item
  10. item-name: "AutoShulker"
  11.  
  12. # The lore for the item. item-lore-line MUST contain "%s"
  13. item-lore: "This AutoShulker collects:"
  14. item-lore-line: "- %s"
  15.  
  16. # Whether or not to play a sound effect when a shulker box collects an item
  17. sound-enabled: true
  18.  
  19. # The sound effect to play when a shulker box collects an item
  20. sound-effect: ENTITY_ITEM_PICKUP
  21. sound-volume: 1.0
  22. sound-pitch: 1.0
  23.  
  24. # When set to false, only player that has the shulker box equipped can hear the sound
  25. # When set to true, all nearby players can hear the sound
  26. sound-global: true
  27.  
  28. message-actionbar: "§aAutoShulker collected {amount}x {item}"
  29.  
  30.  
  31. ##########################
  32. ##### Update Checker #####
  33. ##########################
  34.  
  35. # Checks for updates (asynchronously).
  36. # When enabled, a message is printed in the console if a new
  37. # version has been found, and OPs will be notified when they join the server
  38. # When set to true, check for updates on startup and every X hours (see below)
  39. # When set to on-startup, only check on server startup
  40. # When set to false, don't check for updates
  41. check-for-updates: true
  42.  
  43. # When you set "check-for-updates" to true, you can define the amount
  44. # of hours between each update check.
  45. update-check-interval: 4
  46.  
  47. ##########################
  48. ##### End of Config  #####
  49. ##########################
  50.  
  51. # Only enable this if you know what you are doing
  52. debug: false
  53.  
  54. # NEVER CHANGE THE VALUES BELOW!
  55. plugin-version: ${project.version}
  56. config-version: ${config.version}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement