mirror of
https://github.com/5vl/DoubleJump.git
synced 2025-05-23 22:07:00 +00:00
changed /jump to /jumpmenu
This commit is contained in:
parent
8ac759620a
commit
4b5e19fd42
@ -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!");
|
||||
}
|
||||
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user