Search results

  1. T

    OG Lifeboat BountyHunter Gamemode (Full recode)

    Tireyy updated OG Lifeboat BountyHunter Gamemode (Full recode) with a new update entry: Small change Read the rest of this update entry...
  2. T

    Experimental OG Lifeboat BountyHunter Gamemode (Full recode) - Small change

    Bug fixed, you can't add chests in the world name world, because its a protected world that has to be used as the bountyhunter spawn.
  3. T

    SimplePrefix 1.0.0

    A simple prefix system based on permission You need Luckperms or a other permission plugin to use this plugin You can add ranks in the config and give them your own unique permission and prefix You can change Chat and Displayname prefix for a player Screens below You can use /color...
  4. T

    SimplePrefix

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

    Experimental OG Lifeboat BountyHunter Gamemode (Full recode) 1.0.1

    Lifeboat one of the biggest servers in minecraft history, 7 years ago they released a gamemode called bounty hunter what was one of the most played gamemode. After a few years the removed the gamemode and it was never seen again. I played it alot and I didn't like it that they removed that...
  6. 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...
  7. T

    Can remove item from chest when clicking on it

    I already tried without the bukkit runnable
  8. 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...
  9. 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...
  10. 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...
  11. T

    DeathEvent not working

    Wow was it that easy, thanks for your help
  12. 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