I have a struggle when i try to remove a gold ingot from the chest inventory when a player clicks on it. It doesn't remove the gold when a player clicks on it but it i get the message that i received gold and it got added to the database
@EventHandler
public void...
Hello i have a question
How do i remove the golden ingot from the chest when a player clicks on it?
package com.svenkoggel.bhbedrock;
import cn.nukkit.Player;
import cn.nukkit.blockentity.BlockEntityChest;
import cn.nukkit.event.EventHandler;
import cn.nukkit.event.Listener;
import...
I am working on a system that when a player place a sign in creative and puts on line 0 [BH] and on line 2 <Worldname> and clicks on it then it formats automaticly and when a player click again it will teleport the player to the world on line 2
I tried using this
package...
Hello i am trying to test the nukkit deathevent but its not working can someone help me?
this is my BountyHunterDeath.java
package com.svenkoggel.bhbedrock;
import cn.nukkit.event.Listener;
import cn.nukkit.event.entity.EntityDeathEvent;
import cn.nukkit.Player;
import...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.