Selectors - MSWS/SuperGive GitHub Wiki
Selectors are used by SuperGive to provide a large amount of customization as to who you give items to. You can combine selectors by using a comma (,). Do not put any spaces in the selector. If you specify multiple selectors, it will first select all entities from the first one and then filter the entities that aren't matched by the next selectors. For example, @world,radius:20,perm:rank.staff would target first all entities in the world, then all entities within 20 blocks of you, and finally all players that have the rank.staff permission. The result is that only players within 20 blocks of you that have the rank.staff permission would be targeted.
ID | Description | Usage |
---|---|---|
Annotated | Target groups of entities | @players, @me, @creeper, @world |
Name | Target players by name | MSWS, Notch |
Permission | Target players that have a permission | perm:rank.admin, perm:rank.staff |
Radius | Target entities within a certain radius | radius:20, radius: 50 |
Vanilla | Target entities using Minecraft's ingame selector | @e[type=creeper], @e[sort=nearest,dx=5,dy=7,dz=10,team=] |
World | Target entities in a world | world:world, world:world_the_end |