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

Feature request: commandblock support #38

Open SlimeDog opened 6 years ago

SlimeDog commented 6 years ago

Please make commands executable from console, so that they can be used in commandblocks.

My particular use case is parkour. I need the parkour to

endercrest commented 6 years ago

That is a good point. I will look into getting a patch out for this sometime this week. It will mean commands will need to be changed a little bit to be able to specify an x, y, and z coords.

SlimeDog commented 6 years ago

While it would be nice to execute some VS commands from the console, it turns out not useful for the parkour use case. I had not realized that /vs set changes the world spawn point, not the player's spawn point. I have devised a different method to drive multiplayer parkour.

On the positive side, hybrid-mode proved very useful.