Skip to content

Releases: Test-Account666/ServerSystem

ServerSystem v4.1.0

Choose a tag to compare

@Test-Account666 Test-Account666 released this 30 Jan 20:16
f701f5a
  • Huge Code cleanup
  • Abstracted Home & Warp commands
  • Streamlined argument and permission checks
  • Replaced unnecessary tabcompleters with simple competer system
  • Fixed more longstanding bugs

ServerSystem v4.0.0 - Kotlin migration

Choose a tag to compare

@Test-Account666 Test-Account666 released this 16 Jan 14:04
  • 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

Choose a tag to compare

@Test-Account666 Test-Account666 released this 04 Oct 10:43
de2f3f9
  • 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

Choose a tag to compare

@Test-Account666 Test-Account666 released this 01 Sep 09:55

Fixed

  • Hooking into Vault API

ServerSystem v3.2.0

Choose a tag to compare

@Test-Account666 Test-Account666 released this 01 Sep 08:33

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

Choose a tag to compare

@Test-Account666 Test-Account666 released this 27 Jul 18:42

Fixed:

  • Other plugins not recognizing ServerSystem as Economy Provider

ServerSystem 3.1.0

Choose a tag to compare

@Test-Account666 Test-Account666 released this 27 Jul 12:11
af1add9

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

Pre-release

Choose a tag to compare

@Test-Account666 Test-Account666 released this 20 Jul 09:57

Added:

  • PlaceholderAPI Support
    • Balance
    • Baltop

ServerSystem 3.0.0

Choose a tag to compare

@Test-Account666 Test-Account666 released this 19 Jul 10:49

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

Choose a tag to compare

@Test-Account666 Test-Account666 released this 21 Dec 19:42

# Improved paper check