add inventory
This commit is contained in:
@ -6,6 +6,7 @@ import cn.nukkit.plugin.PluginBase;
|
||||
import cn.nukkit.plugin.PluginManager;
|
||||
import com.alphaae.mcpe.servers.command.HiCommand;
|
||||
import com.alphaae.mcpe.servers.event.FormRespondedEvent;
|
||||
import com.alphaae.mcpe.servers.event.PlayerInventoryEvent;
|
||||
import com.alphaae.mcpe.servers.event.PlayerInteractSetEvent;
|
||||
import com.alphaae.mcpe.servers.event.PlayerJoinQuitEvent;
|
||||
|
||||
@ -51,5 +52,6 @@ public class MainPlugin extends PluginBase {
|
||||
pluginManager.registerEvents(new PlayerJoinQuitEvent(), this);
|
||||
pluginManager.registerEvents(new PlayerInteractSetEvent(), this);
|
||||
pluginManager.registerEvents(new FormRespondedEvent(), this);
|
||||
pluginManager.registerEvents(new PlayerInventoryEvent(), this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user