Fixed a mistake I made when updating the database for best score.
This update reworks the scoring system to better reflect the different playstyles of hiders and seekers.
Added a new command for a player
/gp stats which shows player statistics.
Removed old colliders for special blocks.
Added better colliders for special hiding types.
Added a new placeholder
best-score, which returns the highest score achieved across all games.
Fixed special item orientation.
Fixed special blocks rotation.
Added big/small option for special hiding types.
Added offset for special hiding items.
Fixed a bug with custom model data.
Added support for special items with custom model data.
Fixed/updated so that all mobs work with the display spawn eggs.
Added better display for entities.
![[IMG]](//proxy.spigotmc.org/22d0731f95965f6414f288b3134fbe42a0bba9ee/68747470733a2f2f692e696d6775722e636f6d2f56364a795945682e706e67)
Fixed a coutdown problem.
Added a countdown feature for last n number (5, 4, 3, 2, 1).
For one game per server the game will now be randomly selected.
For mob hiding types they now have a prefix so that they don't get mixed up with materials (such as chicken...).
Fixed some other small bugs.
Fixed Vector problems for older versions.
Fixed /stop and /restart added permission checks.
Fixed a teleportation bug on game join.
Bug fixed for when players in game have different max health.
Fixed restart and stop from clearing the inventory when player does the commands.
Fixed joining a game when aready in game.
Removed end command. Use lose and win commands instead.
Fixed end firework damage.
Added on teleport to a different world you leave the game.
Fixed entities interacting with objects.
Added a better color parser for configs.
Fixing more of the ending bugs.
Fixed the ending part of the game for players that leave before the finish.
Added return to previous location option.
Added special holiday effects.
Added a queue manager for when you have players trying to join a game but there is none available. The player is now added to a queue.
Added permission based priority queue.
Added permission based win/lose commands.
Added more display configuration like name/lore for items.
Added hiding type selector.
Added hiding type permissions.
Added the ability to set all items in the config to custom player heads.
Added and fixed some sound effects.
Added per version configurations.
Fixed game end when there is no seekers in the game.
Fixed the problem with scoreboards trying to be updated even though they were supposed to be disabled.
Some fixes for scoreboard and added some logging for debugging.
Added attack particles for better visualization of when you're hitting a seeker.
Fixed knockback 0 distance error.
Added a debug mode for damage, useful for figuring out what went wrong with damage in game. Usually conflicts with some other plugins.
Added configuration for help info.
Fixed edit mode when setting the map name.
Added a better control over the rules display.
Fixed end invisibility problem.
Fixed a bug with saving the game.
Added game status to motd for one game per server.
You now have the option to use a mob's movement speed as a hider.
Fixed the default values for speeds (speeds can only be between -1 and 1).
Added speed options for hiders and seekers.
Fixed a bug where it didn't correctly update the damage for hider when attacking a seeker.
Added ability to let everyone without permissions to use kits.
Added a heart beat in to the game for when the seeker is close by the player.
Fixed a vanish bug for hiders.
Added the ability to have multiple win and lose commands.
Added <server_id> to the scoreboard for the NetworkManager.
Fixed some bugs.
IMPORTANT IF YOU HAVE ALREADY USED THIS PLUGIN YOU WILL NEED TO DO 1 OF THE FOLLOWING:
> Delete the current database file or reset the remove the table:
Code (Text):
DROP TABLE HideAndSeek;
> Add columns to the table:
Code (Text):
ALTER TABLE HideAndSeek ADD COLUMN kills INT(10) DEFAULT 0;
ALTER TABLE HideAndSeek ADD COLUMN points INT(10) DEFAULT 0;
Added need placeholders (map, hider-p, seeker-p).
Added new top 10 placeholders kills and points.
Fixed some bugs.
Added support for NetworkManager:
![[IMG]](https://www.spigotmc.org/data/resource_icons/113/113839.jpg?1701770531)
Added support for
NetworkManager.
Added additional information for lobby scoreboard.
Added map names for games.
Fixed the not registered channel for return server.
Added an option for hiders to be able to change hiying types.
Added kits and fixed some bugs.
Added the ability to just stand instead of sitting down when you as a hider become a solid block.
Fixed some important bugs.
Added an option to add items to hiders after some delay.
Fixed some bugs.
Added more messages.
Fixed some bugs.
You can now use falling blocks if you want by using Lib's Disguises.
Added leave item, server connect on leave and hiding types translations.
Added some additional configurations and fixed some bugs.
Added exp display for solidifyning.
Added an option to use armorstands instead of display entities.
Added support for 1.8 to 1.21.
Added 2 more game modes (mobs, and items).
Fixed a bunch of bugs.