Skip to content

Commit

Permalink
fix: Add Selector Alias (Wand) in help message (#387)
Browse files Browse the repository at this point in the history
Closes #333
  • Loading branch information
TreemanKing authored Sep 13, 2023
1 parent 0bfc3b7 commit 24d05ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ private void helpCommand(CommandSender sender, String command, String[] args) {
// Add pages if there starts to become too many
if (args.length == 1) {
sendMenu(sender, "Help Menu",
"\u00A76/" + command + " selector \u00A7a- gives you a region selector",
"\u00A76/" + command + " selector/wand \u00A7a- gives you a region selector",
"\u00A76/" + command + " create \u00A7c[tags] \u00A7a- creates a portal with a selection ",
"\u00A76/" + command + " portalblock \u00A7a- gives you a portal block",
"\u00A76/" + command + " endportalblock \u00A7a- gives you an end portal block",
Expand Down

0 comments on commit 24d05ff

Please sign in to comment.