Skip to content

Releases: Test-Account666/ServerSystem

ServerSystem v4.0.0 - Kotlin migration

16 Jan 14:04

Choose a tag to compare

  • Migrated all Java code to Kotlin
  • Fixed tons of bugs
  • Cleaned up some messy code (e.g. /home and /adminhome)

Somewhat detailed list of bug fixes:

Bug Fixes
  • /unban throwing errors with invalid targets
  • /ignore not ignoring players in chat
  • /offlineinvsee not showing/saving off-hand and armor properly
  • Kits not applying offhand/armor properly
  • ClickableSigns "Paid" message not parsed correctly
  • Several commands using incorrect permission/message paths (e.g. /ban, /unban and /ping)
  • /rename causing NameTags to be quite useless
  • /speed accepting illegal arguments and just silently normalizing them
  • /pay allow illegal arguments (e.g. /pay -100)
  • OperatorLevel spoof throwing errors in newer Minecraft versions
  • Missing messages (e.g. "Migrator not found" or "Invalid Name" for warps)

ServerSystem v3.3.0

04 Oct 10:43
de2f3f9

Choose a tag to compare

  • Fixed missing messages (e.g. CannotSudoSelf)
  • Fixed several NullPointerExceptions (e.g. in offline invsee)
  • Fixed /seen using the wrong message key
  • Fixed ServerSystem attempting to save NPC Userdata
  • Improved (Un-)Ban Command
  • Updated dependencies
  • Removed some boilerplate code

ServerSystem v3.2.1

01 Sep 09:55

Choose a tag to compare

Fixed

  • Hooking into Vault API

ServerSystem v3.2.0

01 Sep 08:33

Choose a tag to compare

Added

  • Data migration from/to Essentials
  • /serversystem command to migrate data, reload and version-check
  • /suicide command
  • /kick command
  • Command replacer system
  • Auto-Updater / VersionChecker
  • Default language config option instead of forcing client-language as default

Improved

  • /skull command with MineSkin API to properly use Skin-URLs
  • ConfigReader readability/maintainability
  • Message handling: ServerSystem now supports String-Lists for multi-line messages (Dev note: Strings and String-Lists are interchangeable)

Fixed

  • Bugs with ConfigReader

See compare for a full in-depth changelog

ServerSystem 3.1.1

27 Jul 18:42

Choose a tag to compare

Fixed:

  • Other plugins not recognizing ServerSystem as Economy Provider

ServerSystem 3.1.0

27 Jul 12:11
af1add9

Choose a tag to compare

Added:

  • Added rotation to /tppos
  • Added Update Checker
  • Added /sign command
  • Added /rename command
  • Added /lightning command
  • Added /hat command
  • Added /socialspy command

Fixes:

  • Fixed Warps failing to load
  • Fixed Warps migration to fail
  • Fixed PrefixChat config option not being honored
  • Fixed migrating Kits
  • Fixed IllegalArgumentException under specific circumstances
  • Fixed Vanish-Heads disappearing when Vanish-User changes gamemode

ServerSystem Pre-Release 3.1.0.5da25876

20 Jul 09:57

Choose a tag to compare

Pre-release

Added:

  • PlaceholderAPI Support
    • Balance
    • Baltop

ServerSystem 3.0.0

19 Jul 10:49

Choose a tag to compare

Complete rewrite from scratch.

A few things like /rename are still missing, but will be added in follow-up updates.

The Rewrite was necessary for future development and 1.21.7 support.

Not only does it rely much less on NMS code, it should also be much more robust

ServerSystem 2.4.4

21 Dec 19:42

Choose a tag to compare

# Improved paper check

ServerSystem 2.4.3

21 Dec 19:14

Choose a tag to compare

* Fixed /teleportall and /disposal