Guest User

Untitled

a guest
Aug 17th, 2018
2,943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. world:
  2. # Should Per World Plugins Premium be enabled for this world?
  3. enabled: false
  4. # Should Per World Plugins Premium use a blacklist or a whitelist?
  5. blacklist: true
  6. # Which plugins to whitelist or blacklist.
  7. # If you want to add more plugins for a world just copy and paste the format below.
  8. plugins:
  9. # The name of the plugin you want to manage (the name that appears in console). Capitalization doesn't matter.
  10. plugin_name:
  11. # Should Per World Plugins Premium use a blacklist or a whitelist for the events?
  12. blacklist: true
  13. # Events to either blacklist or whitelist.
  14. # If you whitelist the events Per World Plugins Premium will only disable those events.
  15. # If you blacklist the events Per World Plugins Premium will exempt those events and disable all others.
  16. events: [PlayerJoinEvent, PlayerQuitEvent, PlayerKickEvent]
  17. world_the_end:
  18. # Should Per World Plugins Premium be enabled for this world?
  19. enabled: false
  20. # Should Per World Plugins Premium use a blacklist or a whitelist?
  21. blacklist: true
  22. # Which plugins to whitelist or blacklist.
  23. # If you want to add more plugins for a world just copy and paste the format below.
  24. plugins:
  25. # The name of the plugin you want to manage (the name that appears in console). Capitalization doesn't matter.
  26. plugin_name:
  27. # Should Per World Plugins Premium use a blacklist or a whitelist for the events?
  28. blacklist: true
  29. # Events to either blacklist or whitelist.
  30. # If you whitelist the events Per World Plugins Premium will only disable those events.
  31. # If you blacklist the events Per World Plugins Premium will exempt those events and disable all others.
  32. events: [PlayerJoinEvent, PlayerQuitEvent, PlayerKickEvent]
  33. world_nether:
  34. # Should Per World Plugins Premium be enabled for this world?
  35. enabled: false
  36. # Should Per World Plugins Premium use a blacklist or a whitelist?
  37. blacklist: true
  38. # Which plugins to whitelist or blacklist.
  39. # If you want to add more plugins for a world just copy and paste the format below.
  40. plugins:
  41. # The name of the plugin you want to manage (the name that appears in console). Capitalization doesn't matter.
  42. plugin_name:
  43. # Should Per World Plugins Premium use a blacklist or a whitelist for the events?
  44. blacklist: true
  45. # Events to either blacklist or whitelist.
  46. # If you whitelist the events Per World Plugins Premium will only disable those events.
  47. # If you blacklist the events Per World Plugins Premium will exempt those events and disable all others.
  48. events: [PlayerJoinEvent, PlayerQuitEvent, PlayerKickEvent]
  49. plugin:
  50. version: '1.6.2'
  51. messages:
  52. no_command_message: '&cSorry, that command is disabled.'
Advertisement
Add Comment
Please, Sign In to add comment