Frost | Next-Generation Practice Core v1.7.5-r

The ultimate practice plugin, with cutting-edge features and stunning performance.
Update Changelog
  • NEW
    • Added new command /kit manage
      • Created a new custom GUI to manage Kit Settings individually
    • Added new command /update-ffa-spawn
      • This will allow server owners to update the Spawn FFA to a new location directly from console.
    • Added new command /kit copyWhitelistedArenas
    • Added toggleable player visibility in Spawn FFA.
      • This means that if this setting is enabled, every player will be able to see any other player also in Spawn FFA, regardless of their chosen Kit.
  • CHANGED
    • Death Effects now behave like MMC's ones. This means that any player you kill will display your selected Death Effect.
    • Recalculate blocks and chunks when resetting arenas.
    • StickFight now has updated mechanics to be similar to MMC's StickFight mechanics.
    • Drinking potions and consuming food during match countdown is now allowed again.
    • Removed some debug messages...
  • FIXED
    • IOOBE when some Death Effects were played.
    • AutoCompletion for arena names in some /kit commands.
    • Several typos in Kit and Arena commands get/set
    • Allow spectators to use hotbar items.
      • This new bug occurred on the last minor update released
  • UPCOMING...
    • Unranked & Ranked Titles
Update Changelog
  • NEW
    • Added /frost reload Command
    • Added /frostdebug Command
    • Added /arena teleport Command
    • Added /arena update-corners Command
  • Removed old /debugplayer Command
  • Updated some default configs style to match more modern servers.
  • Updated MMC Style for Leaderboards, Winstreaks and Profile menus design
  • Improved output message from /arena list to allow clicking arenas for more info.
  • When teleporting to arenas via Arena Manager menu or /arena teleport, the arena's min/max will form a cuboid region using WorldEdit to visualize the corners.
Update Changelog
  • Changed the mouse-click for opening copies in Arena Manager.
  • Fixed when an entity explosion occurs if the entity is null, return.
  • NEW FEATURE Frost's explosives kb and breakage is now toggleable.
  • Fixed issues in Settings Menu when trying to open Death Effects Menu.

Required Config Changes
YAML:
EXPLOSIONS:
  ENABLED: true
BLOCKS:
    - "WOOD"
    - "WOOL"
    - "ENDER_STONE"
  KNOCKBACK:
    ENABLED: true
TNT:
      RADIUS-FORCE: 2
HEIGHT-FORCE: 1.25
FIREBALL:
      SPEED: 0.8
COOLDOWN: 500 # The time is calculated in millis
      RADIUS-FORCE: 2
HEIGHT-FORCE: 1.25

If you encounter any issues or bugs, please report them so I can fix them as soon as possible.
Update Changelog (QOL Update Part 1)
  • Added item drop cancellation message because some players are goofy
  • Added <event_tokens> placeholder for SPAWN and PARTY scoreboards
  • Updated command -> /join
    • It no longer requires an event name to be specified
      • BEFORE: /join <event>
      • AFTER: /join
  • Added /kit save <name> command
    • Useful for when you're setting up kits or you want to update a kit setting later
    • This will make sure that changes are saved! Don't forget to use it...
  • Fixed Party Event (Split) team assignation randomization
  • Added Custom button for QUEUES MENU
    • This allows players to execute a command or action from Frost's hotbar actions
  • Added %frost_premium_<0-9>% placeholder for PlaceholderAPI
  • Changed menu size for Map Selector from 3 rows to 4 rows
  • Fixed Modern Tablist not parsing placeholders while in match
  • Fixed not being able to deflect fireballs
    • This will require some skill to pull off, so it is recommended to strafe or S-Tap to deflect fireballs
  • Fixed fireballs not having an straight path after being shot
    • They would slightly randomize it's path while flying
  • Fixed being able to shoot fireballs while respawning
  • Created NEW command: /cancelqueue
    • This is an admin-only command. You can use it to manually remove a player from a queue.
  • Rephrased any mention of "queuing" to "queueing"
  • Optimized method WorldListener#getBlocksAroundCenter
  • Fixed being able to use /forcequeue on players already in a match
  • Added configurable output messages for /forcequeue command
  • Redesigned player stats shown in /stats Menu
  • Added a lot of new statistics to player profiles
    • Peak ELO
    • UnrankedWins
    • UnrankedLosses
    • TournamentWins
    • TournamentLosses
    • GlobalRankedWins
    • GlobalRankedLosses
    • GlobalUnrankedWins
    • GlobalUnrankedLosses

Required Config Changes
1721515720957.png

YAML:
PLAYER-PROFILE:
  TITLE: "<player>'s Stats"
  SIZE: 5
  PLAYER:
    NAME: "&b&lGlobal"
    LORE:
      - "&3&lRanked"
      - "&b  Global ELO: &f<global_elo>"
      - "&b  Wins: &f<global_ranked_wins>"
      - "&b  Losses: &f<global_ranked_losses>"
      - "&b  W/L Ratio: &f<global_ranked_ratio>"
      - " "
      - "&3&lPremium"
      - "&b  Premium ELO: &f<premium_elo>"
      - "&b  Matches Remaining: &f<premium_matches>"
      - " "
      - "&3&lUnranked"
      - "&b  Wins: &f<global_unranked_wins>"
      - "&b  Losses: &f<global_unranked_losses>"
      - "&b    Best Streak: &f<best_streak>"
  KIT:
    NAME: "&b&l<kit>"
    LORE:
      - "&3&lUnranked"
      - "&b  Wins: &f<unranked_wins>"
      - "&b  Losses: &f<unranked_losses>"
      - "&b   Best Streak: &f<best_streak>"
      - "&b   Current Streak: &f<current_streak>"
      - " "
      - "&3&lRanked"
      - "&b  ELO: &f<elo>"
      - "&b    Peak: &f<peak_elo>"
      - "&b  Wins: &f<ranked_wins>"
      - "&b  Losses: &f<ranked_losses>"
      - "&b  W/L Ratio: &f<ranked_ratio>"
      - " "
      - "&3&lTournament"
      - "&b  Wins: &f<tournament_wins>"
      - "&b  Losses: &f<tournament_losses>"
1721515990596.png

YAML:
    FORCE-QUEUE-ADDED-ADMIN: "&aYou have forcefully added &l<player> &ato the &l<queue_type> <kit_name> &aqueue."
    FORCE-QUEUE-ADDED-PLAYER: "&7&oYou have been forcefully added into the &l<queue_type> <kit_name> &7queue by an &cadmin&7."
1721516128664.png

YAML:
    CUSTOM:
      ENABLED: false
      NAME: "&b&lCustom"
      SLOT: 24
      ICON: COMMAND_BLOCK
      DATA: 0
      COMMAND: ""
      ACTION: LEADERBOARDS_MENU
      LORE:
          - "&8&m--------------------------------"
          - "&7Create your own custom button."
          - "&7Pick either a COMMAND or an ACTION"
          - "&7to execute when clicked. "
          - "&7You can only have one, not both!"
          - "&7Actions are from hotbar.yml"
          - " "
          - "&bClick to play!"
          - "&8&m--------------------------------"

If you encounter any issues or bugs, please report them so I can fix them as soon as possible.
Update Changelog
  • Cleaned up Tablist Provider and Modeler
  • Fixed null pointer exception with enderpearl timer
  • Prevent holograms from updating if the kits list is empty

If you encounter any issues or bugs, please report them so I can fix them as soon as possible.
Update Changelog
  • Added support for Cooldowns and Team Indicators using Apollo (LunarClient API). Just drag and drop Apollo-Bukkit jar from HERE!
  • Fixed NullPointerExceptions caused when hitting NPC's.
  • Fixed NullPointerExceptions when creating kits and holograms trying to parse them.
  • Cleaned up and improved code in HologramManager.
  • Removed Ranked Ratings (in preparation for Unranked Titles update).

If you encounter any issues or bugs, please report them so I can fix them as soon as possible.
Update Changelog
  • <winnerHealth> can now be used on the Party-FFA PostMatch message.
  • Frost's Knockback Controllers are now available for download!

If you encounter any issues or bugs, please report them so I can fix them as soon as possible.
Update Changelog
  • Fixed Premium Kit throwing NullPointerException on servers with brand new Frost installs.
  • Fixed MongoDB URI strings with TLS/SSL enabled having issues connecting.
  • Fixed MongoDB Java Driver missing some classes after being shaded in the jar.
  • Fixed some events locations not being saved/loaded properly to config/from config.
  • Fixed issues while loading chunks.
  • Players can now drop and pick up items dropped in SkyWars Events and LMS Events.

If you encounter any issues or bugs, please report them so I can fix them as soon as possible.
Buy a license now
$50.00
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Extras
Premade Kits Configuration
+ $4.99
Frost OG SourceCode
+ $200.00
Frost Modern SourceCode
+ $250.00
Share and earn
Refer this resource and earn a 10% commission.
36,189 Views
60 Purchases
140 Downloads
Apr 19, 2023 Published
Mar 19, 2026 Updated
5.00 star(s)
Average rating (8)
310.9 KB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
Type
  1. Gameplay
  1. Minigame
  1. Core
Game mode
  1. Minigame
  1. Practice & duels
Game mode
  1. Minigame
  1. UHC
  1. Practice
Game mode (legacy)
  1. Minigame
  1. Practice
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 1.21.11
  1. 1.8
Supported languages
  1. English
Includes DRM
Yes
Source access (legacy)
Closed source & obfuscated
Creators
Owner
Recommended for you
Custom 500x500 forest themed PotSG map.
Not yet rated
34 purchases
Custom 500x500 PotSG map inspired in CSGO's map Sirocco
Not yet rated
22 purchases
Forest-themed medium sized UHC PreMatch/Waiting Lobby
Not yet rated
20 purchases
Custom 500x500 PotSG map. Western themed
Not yet rated
14 purchases
Custom greek themed small UHC Lobby/Waiting Lobby
Not yet rated
11 purchases
Share and earn
Refer this resource and earn a 10% commission.
36,189 Views
60 Purchases
140 Downloads
Apr 19, 2023 Published
Mar 19, 2026 Updated
5.00 star(s)
Average rating (8)
310.9 KB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
Type
  1. Gameplay
  1. Minigame
  1. Core
Game mode
  1. Minigame
  1. Practice & duels
Game mode
  1. Minigame
  1. UHC
  1. Practice
Game mode (legacy)
  1. Minigame
  1. Practice
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 1.21.11
  1. 1.8
Supported languages
  1. English
Includes DRM
Yes
Source access (legacy)
Closed source & obfuscated
Creators
Owner
Recommended for you
Custom 500x500 forest themed PotSG map.
Not yet rated
34 purchases
Custom 500x500 PotSG map inspired in CSGO's map Sirocco
Not yet rated
22 purchases
Forest-themed medium sized UHC PreMatch/Waiting Lobby
Not yet rated
20 purchases
Custom 500x500 PotSG map. Western themed
Not yet rated
14 purchases
Custom greek themed small UHC Lobby/Waiting Lobby
Not yet rated
11 purchases
Top