Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 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. survival:
  50. # Should Per World Plugins Premium be enabled for this world?
  51. enabled: false
  52. # Should Per World Plugins Premium use a blacklist or a whitelist?
  53. blacklist: true
  54. # Which plugins to whitelist or blacklist.
  55. # If you want to add more plugins for a world just copy and paste the format below.
  56. plugins:
  57. # The name of the plugin you want to manage (the name that appears in console). Capitalization doesn't matter.
  58. plugin_name:
  59. # Should Per World Plugins Premium use a blacklist or a whitelist for the events?
  60. blacklist: true
  61. # Events to either blacklist or whitelist.
  62. # If you whitelist the events Per World Plugins Premium will only disable those events.
  63. # If you blacklist the events Per World Plugins Premium will exempt those events and disable all others.
  64. events: [PlayerJoinEvent, PlayerQuitEvent, PlayerKickEvent]
  65. plugin:
  66. version: '1.7.5'
  67. messages:
  68. no_command_message: '&cSorry, that command is disabled.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement