Releases: Simplexity-Development/SimplePlayerFreeze
Releases · Simplexity-Development/SimplePlayerFreeze
Simple Player Freeze 2.2.0
New Features:
Commands
- /freezeall [world]:
- Allows admins to freeze all players on the server or within a specific world, closes #1
- /unfreezeall [world]:
- Allows admins to unfreeze all players on the server or within a specific world, should not unfreeze users who have been specifically, individually frozen
Permissions
- spf.freezeall
- spf.freezeall.server
- spf.freezeall.world
- spf.unfreezeall
- spf.unfreezeall.server
- spf.unfreezeall.world
New Config Options:
freeze-new-logins: Players joining a frozen server or world will also be frozen.
freeze-world-change: Players teleporting into a frozen world will be frozen upon entry.
Code Changes
Event-Based Freezing: Moved from command-based freezing logic to an event-driven system for better flexibility and performance.
Release 1
Full Changelog: 0.3.0...1.0.0
Now correctly soft-depends on Placeholder API
Beta Build 3
Full Changelog: 0.2.0...0.3.0
- PAPI is now required until I can figure out why the soft-depend system is broken
- PAPI placeholders:
%spf_frozenbool%:- Returns a
true,falseorOffline
- Returns a
%spf_frozenprefix%- Returns the configured
placeholder-api-formatif the player is frozen. Returns""if the player is not frozen. - Note: SimplePlayerFreeze does not parse out the formatting from the configured string. This is to allow other plugins to parse the value themselves. This can make compatibility easier.
- Returns the configured
Beta Build 2
Full Changelog: 0.1.0...0.2.0
Adds shadow-muting
Beta Build 1
Full Changelog: 0.0.1...0.1.0
Current known issues: Trying to use a blocked command while frozen invalidates your chat signature
Alpha Build 2
Full Changelog: https://github.com/Simplexity-Development/SimplePlayerFreeze/commits/0.0.1
Current known issues:
- Server freaks out if someone is frozen while they are in the air
- dismount toggle and fly toggle don't do anything yet
- Persist toggle doesn't do anything yet
- Notify toggle doesn't do anything yet
Alpha Build 1
Initial Alpha build