mirror of
https://github.com/5vl/DoubleJump.git
synced 2025-05-24 06:27:02 +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 OnJump(), this);
|
||||||
Bukkit.getPluginManager().registerEvents(new OnJoin(), this);
|
Bukkit.getPluginManager().registerEvents(new OnJoin(), this);
|
||||||
Bukkit.getPluginManager().registerEvents(new OnInventoryClick(), 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!");
|
getLogger().info("DoubleJump enabled!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,5 +5,5 @@ api-version: 1.18
|
|||||||
authors: [ 5vl ]
|
authors: [ 5vl ]
|
||||||
description: A trial project for DevRoom.
|
description: A trial project for DevRoom.
|
||||||
commands:
|
commands:
|
||||||
jump:
|
jumpmenu:
|
||||||
description: Opens the main GUI
|
description: Opens the main jump GUI
|
Loading…
x
Reference in New Issue
Block a user