Advertisement
Guest User

perworldplugins problem

a guest
Nov 22nd, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 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. ACWarn: []
  19. NoCheatPlus: []
  20. WorldEdit: []
  21. NoSwear: []
  22. KitPvP: []
  23. mcore: []
  24. AdminColorChat: []
  25. Vault: []
  26. PermissionsEx: []
  27. Multiverse-Core: []
  28. WorldGuard: []
  29. AutoMessage: []
  30. Lottery:
  31. - factionsspawn
  32. AdminShop:
  33. - factionsspawn
  34. ClearLag: []
  35. AbsoluteWelcome: []
  36. NametagEdit: []
  37. HolographicDisplays: []
  38. Votifier: []
  39. mcMMO:
  40. - factionsspawn
  41. Essentials: []
  42. Citizens: []
  43. EssentialsProtect: []
  44. EssentialsSpawn: []
  45. Multiverse-Inventories: []
  46. EssentialsAntiBuild: []
  47. EnjinMinecraftPlugin: []
  48. EssentialsChat: []
  49. Factions:
  50. - factionsspawn
  51. CombatLog: []
  52. RewardVoting: []
  53. GAListener: []
  54. CreativeGates: []
  55. PlotMe:
  56. - plotworld
  57. LibsHungergames: []
  58. Jumppads:
  59. - spawn
  60. PrisonSuite: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement