Recent Discussions
Command blocks unable to execute specific commands
Open in DiscordUnanswered
Saltwater Crocodile posted this in #questions
23 messages
0 views
Saltwater CrocodileOP
On my paper 1.21 server, command blocks are unable to execute commands like /tp. They can, however, do things like /say or /broadcast. Any pointers?
other plugins: essentialsx, griefprevention, luckperms, worldedit
op permission level: 4
the commands being logged in console:
[00:00:06 INFO]: [Essentials] CommandBlock at -31,-41,-7 issued server command: /broadcast tp @p -8 60 20
[00:00:17 INFO]: [Essentials] CommandBlock at -31,-41,-7 issued server command: /tp @p -8 60 20
other plugins: essentialsx, griefprevention, luckperms, worldedit
op permission level: 4
the commands being logged in console:
[00:00:06 INFO]: [Essentials] CommandBlock at -31,-41,-7 issued server command: /broadcast tp @p -8 60 20
[00:00:17 INFO]: [Essentials] CommandBlock at -31,-41,-7 issued server command: /tp @p -8 60 20
Asian black bear
I’ve never had or heard of this problem before
However, what I can say is, if you want to use
minecraft:tp
, you would need to do that on the command blockOtherwise, it will use essentials’ tp which won’t work. The essentials equivalent would be tppos which should work
and you should set the gamerule doCommandBlockOutput or whatever it’s called to true for better debugging
first thing I would do is try using this instead:
/tppos @p -8 60 20
@Saltwater Crocodile
@Asian black bear first thing I would do is try using this instead:
/tppos @p -8 60 20
Saltwater CrocodileOP
image.png
thanks for the help, i tried it and this is what is logged in previous output
Asian black bear
I’d try using minecraft:teleport instead
Saltwater CrocodileOP
/tp logs the same output
ok
oh nice it worked
Asian black bear
yea Essentials didn’t like the @p
putting minecraft in front uses minecraft’s teleport command
Saltwater CrocodileOP
image.png
Asian black bear
instead of Essentials
Saltwater CrocodileOP
interesting
this is what it looks like yet it works lol
Asian black bear
need the /
Saltwater CrocodileOP
looks the same with /
it dont matter tho thank you
Yeah, plugins usually cannot use @ selectors.
Loading...
Loading...