command block /spawn
Im trying to use a command block that tp's a player to spawn but it is not working
5 Replies
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
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:
base command will work
^^
not sure why you would want this tho?
^ there are much better options than command blocks
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