mirror of
https://github.com/5vl/DoubleJump.git
synced 2025-09-13 11:13:36 +00:00
changed /jump to /jumpmenu
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user