12-23-2024, 04:12 PM
12-23-2024, 08:06 PM
Unfortunately command blocks are barely supported by Cuberite. They currently use the same command handlers as console commands. Because of this target selectors aren't supported as of yet.
12-23-2024, 08:52 PM
(12-23-2024, 08:06 PM)NiLSPACE Wrote: [ -> ]Unfortunately command blocks are barely supported by Cuberite. They currently use the same command handlers as console commands. Because of this target selectors aren't supported as of yet.
thats unfortunate

are there any other ways of warping players, perhaps through a plugin?

oh, also, im struggling a little bit with setting the world spawn
12-23-2024, 09:03 PM
froggotheadmin Wrote:are there any other ways of warping players, perhaps through a plugin?
Yes, that's possible. You can use the TeleportToCoords function: https://api.cuberite.org/cPlayer.html#Te...ToCoords_1
froggotheadmin Wrote:oh, also, im struggling a little bit with setting the world spawnTo set the spawn you can use the core plugins' /setspawn command in game. It will set the spawn to the position you are at when you use it.