Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- world:
- # Whether or not to enable Per World Plugins for 'world'.
- enabled: false
- # Should the plugins be blacklisted, or whitelisted in 'world'.
- blacklist: true
- # Which plugins should be whitelisted/blacklisted in 'world'.
- plugins: [test, test2, test3]
- world_nether:
- # Whether or not to enable Per World Plugins for 'world_nether'.
- enabled: false
- # Should the plugins be blacklisted, or whitelisted in 'world_nether'.
- blacklist: true
- # Which plugins should be whitelisted/blacklisted in 'world_nether'.
- plugins: [test, test2, test3]
- world_the_end:
- # Whether or not to enable Per World Plugins for 'world_the_end'.
- enabled: false
- # Should the plugins be blacklisted, or whitelisted in 'world_the_end'.
- blacklist: true
- # Which plugins should be whitelisted/blacklisted in 'world_the_end'.
- plugins: [test, test2, test3]
- # Per World Plugins Premium (Version: 1.1)
- plugin:
- # The current version of Per World Plugins Premium.
- # Please don't change this value.
- version: '1.1'
- messages:
- # What should be sent to the player when they don't have access to a command in another world.
- no_command_message: '&cSorry, that command is disabled.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement