From e06ee55259b3549a59358a13c095a274bacf6a05 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sat, 30 Dec 2023 14:24:46 -0500 Subject: testing new version --- src/main/resources/plugin.yml | 45 +++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 19 deletions(-) (limited to 'src/main/resources/plugin.yml') 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 + permission: nswp.tpa + wdel: + description: Deletes a waypoint. + usage: /wdel + wtpdeny: + description: Disallows another player from /wtpa'ing to you. + usage: /wtpdeny wlist: - description: Lists a user's waypoints - usage: /wlist [] - permission: nswp.use + description: Searches your waypoints for a particular string, or lists them all. + usage: /wlist [] + wrename: + description: Renames a waypoint. + usage: /wrename wsave: - description: Saves a waypoint + description: Saves a waypoint. usage: /wsave - permission: nswp.use wtp: - description: Teleports to a waypoint + description: Teleports to a waypoint. usage: /wtp - permission: nswp.use - wdel: - description: Deletes a waypoint - usage: /wdel - permission: nswp.use + permission: nswp.waypoints + wtpa: + description: Teleports to another player. + usage: /wtpa + 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 - permission: nswp.use -- cgit v1.2.3