Advertisement
Guest User

Untitled

a guest
Feb 10th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 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] Este comando no se puede usar en este mundo.'
  17. limit:
  18. WorldEdit: []
  19. Towny:
  20. - Towny
  21. KitPvP: []
  22. mcore:
  23. - Factions
  24. HealthBar: []
  25. LogBlock: []
  26. Questioner: []
  27. BarAPI: []
  28. Reporter: []
  29. WorldGuard: []
  30. AutoMessage: []
  31. AuthMe: []
  32. PluginFake: []
  33. BossMessage: []
  34. MarriageMaster:
  35. - Spawn
  36. - Factions
  37. - Towny
  38. - Survival
  39. BookRules: []
  40. Duties: []
  41. Factions:
  42. - Factions
  43. RandomTeleporter:
  44. - Survival
  45. ShowCaseStandalone: []
  46. PlugMan: []
  47. Multiverse-Core: []
  48. HoloAPI: []
  49. Essentials: []
  50. EssentialsProtect: []
  51. EssentialsSpawn: []
  52. Multiverse-Portals: []
  53. EssentialsAntiBuild: []
  54. EssentialsChat: []
  55. Vault: []
  56. PermissionsEx: []
  57. ProtocolLib: []
  58. Residence:
  59. - Survival
  60. Jobs:
  61. - Survival
  62. - Factions
  63. - Towny
  64. TownyChat:
  65. - Tonwy
  66. WorldBorder: []
  67. EnjinMinecraftPlugin: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement