Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. #// <>==<>==<> ItemJoin's Settings, by RockinChaos <>==<>==<> //#
  2. #// See the Documentations page for a more in-depth tutorial; https://www.spigotmc.org/wiki/itemjoin/ //#
  3. #// For per-world support this best works with Multiverse-Inventories! http://dev.bukkit.org/bukkit-plugins/multiverse-inventories //#
  4. config-Version: 6
  5.  
  6. #// English is currently the only support language at the moment! //#
  7. Language: 'English'
  8. CheckForUpdates: true
  9. Log-Coloration: true
  10. Log-Commands: true
  11. Items-Permissions: false
  12. Debugging-Mode: false
  13.  
  14.  
  15. #// Global Settings for ItemJoin. //#
  16. Prevent-Pickups: true
  17. HeldItem-Slot: None
  18. NewNBT-System: true
  19. #// If you change NewNBT-System from true/false, it is recommended to clear all old ItemJoin items. //#
  20.  
  21. #// Global Clear Items for ItemJoin. //#
  22. #// Set Clear-Items to ItemJoin or to All, ItemJoin clears only the ItemJoin items and All will clear all items. //#
  23. #// If you want one of these functions to only clear specific worlds, replace false with the world names separated by commas. //#
  24. Clear-Items: ItemJoin
  25. Clear-On-Join: true
  26. Clear-On-WorldChanged: true
  27. AllowOPBypass: false
  28. CreativeBypass: false
  29.  
  30.  
  31. #// Global Commands for ItemJoin on join, these commands are executed by console. //#
  32. enabled-global-commands: false
  33. enabled-worlds: world, world_nether
  34. global-commands:
  35. - 'itemjoin get <item> <player>'
  36. - 'first-join: say This is a command only executed once per world, per player.'
  37.  
  38.  
  39. #// These are optional dependencies, only change these if you are looking to use them in conjunction with ItemJoin, changing the values will require a server restart. //#
  40. Vault: false
  41. PlaceholderAPI: false
  42. Multiverse-Core: false
  43. Multiverse-Inventories: false
  44. PerWorldInventory: false
  45. PerWorldPlugins: false
  46. xInventories: false
  47. TokenEnchant: false
  48. HeadDatabase: false
  49. WorldGuard: false
  50. BetterNick: false
  51. MyWorlds: false
  52. AuthMe: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement