Advertisement
Guest User

Untitled

a guest
Jun 29th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. # This config controls what plugins work on certain worlds.
  2. # Example
  3. # limit:
  4. # WorldEdit:
  5. # - world
  6. # - world_nether
  7. # Essentials: []
  8. # This will make it so worldedit will only work in world & world_nether, meaning in the end it is not usable.
  9. # When there is no worlds in the list it will allow it for any worlds, in this example allowing all worlds.
  10. # Whenever a plugin is added, this config will automatically add it!
  11. # exempt-login-events is for excluding login events when true, this means if a plugin uses PlayerLogin it will allow it for any world. We advise this to be enabled!
  12. # blocked-msg is the string displayed to a client when a command is blocked
  13. # check-for-updates is the controller for if updates should be alerted to the users with the permissions/op.
  14. exempt-login-events: true
  15. check-for-updates: true
  16. blocked-msg: '&c[Error] This command cannot be performed in this world.'
  17. limit:
  18. NoCheatPlus: []
  19. WorldEdit: []
  20. Buycraft: []
  21. mcore: []
  22. Vault: []
  23. Multiverse-Core: []
  24. PermissionsEx: []
  25. uSkyBlock:
  26. - skyworld
  27. - Hub
  28. WorldGuard: []
  29. ChestRestock: []
  30. WhatIsIt: []
  31. ChestShop:
  32. - skyworld
  33. ClearLag: []
  34. ProtocolLib: []
  35. Modifyworld: []
  36. Votifier: []
  37. HolographicDisplays: []
  38. mcMMO:
  39. - Factions
  40. - Factions_nether
  41. MobArena: []
  42. Essentials: []
  43. floAuction: []
  44. EssentialsProtect: []
  45. EssentialsSpawn: []
  46. Multiverse-Portals: []
  47. Multiverse-Inventories: []
  48. DisguiseCraft: []
  49. EssentialsChat: []
  50. Factions:
  51. - Factions
  52. - Factions_nether
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement