A
Admincraft17mo ago
xer0

command block /spawn

Im trying to use a command block that tp's a player to spawn but it is not working
5 Replies
Admincraft Meta
Admincraft Meta17mo ago
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by xxer0#0
QarthO
QarthO17mo ago
do you have command blocks enabled on the server (its in server.properties)? if you do, the command block has a dialogue box that will tell u the error after it ran the command a side note, if u have essentials, they havent implemented the selector tags in any of their commands (@s @a @e, etc) so you'll need to use minecrafts base commands example wont work cuz essentials:
/tp @p 0 100 0
/tp @p 0 100 0
base command will work
/minecraft:tp @p 0 100 0
/minecraft:tp @p 0 100 0
ProGamingDk
ProGamingDk17mo ago
^^ not sure why you would want this tho?
QarthO
QarthO17mo ago
^ there are much better options than command blocks
Torrent
Torrent17mo ago
Better solution: use commandbuttons or conditionalevents Just way more elegant that way I built a “command center” deep in my base where I can do some cool things with command buttons

Did you find this page helpful?