diff options
author | him <edorta@uncc.edu> | 2023-02-11 18:23:09 -0500 |
---|---|---|
committer | Benji Dial <benji@noreply.git.benjidial.net> | 2023-02-11 18:23:09 -0500 |
commit | ef65431d405a713b138a55054e78497883f27e54 (patch) | |
tree | fa74375079e43b30599cd5cc9b1e816af37413b8 /src/main/resources/plugin.yml | |
parent | 166ebd3195907e540076e6e0af04e68a3c3525ee (diff) | |
download | new-simple-waypoints-ef65431d405a713b138a55054e78497883f27e54.tar.gz |
Add waypoint renaming
Co-authored-by: Flarp <flurpdadurp@gmail.com>
Reviewed-on: https://git.benjidial.net/benji/nswp/pulls/1
Co-authored-by: him <edorta@uncc.edu>
Co-committed-by: him <edorta@uncc.edu>
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r-- | src/main/resources/plugin.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 63dcf0e..d6341b1 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ main: net.benjidial.nswp.Plugin name: NewSimpleWaypoints -version: 2.0-SNAPSHOT +version: 2.1-SNAPSHOT api-version: 1.19 commands: @@ -24,3 +24,7 @@ commands: description: Teleports a player to where they were the last time they ran wtp or wback usage: /wback permission: nswp.use + wrename: + description: Renames a waypoint + usage: /wrename <old-name> <new-name> + permission: nswp.use |