Advertisement
Guest User

Untitled

a guest
Jun 11th, 2021
2,040
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # The id of the chat tunnel this world is in.
  2. # Used to show chat messages depending on the world.
  3. chat_tunnel_id: tunnel-1
  4. # Check for disabled plugins in this world?
  5. check_world: true
  6. # Define which plugins should be disabled.
  7. # The name should be the name of the plugin you see when it starts up.
  8. # or by using /plugins.
  9. disabled_plugins:
  10. - Example Plugin 1
  11. - Example Plugin 2
  12. - Example Plugin 3
  13. - AdvancedTeleport
  14. # Set this to true if you want disabled_plugins to act as a whitelist.
  15. disabled_plugins_use_whitelist: false
  16. # These events will run no matter what even if a plugin is disabled in a world.
  17. # The default ones are used for compatibility reasons only remove these if you are sure it's safe.
  18. whitelisted_events:
  19. - PlayerJoinEvent
  20. - PlayerKickEvent
  21. - PlayerQuitEvent
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement