I have added the ability for the users to blacklist / whitelist worlds.
world-list:
mode: blacklist # Can be 'blacklist' or 'whitelist'
worlds:
- world_nether
- creative_world
Motivation and Context
Primarily I needed this feature for Duels Worlds and stuff. And moreover, why not?
How Has This Been Tested?
I have tested the changes on my server Purpur 1.21. I ensured that all the features were working including commands and everything. And the effects to the codes are minimal. It primarily modifies the PlayerListener and LimitedConfig area of the codes.
Media:
N/A
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
I have added the ability for the users to blacklist / whitelist worlds.
Motivation and Context
Primarily I needed this feature for Duels Worlds and stuff. And moreover, why not?
How Has This Been Tested?
I have tested the changes on my server Purpur 1.21. I ensured that all the features were working including commands and everything. And the effects to the codes are minimal. It primarily modifies the PlayerListener and LimitedConfig area of the codes.
Media:
N/A
Types of changes
Checklist: