Search results

  1. T

    SimplePrefix

    Tireyy submitted a new resource: SimplePrefix - Prefix, Chat, Ranks Read more about this resource...
  2. T

    OG Lifeboat BountyHunter Gamemode (Full recode)

    Tireyy submitted a new resource: OG Lifeboat BountyHunter Gamemode (Full recode) - Minigames, PvP Read more about this resource...
  3. T

    Can remove item from chest when clicking on it

    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...
  4. T

    Remove a item when a player clicks in a chest

    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...
  5. T

    Clickable signs based on lines

    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...
  6. T

    DeathEvent not working

    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...
Top