Advertisement
Guest User

Untitled

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