Advertisement
Guest User

Untitled

a guest
Apr 14th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 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. MultiWorld: []
  19. WorldEdit: []
  20. PerWorldInventory: []
  21. Hub: []
  22. mcore:
  23. - Factions
  24. - Factions_nether
  25. - Factions_the_end
  26. Vault: []
  27. PermissionsEx: []
  28. Modifyworld: []
  29. Compass: []
  30. Questioner: []
  31. mcMMO: []
  32. WorldGuard: []
  33. Essentials: []
  34. ChatManager: []
  35. EssentialsProtect: []
  36. Towny:
  37. - towny
  38. - towny_nether
  39. - towny_the_end
  40. EssentialsSpawn: []
  41. EssentialsChat: []
  42. EssentialsAntiBuild: []
  43. Factions:
  44. - Factions
  45. - Factions_nether
  46. - Factions_the_end
  47. TownyChat: []
  48. AntiCheat: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement