1- SignWarp
2- ========
1+ <img src =" https://raw.githubusercontent.com/alejandroliu/pocketmine-plugins/master/Media/SignWarp-icon.png " style =" width :64px ;height :64px " width =" 64 " height =" 64 " />
2+
3+ # SignWarp
34
45* Summary: Warp between places using signs
56* Dependency Plugins: n/a
67* PocketMine-MP version: 1.4 - API 1.10.0
7- * OptionalPlugins: ManyWorlds, FastTransfer
8+ * OptionalPlugins: FastTransfer
89* Categories: Teleportation
9- * Plugin Access: Commands, Tile Entities, Items/Blocks
10+ * Plugin Access: Other Plugins, Commands, Tile Entities, Manages worlds
1011* WebSite: [ github] ( https://github.com/alejandroliu/pocketmine-plugins/tree/master/SignWarp )
1112
12- Overview
13- --------
13+ ## Overview
14+
15+ ** DO NOT POST QUESTION/BUG-REPORTS/REQUESTS IN THE REVIEWS**
16+ It is difficult to carry a conversation in the reviews. If you have a
17+ question/bug-report/request please use the
18+ [ Thread] ( http://forums.pocketmine.net/threads/signwarp.7276/ ) for
19+ that. You are more likely to get a response and help that way.
1420
15- A very basic Plugin implementing simple _ Sign_ based warps.
21+ Please go to
22+ [ github] ( https://github.com/alejandroliu/pocketmine-plugins/tree/master/SignWarp )
23+ for the most up-to-date documentation.
24+
25+ A Plugin implementing simple _ Sign_ based warps.
1626
1727Basic Usage:
1828
@@ -41,9 +51,7 @@ For Warp between servers use:
4151
4252You need the ** FastTransfer** plugin for this to work.
4353
44-
45- Documentation
46- -------------
54+ ## Documentation
4755
4856This plugin implements _ warps_ through the placement of _ signs_ . You
4957need to create a sign with the text:
@@ -73,7 +81,7 @@ target location. If not specified it defaults to the `spawn` world.
7381
7482If dynamic updates are enabled, the fourth line can contain the text
7583` Players: ` , which will get updated dynamically with the number of
76- players on that world. Otherwise the ine is ignored and can be
84+ players on that world. Otherwise the ine is ignored and can
7785contain any descriptive text.
7886
7987To help identify potential _ warp_ targets, the command ` xyz ` is
@@ -93,57 +101,40 @@ can be used for description.
93101
94102You need the ** FastTransfer** plugin for this to work.
95103
96- ### config.yml
97-
98- ---
99- # Example config.yml
100- settings:
101- dynamic-updates: true
102- broadcast-tp: true
103- xyz.cmd: true
104- text:
105- world:
106- - '[WORLD]'
107- - '[MUNDO]'
108- warp:
109- - '[WARP]'
110- - '[SWARP]'
111- - '[TELEPORT]'
112- transfer:
113- - '[TRANSFER]'
114- players:
115- - 'Players:'
116- - 'Jugadores:'
117- ...
118-
119- * dynamic-updates: 1 or 0, true or false
120- If enabled, signs will be updated with the number of players in a
121- particular world.
122- * broadcast-tp: 1 or 0, true or false
123- If enabled, teleports will be broadcast to all players.
124- * xyz.cmd: 1 or 0, true or false
125- If enabled, the ` xyz ` command will be available.
126- * world:
127- List of texts to use for ` [WORLD] ` teleport signs.
128- * warp:
129- List of texts to use for ` [SWARP] ` teleport signs.
130- * transfer:
131- List of texts to use for Transfer signs.
132- * players:
133- List of texts to use for the ` Players: ` counters.
134-
135- ### Permission Nodes:
136-
137- * signwarp.cmd.xyz - Allows the user to show current x,y,z coordinates
138- * signwarp.place.sign - Allow user to create warp signs
139- * signwarp.place.transfer.sign - Allow user to create transfer signs
140- * signwarp.touch.sign - Allow user to use warp signs
141- * signwarp.touch.transfer.sign - Allow user to use transfer signs
142-
143-
144- Changes
145- -------
104+ ### Configuration
105+
106+ Configuration is throug the ` config.yml ` file.
107+ The following sections are defined:
108+
109+ #### config.yml
110+
111+ * settings: configurable variables
112+ * dynamic updates: Signs will be udpated with the number of players in a world
113+ * xyz.cmd: If true, the ** xyz** command will be available
114+ * text: Text displayed on the different signs
115+ * transfer: Fast transfer signs
116+ * world: World teleport signs
117+ * warp: Local world teleport signs
118+ * players: Text to use when displaying player counts
146119
120+
121+ ### Permission Nodes
122+
123+ * signwarp.place.sign : Allow user to create warp
124+ (Defaults to Op)
125+ * signwarp.touch.sign : Allow user to use warp
126+ * signwarp.place.transfer.sign : Allow user to create transfer signs
127+ (Defaults to Op)
128+ * signwarp.touch.transfer.sign : Allow user to use transfer signs
129+ * signwarp.cmd.xyz : Shows current x,y,z coordinates
130+
131+
132+ # Changes
133+
134+ * 1.4.0:
135+ * Clean-up and use library stuff
136+ * Removed broadcast setting
137+ * Translations: Spanish
147138* 1.3.2: CallbackTask
148139 * Removed CallbackTask deprecation warnings
149140* 1.3.1: FastTransfer
175166* You can use a plugin like ` ManyWorlds ` or modify the ` worlds ` secion
176167 in your ` pocketmine.yml ` file.
177168
178-
179169Copyright
180170=========
181171
@@ -198,3 +188,4 @@ Copyright
198188
199189128 70 128
200190X:-100 Y:69 Z:1072
191+
0 commit comments