Advertisement
Guest User

Untitled

a guest
Mar 26th, 2018
1,369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. world:
  2. # Whether or not to enable Per World Plugins for 'world'.
  3. enabled: false
  4. # Should the plugins be blacklisted, or whitelisted in 'world'.
  5. blacklist: true
  6. # Which plugins should be whitelisted/blacklisted in 'world'.
  7. plugins: [test, test2, test3]
  8.  
  9.  
  10. world_nether:
  11. # Whether or not to enable Per World Plugins for 'world_nether'.
  12. enabled: false
  13. # Should the plugins be blacklisted, or whitelisted in 'world_nether'.
  14. blacklist: true
  15. # Which plugins should be whitelisted/blacklisted in 'world_nether'.
  16. plugins: [test, test2, test3]
  17.  
  18.  
  19. world_the_end:
  20. # Whether or not to enable Per World Plugins for 'world_the_end'.
  21. enabled: false
  22. # Should the plugins be blacklisted, or whitelisted in 'world_the_end'.
  23. blacklist: true
  24. # Which plugins should be whitelisted/blacklisted in 'world_the_end'.
  25. plugins: [test, test2, test3]
  26.  
  27.  
  28. # Per World Plugins Premium (Version: 1.1)
  29. plugin:
  30. # The current version of Per World Plugins Premium.
  31. # Please don't change this value.
  32. version: '1.1'
  33. messages:
  34. # What should be sent to the player when they don't have access to a command in another world.
  35. no_command_message: '&cSorry, that command is disabled.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement