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!