blob: 31fed393df5f8a66e4af0972ae5019837087aefe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
main: net.benjidial.nswp.Plugin
name: NewSimpleWaypoints
version: '2.2.0'
api-version: '1.20'
author: benji@benjidial.net
commands:
wtpallow:
description: Allows another player to /wtpa to you.
usage: /wtpallow <player>
permission: nswp.tpa
wdel:
description: Deletes a waypoint.
usage: /wdel <name>
wtpdeny:
description: Disallows another player from /wtpa'ing to you.
usage: /wtpdeny <player>
wlist:
description: Searches your waypoints for a particular string, or lists them all.
usage: /wlist [<string>]
wrename:
description: Renames a waypoint.
usage: /wrename <old-name> <new-name>
wsave:
description: Saves a waypoint.
usage: /wsave <name>
wtp:
description: Teleports to a waypoint.
usage: /wtp <name>
permission: nswp.waypoints
wtpa:
description: Teleports to another player.
usage: /wtpa <player>
permission: nswp.tpa
wback:
description: Teleports to where you were the last time you teleported somewhere with NewSimpleWaypoints.
usage: /wback
|