
hideseek
public class HideSeek extends JavaPlugin implements Listener { @EventHandler public void onMoveArmor(InventoryClickEvent e) { if...
Downloads
0
Remixes
0
Price
Free
spigot · Server · 1.19.4 · mod
What was built
- HideSeek Spigot plugin that runs a simple hide-and-seek minigame on 1.19.4 servers.
- Command flow:
/hideseek join [hider|seeker],/hideseek leave, and/hideseek start <seconds>to launch a timed round. - Players marked in-game cannot drop items or move inventory slots while the round is active.
- Hiders receive a knockback stick and green-dyed leather armor; seekers receive an enchanted iron sword and red-dyed leather armor.
- Sidebar scoreboard shows “HIDE SEEK”, a countdown timer, and a footer line, updating every second during a round.
Implementation notes
- Main plugin class:
com.playergames.hideseek.HideSeekregistered as both listener and command executor. - In-game, hider, and seeker rosters are tracked with concurrent sets; the scheduler ticks once per second to refresh scoreboards and stop the game when the timer expires.
- Scoreboard is recreated per player to avoid objective conflicts and is cleared for players when they leave or when a round ends/when the plugin disables.
- Role kits are reapplied at round start and also clear the player’s inventory before equipping the dyed leather pieces.
Limitations and ideas
- No teleporting, lobby handling, or automatic win detection is included; rounds simply end when the timer hits zero.
- Inventories are not restored after a round; add backup/restore if players should keep previous items.
- Players remain marked as in-game after a round until they use
/hideseek leaveor you start another round; add automatic cleanup if desired.
weaponssmp
Custom weapons plugin: 12 unique L-Click powers (some R-Click), particles, combat effects, 35s CD. HUD timer near hearts/hunger. Admin /edit GUI crafts/saves...
FastHopper
I need a mod that makes it so hoppers and minecart hoppers transport more than 1 item but doesnt break auto crafter slots
Skript-PAPI
I need a Minecraft Spigot or Paper plugin that integrates with Skript and PlaceholderAPI. The goal of the plugin is to allow players and server owners to...
UwUDuels
Create a Minecraft PvP Duels plugin with GUI to select mode: Normal Axe, Box PvP, UHC. Players teleport to arena, receive kit, fight 1v1, return to lobby on...
Bed wars
In Bed Wars, players are on teams. Each team has a bed 🛏️. As long as your bed is alive, your team can respawn If your bed is destroyed, you cannot respawn...
CustomBosses
Create CustomBossesPlugin MC1.21.10: /stworzboss opens GUI with fields mob type, HP, attack, drops (with chances), bossbar, minions, spawn, respawn; save...