mirror of
https://github.com/tanyaofei/minecraft-fakeplayer.git
synced 2025-09-14 11:16:46 +08:00
因为物品可能消失, 暂时移除打开背包功能
This commit is contained in:
parent
54c6465121
commit
cfef7786b1
@ -35,7 +35,7 @@ public final class Main extends JavaPlugin {
|
|||||||
pm.registerEvents(PlayerPreLoginListener.instance, this);
|
pm.registerEvents(PlayerPreLoginListener.instance, this);
|
||||||
pm.registerEvents(PlayerQuitListener.instance, this);
|
pm.registerEvents(PlayerQuitListener.instance, this);
|
||||||
pm.registerEvents(PlayerDeathListener.instance, this);
|
pm.registerEvents(PlayerDeathListener.instance, this);
|
||||||
pm.registerEvents(PlayerInteractAtEntityListener.instance, this);
|
// pm.registerEvents(PlayerInteractAtEntityListener.instance, this);
|
||||||
pm.registerEvents(PlayerTeleportListener.instance, this);
|
pm.registerEvents(PlayerTeleportListener.instance, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ public class RootCommand extends ParentCommand {
|
|||||||
|
|
||||||
// control
|
// control
|
||||||
instance.register("drop", DropCommand.instance);
|
instance.register("drop", DropCommand.instance);
|
||||||
instance.register("open", OpenCommand.instance);
|
// instance.register("open", OpenCommand.instance);
|
||||||
// instance.register("attack", AttackCommand.instance);
|
// instance.register("attack", AttackCommand.instance);
|
||||||
|
|
||||||
// admin
|
// admin
|
||||||
|
Loading…
Reference in New Issue
Block a user