Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Version 1.2.0

Choose a tag to compare

@SargeZT SargeZT released this 01 Feb 08:37
· 401 commits to master since this release

Partial changelist:

  • Improved connection handling; no more dangling clients.
  • Projectile blacklist, configurable.
  • Connection reaper, automatically disconnects clients that have been inactive for a certain amount of time (default: 10 seconds)
  • Help command now only shows commands the player has access to.
  • Correct IP addresses are now attached to all users.
  • Configurable logging
  • Configurable regex on join for player names. By default it will remove color codes and leading/trailing spaces.
  • Improved log file handling
  • Improved configuration file handling; should make future transitions easier.
  • Improved documentation regarding installation.
  • Config flag for disabling the startup port check.
  • Chat logger
  • Improvements to the ORM base class.
  • UTF-8 compatibility for MOTD.
  • Less restrictive licensing terms regarding plugins. We will now accept BSD and MIT licensed plugins in PRs assuming they include their own license file. Sorry, but no GPL.
  • Simplified warping commands; coordinates are removed for now as they're redundant and difficult to use.