Advertisement
JaguarJo

see if this makes a difference

May 13th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. # Welcome to the configuration for PerWorldPlugins!
  2. # This plugin is used to limit plugins to certain worlds. This does have its limits!
  3. # Plugins that use login events and such should not be limited by this plugin, as it can break some things.
  4. # --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  5. # Here's a nice little example of the configuration.
  6. # limit:
  7. # Minigames:
  8. # - world
  9. # - world_nether
  10. # Essentials: []
  11. # This setup will restrict WorldEdit to only work in 'world' and 'world_nether'. Any other worlds will not suffice!
  12. # When there is no list of worlds that you want a plugin to be limited in, just leave brackets. Look back at the example, and find Essentials. The plugin is not limited.
  13. # Did you just add a plugin to your server? No worries! This configuration will automatically be updated with any new plugins on a reload.
  14. # ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  15. # exempt-login-events is pretty self-explanatory. It allows you to choose whether or not WorldPlugins will restrict the login events that some plugins may have. THIS IS RECOMMENDED TO TRUE!
  16. # blocked-msg is the string that pops up when a player tries to do a command while in a world that blocks the plugin where the command comes from. Look back at the example. Trying //we help in
  17. # 'world_the_end' will return this message.
  18. exempt-login-events: true
  19. blocked-msg: '&f[&bVault&6Craft&f] &6Sorry, you may not use this command in this world!'
  20. limit:
  21. SimpleBackup: []
  22. WorldEdit: []
  23. NoCheatPlus: []
  24. mcore: []
  25. Vault: []
  26. HealthBar: []
  27. PermissionsEx: []
  28. PlotMe:
  29. - Creative
  30. BarAPI: []
  31. WorldGuard: []
  32. EnjinMinecraftPlugin: []
  33. DamageIndicatorHolograms: []
  34. CoreProtect: []
  35. BookRules: []
  36. HiveJumpPads:
  37. - Spawn
  38. VariableTriggers: []
  39. ClearLag: []
  40. PlayerVaults:
  41. - Factions
  42. - Factions_End
  43. - Factions_Nether
  44. RandomTP:
  45. - Survival2
  46. - Survival_End
  47. - Survival_Nether
  48. mcMMO:
  49. - Factions
  50. - Factions_End
  51. - Factions_Nether
  52. ProSpam: []
  53. Essentials: []
  54. Citizens: []
  55. EssentialsSpawn: []
  56. Multiverse-Core: []
  57. EchoPet: []
  58. EssentialsChat: []
  59. HolographicDisplays: []
  60. Factions:
  61. - Factions
  62. - Factions_End
  63. - Factions_Nether
  64. Multiverse-Inventories: []
  65. SpeechBubbles: []
  66. TouchscreenHolograms: []
  67. CombatLog: []
  68. floAuction:
  69. - Factions
  70. - Faction_End
  71. - Factions_Nether
  72. WhatIsIt: []
  73. BossMessage:
  74. - Spawn
  75. - Hub
  76. ProtectionStones:
  77. - Survival2
  78. - Survival_End
  79. - Survival_Nether
  80. tpLogin: []
  81. Multiverse-NetherPortals: []
  82. ChestShop: []
  83. HubTeleport: []
  84. Info-Board:
  85. - Hub
  86. AreaShop: []
  87. ShopMenu: []
  88. ChestCommands: []
  89. PotionFix:
  90. - Factions
  91. - Factions_End
  92. - Factions_Nether
  93. CompatNoCheatPlus: []
  94. VoxelSniper: []
  95. ObsidianDestroyer: []
  96. SurvivalGames: []
  97. DeepVanish: []
  98. CustomJoinItems:
  99. - spawn
  100. - Hub
  101. TrophyHeads: []
  102. AntiLootSteal: []
  103. DoubleXP: []
  104. DCNFlashlight: []
  105. DisableMessage: []
  106. ClaimLevels: []
  107. WorldBorder: []
  108. SilkSpawners: []
  109. RateOfXray: []
  110. Pixelator: []
  111. HeroBounty:
  112. - Factions
  113. - Factions_End
  114. - Factions_Nether
  115. Orebfuscator: []
  116. uSkyBlock:
  117. - spawn
  118. - hub
  119. - skyworld
  120. Kits:
  121. - spawn
  122. - hub
  123. Books: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement