This repository was moved to git.ad5001.eu
- @a - All players
- @p - Nearset player
- @e - Entities
- @r - Random player
- @s - Self/Sender
but also features a custom made one:
Since PocketMine implements a multi world system, you can easily select players from your current world using the "@w" selector!
Minecraft also supports specific search parameters such as the distance from the sender, the count of matched player/entities, ...
All the standard minecraft search params can be used with the syntax
@<selector name>[key=param,other=value]
EXEPT the team & score params since the /scoreboard command isn't implemeted into pocketmine yet
Thought, one new params comes with this plugin: the "lvl" param which is for searching in a specific level.
Have fun!