Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroliu committed Aug 26, 2016
1 parent 469e1f8 commit 0e7ce5b
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 209 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,34 @@ coordinates of the player.
### config.yml

---
# Example config.yml
settings:
dynamic-updates: 1
broadcast-tp: 1
text:
world:
- '[WORLD]'
- '[MUNDO]'
warp:
- '[WARP]'
- '[SWARP]'
- '[TELEPORT]'
players:
- 'Players:'
- 'Jugadores:'
...

* dynamic-updates: 1 or 0
If enabled, signs will be updated with the number of players in a
particular world.
* broadcast-tp: 1 or 0
If enabled, teleports will be broadcast to all players.
* world:
List of texts to use for `[WORLD]` teleport signs.
* warp:
List of texts to use for `[SWARP]` teleport signs.
* players:
List of texts to use for the `Players:` counters.

### Permission Nodes:

Expand All @@ -91,6 +112,13 @@ coordinates of the player.
Changes
-------

* 1.2.2: Bug fixes
* Fixed errors reported by [Crash Archive](http://crash.pocketmine.net/)
* 1.2.1 : Minor updates
* Added broadcast-tp setting.
* Small changes on the way ManyWorlds API is used.
* 1.2.0 : Configurable texts
* Sign texts can be configured. Useful for localization.
* 1.1.1 : Bugfix release
* Fixed /xyz command.
* 1.1.0 : Update release
Expand Down
6 changes: 4 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: SignWarp
api: 1.10.0
version: 1.1.1
api: [1.10.0]
version: 1.2.2
load: POSTWORLD
main: alejandroliu\SignWarp\Main
author: aliuly
softdepend: [ManyWorlds]

commands:
xyz:
description: Return x,y,z coordinates
usage: "/xyz"
permission: signwarp.cmd.xyz

permissions:
signwarp.place.sign:
Expand Down
Loading

0 comments on commit 0e7ce5b

Please sign in to comment.