Skip to content

Releases: Simplexity-Development/SimplePlayerFreeze

Simple Player Freeze 2.2.0

11 Oct 01:20

Choose a tag to compare

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.

Available on Modrinth

Release 1

23 Nov 22:59

Choose a tag to compare

Full Changelog: 0.3.0...1.0.0

Now correctly soft-depends on Placeholder API

Beta Build 3

23 Nov 00:37

Choose a tag to compare

Beta Build 3 Pre-release
Pre-release

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, false or Offline
  • %spf_frozenprefix%
    • Returns the configured placeholder-api-format if 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.

Beta Build 2

22 Nov 03:01

Choose a tag to compare

Beta Build 2 Pre-release
Pre-release

Full Changelog: 0.1.0...0.2.0

Adds shadow-muting

Beta Build 1

22 Nov 00:40

Choose a tag to compare

Beta Build 1 Pre-release
Pre-release

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

20 Nov 19:23

Choose a tag to compare

Alpha Build 2 Pre-release
Pre-release

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

20 Nov 06:04
13cd3e4

Choose a tag to compare

Alpha Build 1 Pre-release
Pre-release

Initial Alpha build