Advertisement
Guest User

perworldplugins

a guest
May 31st, 2017
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 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. CleanroomGenerator: []
  19. PotPvP:
  20. - PvP
  21. LuckPerms: []
  22. HubBasics: []
  23. WorldEdit: []
  24. ColoredSigns: []
  25. CompassNavigation:
  26. - world
  27. PlaceholderAPI: []
  28. PacketListenerApi: []
  29. PluginBlocker: []
  30. WorldGuard: []
  31. VoxelSniper: []
  32. iConomy: []
  33. PluginFake: []
  34. Vault: []
  35. MassiveCore: []
  36. HologramAPI: []
  37. ChestShop: []
  38. Essentials: []
  39. PlotMe: []
  40. RegionFX: []
  41. Jobs: []
  42. CreativeGates: []
  43. uKitPvP:
  44. - PvP
  45. ChestCommands: []
  46. EssentialsChat: []
  47. EnjinMinecraftPlugin: []
  48. PlotMe-DefaultGenerator: []
  49. MoreSounds: []
  50. Multiverse-Core: []
  51. SkinsRestorer: []
  52. Multiverse-Inventories: []
  53. AuthMe: []
  54. HolographicDisplays: []
  55. Factions: []
  56. InfoBoardReborn:
  57. - world
  58. - SSpawn
  59. - Factions
  60. - Recursos
  61. - world_nether
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement