HungerGames
HungerGames copied to clipboard
Hunger Games plugin built for Spigot Servers
items: regular: '1': id: 'tacz:modern_kinetic_gun' nbt: '{GunId:"tacz:p320",GunCurrentAmmoCount:13, GunFireMode:"SEMI", AttachmentMUZZLE:{Count:1b,id:"tacz:attachment",tag:{AttachmentId:"tacz:muzzle_silencer_mirage"}}}' '2': id: 'minecraft:bedrock' count: 1 weight: 5 bonus: '1': id: 'minecraft:diamond_sword' count: 1 custom_name: 'Power Sword' enchantments: 'minecraft:sharpness': 5 chest-drop: '1':...
**Describe the bug** When one player is on the map waiting for other players and the second player enters, if one of the players leaves the map, he will kick...
**Version Info:** - **Plugin Version:** - 5.2.6 - **Server Version/Platform** - Purpur 1.20.6 console reports: [17:40:04 WARN]: §7[§e§lHungerGames§7] §eWARNING: Missing PotionEffectType for '§7CraftPotionEffectType[minecraft:wind_charged]§e' please let dev know. [17:40:04 WARN]: §7[§e§lHungerGames§7]...
can u help me with this? [12:42:45 WARN]: §7[§e§lHungerGames§7] §eWARNING: Missing PotionEffectType for '§7CraftPotionEffectTypeinecraft:wind_charged]§e' please let dev know. [12:42:45 WARN]: §7[§e§lHungerGames§7] §eWARNING: Missing PotionEffectType for '§7CraftPotionEffectTypeinecraft:raid_omen]§e' please let dev know....
``` package tk.shanebee.hg.commands; import org.bukkit.entity.Player; import tk.shanebee.hg.HG; import tk.shanebee.hg.game.Game; import tk.shanebee.hg.util.Util; import tk.shanebee.hg.Status; import java.util.List; import java.util.Arrays; import org.bukkit.Bukkit; public class AutoJoinCmd extends BaseCmd { public AutoJoinCmd() { forcePlayer =...
``` @EventHandler private void onMove(PlayerMoveEvent event) { Game game = plugin.getPlayerManager().getGame(event.getPlayer()); if (game == null) return; Status status = game.getGameArenaData().getStatus(); if (status == Status.COUNTDOWN || status == Status.WAITING) { Location...
Old dependency broke the plugin with the latest version of Minecraft. This should fix it
**Describe the bug** [20:18:22] [Server thread/WARN]: §7[§e§lHungerGames§7] §eWARNING: Missing PotionEffectType for '§7CraftPotionEffectType[minecraft:darkness]§e' please let dev know. [20:18:22] [Server thread/WARN]: §7[§e§lHungerGames§7] §eWARNING: Missing PotionType for '§7LONG_NIGHT_VISION§e' please let dev know. [20:18:22]...
Chest refills could have a custom loot pool to incentivize checking out the refilled chest for better loot.
**Describe the bug** Arena sign statuses are bugged (wrong) sometimes. **To Reproduce** Try multiple arenas with multiple signs on one server. **Expected behavior** **Screenshots/Errors**  1st is correct 2nd is...