For example, to disable the plugin on the nether and end worlds you can change the config to the following:
Code (YAML):
# Worlds where the speed effect is disabled
disabledWorlds
:
- world_nether
- world_the_end
If you wish to allow the plugin on all worlds, use:
Code (YAML):
# Worlds where the speed effect is disabled
disabledWorlds
:
[
]