Minecraft selectors (@A, @p, @r, @e, @s) added to pocketmine.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ad5001 57d9771a85 Merge branch 'patch-1' of jasonwynn10/PlayerSelectors into master 3 years ago
src/Ad5001/PlayerSelectors Fix bug with variable name collisions 3 years ago
.poggit.yml Create .poggit.yml 5 years ago
LICENSE.md First commit! 5 years ago
README.md Update README.md 5 years ago
icon.png First commit! 5 years ago
plugin.yml Update to API 3 and remove excess keys 3 years ago

README.md

  PlayerSelectors -

Implementation of minecraft selectors into PocketMine!

  How to install?

1. Download the .phar file from the link given at the top of the repo 2. Put that phar into your "plugins" folder 3. Restart your server and Selectors should be reay to go!

  Implemented features

PlayerSelectors implements all the default minecraft selectors:
- @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!