Skip to content

Releases: ch4rlesexe/CSync

CSync-1.3

17 Sep 03:10
Compare
Choose a tag to compare

UPDATES:

World Lock Checks:

  • Added enable_world_lock config check to restrict the server to a world and the player to specific bounds.

Verification Command:

  • Prints appropriate messages in chat if enable_world_lock is false.
  • Kicks verified players after successful verification with a configurable message.

Player Join Handling:

  • Kicks players on join if they are already verified and enable_world_lock is true.
  • Displays a title and sends a verification message in chat if enable_world_lock is true.
  • Sets the player's gamemode, teleport location, and flying state when enable_world_lock is true.
  • Starts a 2-minute countdown timer and kicks the player if they do not verify in time.

Configurable Messages:

  • All messages are now configurable in messages.yml (e.g., already_verified, verify_success, invalid_auth).
  • Added placeholders (e.g., {code}, %player_name%) for dynamic content in messages.

Discord Webhook Integration:

  • Allows sending custom commands via webhook on /csync unverify.

Commands:
/csync setworld | unverify: Added support for managing world lock, setting worlds, and unverifying players.

CSync-1.2

02 Sep 21:48
Compare
Choose a tag to compare
  • Added ability to remove dashes in UUID
  • Fixed verification text bug

CSync-1.1

01 Sep 21:38
Compare
Choose a tag to compare
v1.1.0

Merge remote-tracking branch 'origin/master'