Need help with skripts /end and /nether.
I'm running a 1000x1000 flooded world with custom recipes, and since under normal circumstances the nether is inaccessible and I have no idea how to code, I need help with skripting /end and /nether skripts.
Thanks alot.
4 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by scribeby#0
Don’t use skript it’s bad
u can do this using commands.yml
easiest way is to create a warp,
like /warp end, and /warp nether
then using commands.yml create an alias
BukkitWiki
Commands.yml
commands.yml is a configuration file that houses custom defined aliases and command block overrides for your CraftBukkit server.
The command block override system provides a quick and easy way to force the server to use the commands provided by Mojang (as opposed to the ones built into Bukkit) for command blocks specifically, leaving all other c...