Cuberite Forum

Full Version: how do i use identifiers?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so like, @a, @e, @p in command blocks?

would appreciate a quick response!  Tongue
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: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  Sad

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

oh, also, im struggling a little bit with setting the world spawn
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 spawn
To 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.