-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Teleport to a different dimension on death and RTP #94
Comments
Idk what you mean by this, but the plugin respects world borders if you're concerned about that.
Basically has new players execute /wild command, so it's whatever you have configured. Idk for the third, but that'd be a relatively easy plugin to make, heck you could have something dead simple as executing /wild when a player respawns on the respawn event. |
Wait, does teleportNewPlayers only account for fresh spawns? Meaning the spawn point is still used whenever a player respawns? |
It doesn't handle respawns. An addon or any plugin that allows you to run commands on respawn should do the trick though. |
I want to make a server where when you first spawn on the server, you are randomly teleported in the overworld. This is already possible with the
teleportNewPlayers: true
config entry. However, I also want to be able to send players who die to the Nether if they have no respawn anchors and pick a random spawn point there.Additionally:
teleportNewPlayers
setting, but I assume it teleports you in the overworld on respawn unless you have a set spawn point?The text was updated successfully, but these errors were encountered: