Added help to /is warp with no parameter. Improved locale clarity

This commit is contained in:
tastybento 2019-08-20 07:54:51 -07:00
parent 8c6fb4f4ee
commit 57bed61167
2 changed files with 3 additions and 2 deletions

View File

@ -56,6 +56,7 @@ public class WarpCommand extends CompositeCommand {
} }
} }
} }
showHelp(this, user);
return false; return false;
} }

View File

@ -6,7 +6,7 @@
warp: warp:
help: help:
description: "warp to the player's warp sign" description: "warp to the player's warp sign"
parameters: <name> parameters: <player name>
warps: warps:
deactivate: "&cOld warp sign deactivated!" deactivate: "&cOld warp sign deactivated!"
error: error:
@ -18,7 +18,7 @@ warps:
not-enough-level: "&CYour island level is not high enough!" not-enough-level: "&CYour island level is not high enough!"
not-on-island: "&CYou must be on your island to do that!" not-on-island: "&CYou must be on your island to do that!"
not-safe: "&cThat warp is not safe!" not-safe: "&cThat warp is not safe!"
your-level-is: "&cYou island level is only [level] and must be higher than [required]" your-level-is: "&cYou island level is only [level] and must be higher than [required]. Run the level command."
help: help:
description: "open the warps panel" description: "open the warps panel"
next: "&6Next page" next: "&6Next page"