1

Essentials Blocks @a @e @p @r

Megatera 2/28/16 8:01 am
12.4k
2/28/2016 12:32 pm
Hi, do you know a way to run commands with @e @a @p @r with essentials?
it looks like essentials blocks them!
im trying to use @e @a @p @r in commands blocks but it wont work and im not getting any errors!
Posted by
Megatera
Level 11 : Journeyman Crafter
3

  Have something to say?

JoinSign in

3

craftykids
02/28/2016 12:32 pm
Level 53 : Grandmaster Pixel Painter
I think you can just prefix the command with "minecraft:". For example:
/minecraft:tp @e[type=Sheep] @p
(Of course, I've never actually *run* a server where this was a problem, so I'm not completely sure what factors affect it.)
1
Adyxia
02/28/2016 9:10 am
Level 32 : Artisan Goblin
Try having a look at this;
https://www.spigotmc.org/threads/command-block-tags-not-working.36670/
I've not got time at the moment to check any of the solutions out, but they might work for you.
1
Heklo
02/28/2016 9:07 am
Level 24 : Expert System
Command blocks can sudo players using target selectors like @a @e @r @p.
For example, putting this in a command block would force all players to spawn:
/sudo @a spawn

Or in this case, it also allows you to use this without using sudo:

/spawn @a

Either of these works, hope it was helpful.
1

Welcome