endercrest / VoidSpawn

A Spigot & Bukkit plugin that teleports players upon entering the void.
https://www.spigotmc.org/resources/voidspawn.19350/
GNU Lesser General Public License v2.1
5 stars 10 forks source link

Bounce Mode #19

Closed endercrest closed 3 years ago

endercrest commented 7 years ago

Instead of teleporting, launch the player upwards so that they bounce along the void. Does this go on forever?

SlimeDog commented 7 years ago

Possibly forever, but I prefer something like:

bounce-seconds: 15

teleport-target: x y z [world] or teleport-target: [world] # which would go to spawnpoint

endercrest commented 7 years ago

@SlimeDog So they bounce for 15 seconds then get teleported to the specified location?

SlimeDog commented 7 years ago

That's the idea. There may be a more general way to encode the data. Probably bounce should be allowed in any mode. Then the teleport target isn't needed.

I use command mode (mvtp), because the teleport target is in a different world. (Perhaps /vs set world does that; I didn't try.) So I would configure something like:

world: mode: command command: mvtp e:world_void:0.5,64,0.1:0:0 offset: 0 bounce: 15

endercrest commented 7 years ago

@SlimeDog Ok, by the way it is possible to set the spawn for a different world. /vs set (world). The world is not the name of the current world you are in but the world that you are setting it for.

I will hopefully get to this sometime soon. I am currently working on a fairly large update for https://github.com/endercrest/ColorCube

SlimeDog commented 7 years ago

Good to know about /vs set. That makes my configuration easier. Just set the (same) spawn in each world, and I'm good to go. :)

No hurry on the bounce. It's just a fun addition. Default should be 0, of course.

SlimeDog commented 5 years ago

Any time to add this? It's been a while. :)

endercrest commented 3 years ago

Added via the options command in V1.19.3

SlimeDog commented 3 years ago

Excellent. Please see #86.