From 63c1aed6c8f5c4f1acd9fcb5332a237a62e3d31b Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sun, 12 Nov 2017 18:16:38 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 495af5e..68d21d6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -

  PlayerSelectors

+

+  PlayerSelectors - + +

Implementation of minecraft selectors into PocketMine!

  How to install?

@@ -8,9 +11,9 @@ Implementation of minecraft selectors into PocketMine!

  Implemented features

PlayerSelectors implements all the default minecraft selectors:
-- @a - All players
-- @p - Nearset player
-- @e - Entities
+- @a - All players
+- @p - Nearset player
+- @e - Entities
- @r - Random player
- @s - Self/Sender
but also features a custom made one:
@@ -25,4 +28,4 @@ All the standard minecraft search params can be used with the syntax 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! \ No newline at end of file +Have fun!