Advertisement
Guest User

Untitled

a guest
May 21st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 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. exempt-login-events: true
  14. check-for-updates: true
  15. blocked-msg: '&c[Error] This command cannot be performed in this world.'
  16. limit:
  17. GameMode-Control: []
  18. NoCheatPlus: []
  19. Launchpads: []
  20. WorldEdit: []
  21. TogglePlugins: []
  22. GreatKits:
  23. - Kitpvp
  24. broad-cast: []
  25. PermissionsEx: []
  26. ClearLag: []
  27. Reload: []
  28. SpawnJoin: []
  29. HolographicDisplays: []
  30. Vault:
  31. - World
  32. Multiverse-Core: []
  33. MassiveCore: []
  34. WorldGuard: []
  35. Bedwars:
  36. - skywars
  37. - Skywars
  38. Factions:
  39. - World
  40. Shop:
  41. - World
  42. WarpPortals: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement