Advertisement
The_Munchkin

ShulkerBoxBackPacks config

Aug 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #Plugin: ShulkerBoxBackPacks
  2. #https://www.spigotmc.org/resources/shulkerbox-backpacks-1-11-1-14.61073/
  3.  
  4. #----------------------------------------------------------#
  5.  
  6. # Permissions to use the plugin's featues
  7. permission: ShulkerBoxBackPacks.use
  8. nesting-permission: ShulkerBoxBackPacks.nesting
  9.  
  10. # Allow nesting of Shulker Boxes
  11. nesting: true
  12. # Maximum depth of shulker box nesting (-1 is infinite)
  13. nesting-depth: -1
  14.  
  15. # Disable plugin functions for renamed Shulker Boxes (for compatability with other plugins)
  16. use-renamed-boxes: true
  17.  
  18. # Disable plugin functions for renamed Shulker Boxes with special formatting ONLY (ex. Colors, bold, italics, etc...)
  19. # This option is automatically disabled if the above is false
  20. use-formatted-renamed-boxes: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement