diff options
author | Benji Dial <benji@benjidial.net> | 2023-12-30 14:24:46 -0500 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2023-12-30 14:24:46 -0500 |
commit | e06ee55259b3549a59358a13c095a274bacf6a05 (patch) | |
tree | a6e8b1b33434ee2c7de7028d4abad77b7fbe8296 /src/main/resources | |
parent | ef65431d405a713b138a55054e78497883f27e54 (diff) | |
download | new-simple-waypoints-e06ee55259b3549a59358a13c095a274bacf6a05.tar.gz |
testing new version
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/plugin.yml | 45 |
1 files changed, 26 insertions, 19 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index d6341b1..7ef970c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,30 +1,37 @@ main: net.benjidial.nswp.Plugin name: NewSimpleWaypoints -version: 2.1-SNAPSHOT -api-version: 1.19 +version: '2.2-SNAPSHOT' +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: Lists a user's waypoints - usage: /wlist [<query>] - permission: nswp.use + 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 + description: Saves a waypoint. usage: /wsave <name> - permission: nswp.use wtp: - description: Teleports to a waypoint + description: Teleports to a waypoint. usage: /wtp <name> - permission: nswp.use - wdel: - description: Deletes a waypoint - usage: /wdel <name> - permission: nswp.use + permission: nswp.waypoints + wtpa: + description: Teleports to another player. + usage: /wtpa <player> + permission: nswp.tpa wback: - description: Teleports a player to where they were the last time they ran wtp or wback + description: Teleports to where you were the last time you teleported somewhere with NewSimpleWaypoints. usage: /wback - permission: nswp.use - wrename: - description: Renames a waypoint - usage: /wrename <old-name> <new-name> - permission: nswp.use |