From ef65431d405a713b138a55054e78497883f27e54 Mon Sep 17 00:00:00 2001 From: him Date: Sat, 11 Feb 2023 18:23:09 -0500 Subject: Add waypoint renaming Co-authored-by: Flarp Reviewed-on: https://git.benjidial.net/benji/nswp/pulls/1 Co-authored-by: him Co-committed-by: him --- src/main/resources/plugin.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/resources/plugin.yml') 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 + permission: nswp.use -- cgit v1.2.3