Skip to content

Commit

Permalink
SSSReadme: Document new transfer feature
Browse files Browse the repository at this point in the history
  • Loading branch information
robske110 committed Oct 31, 2017
1 parent fd7d95c commit 0c16bfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ A PocketMine plugin which can display player count and MODT on a sign from any s
Anyone with the permission `SSS.signs` can create a sign with the following content:
```
[SSS]
serverIP/Hostname (this can go over two lines, but there must be a - at the first line)
serverIP/Hostname (can go over two lines with a - at the end of the first line)
serverPort
```

The plugin will recognize that sign and fill it with colorful stats!
Players who tap the sign and have the permission `SSS.servertransfer` will be transferred to the Server the sign is displaying.

*Note: Due to 1.1+ not telling the server when the sign is finished, you now need to tap the sign once to activate it after setting it up.*

Expand Down Expand Up @@ -73,4 +74,4 @@ public function onSSSasyncUpdate(robske_110\SSS\event\SSSasyncUpdateEvent $event

- [x] Sign style config

- [x] Tap sign to transfer
- [x] Tap sign to transfer

0 comments on commit 0c16bfe

Please sign in to comment.