Minecraft selectors (@A, @p, @r, @e, @s) added to pocketmine.
Go to file
poggit-bot 1253dc56fb Create .poggit.yml
Poggit-CI is enabled for this repo by @Ad5001
Visit the Poggit-CI page for this repo at https://poggit.pmmp.io/ci/Ad5001/PlayerSelectors
2017-11-05 00:12:55 +01:00
src/Ad5001/PlayerSelectors First commit! 2017-11-05 00:09:24 +01:00
.poggit.yml Create .poggit.yml 2017-11-05 00:12:55 +01:00
icon.png First commit! 2017-11-05 00:09:24 +01:00
LICENSE.md First commit! 2017-11-05 00:09:24 +01:00
plugin.yml First commit! 2017-11-05 00:09:24 +01:00
README.md First commit! 2017-11-05 00:09:24 +01:00

  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!