- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
*This plugin is no longer supported*
NoEnd is a very simple resource that allows you to block specific worlds or make simple messages to notify players when they enter a world or if that world is blocked. I am aware that bukkit and spigot both have options to disable the nether and end, but this allows you to block certain people from certain worlds and block custom worlds as well.
Permissions:
noend.reload
Commands:
/noend reload
Dependencies:
PlaceholderAPI(optional)
Config:
Code (Text):
#message sent to when plugin is reloaded
reloadmessage: '&8&l[&cNoEnd&8&l] &7Configuration reloaded!'
Settings:
world_nether:
#message shown in large text across the screen when world(s) are entered. Make lines blank to disable.
#PlaceholderAPI supported for both.
titlemessage: '&bYou have entered the nether!'
subtitle: '&6&l%player_name%&e, be careful!'
#message displayed in chat when specific world(s) are entered. Make one line blank to disable.
#PlaceholderAPI supported.
message:
- '&6&l%player_name%&e, good luck!'
- '&cWatch out for piglins!'
#run commands if world is changed to selcted worlds. PlaceholderAPI supported.
#make one line blank to disable.
commands:
- 'give %player_name% diamond 1'
- 'eco give %player_name% 100'
#if set to true, players without the "noend.bypass" perm will not be able to enter selected worlds.
blockworld:
enabled: false
#this allows you to change what world's spawn you want a player to be teleported to when worlds are blocked. By default this will be "world"
#only teleports player to spawn when a portal is not used to get there.
spawnworld: 'world'
permissionforbypass: 'noend.bypass.nether'
world_the_end:
titlemessage: '&cSTOP!!'
subtitle: '&cThe end is disabled.'
message:
- '&4&l%player_name%&c, you cannot go to that world!'
- 'you have been teleported out!'
commands:
- 'give %player_name% dirt 1'
- 'eco take %player_name% 100'
blockworld:
enabled: true
spawnworld: 'world'
permissionforbypass: 'noend.bypass.end'

NoEnd v1.5
Control all your worlds with one plugin!
Recent Updates
- Individual Settings Feb 7, 2021
- Minor Ajustment Feb 7, 2021
- Commands and Papi support Feb 6, 2021