Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.84 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.   CoreProtect: []
  18.   dynmap: []
  19.   WorldEdit: []
  20.   HealthBar: []
  21.   NoSwear: []
  22.   Essentials: []
  23.   ClearLag: []
  24.   AutoBroadcast: []
  25.   Lockette:
  26.  - doctor
  27.   - world_nether
  28.   - world_the_end
  29.   PvPSoup:
  30.  - world
  31.   WorldGuard: []
  32.   ProtocolLib: []
  33.   Multiverse-Core: []
  34.   HideAndCustomPlugins: []
  35.   TARDISChunkGenerator: []
  36.   TitleWelcomeMessage: []
  37.   EssentialsProtect: []
  38.   Multiverse-Inventories: []
  39.   EssentialsChat: []
  40.   PermissionsEx: []
  41.   RandomTeleport:
  42.  - doctor
  43.   CobraKits:
  44.  - world
  45.   Who_Regeneration:
  46.  - doctor
  47.   - world_nether
  48.   - world_the_end
  49.   mcMMO:
  50.  - doctor
  51.   - world_nether
  52.   - world_the_end
  53.   CustomHelp: []
  54.   MOTDColor: []
  55.   MoreHearts:
  56.  - doctor
  57.   - world_nether
  58.   - world_the_end
  59.   Vault: []
  60.   EssentialsSpawn: []
  61.   Corereport: []
  62.   MassiveCore: []
  63.   TARDIS:
  64.  - doctor
  65.   - world_nether
  66.   - world_the_end
  67.   HolographicDisplays: []
  68.   WarpPortals: []
  69.   Factions:
  70.  - doctor
  71.   - world_nether
  72.   - world_the_end
  73.   PvpTitles:
  74.  - world
  75.   CombatLog: []
  76.   BattleArena: []
  77.   ArenaCTF: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement