changed /jump to /jumpmenu

This commit is contained in:
5vl 2022-04-08 21:35:28 +02:00
parent 8ac759620a
commit 4b5e19fd42
No known key found for this signature in database
GPG Key ID: DA8938F22548E4D5
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ public class Main extends JavaPlugin {
Bukkit.getPluginManager().registerEvents(new OnJump(), this);
Bukkit.getPluginManager().registerEvents(new OnJoin(), this);
Bukkit.getPluginManager().registerEvents(new OnInventoryClick(), this);
Objects.requireNonNull(getCommand("jump")).setExecutor(new JumpCommand());
Objects.requireNonNull(getCommand("jumpmenu")).setExecutor(new JumpCommand());
getLogger().info("DoubleJump enabled!");
}

View File

@ -5,5 +5,5 @@ api-version: 1.18
authors: [ 5vl ]
description: A trial project for DevRoom.
commands:
jump:
description: Opens the main GUI
jumpmenu:
description: Opens the main jump GUI