Skip to content

Releases: Swofty-Developments/Continued-Slime-World-Manager

4.0.1

02 Dec 15:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

28 Jan 05:03
Compare
Choose a tag to compare

4.0.0

  • Added manual garbage collection particularly when loading chunks
  • Abstracted the import system
  • Fixed bugs in relation to setting world spawn and goto

Full Changelog: 3.1.1...4.0.0

3.1.1

24 Nov 09:57
Compare
Choose a tag to compare

3.1.1

  • Cleaned up documentation
  • Added events
  • Properly exposed ConfigManager through #getConfigManager

3.1.0

24 Nov 02:53
Compare
Choose a tag to compare

3.1.0

Big changes on this one;

  • Migrated ConfigManager, WorldData and WorldsConfig to the API rather than the Plugin, this will allow you to make modifications to the worlds.yml just from the API
  • Removed deprecated property methods
  • Fixed and added documentation across all comands
  • Cleaned up code through various util functions

3.0.6

23 Nov 04:13
Compare
Choose a tag to compare

3.0.6

Implemented #unloadWorld on a SlimeWorld object and migrated /cswm unloadworld to use this accordingly

3.0.5

02 Nov 06:36
Compare
Choose a tag to compare

3.0.5

  • Fixed the file loaders lock system
  • Implemented more functionality into /cswm list
  • Implemented ability to specify dimension in /cswm create
  • Removed accidentally left debug messages
  • Completely removed 1.8 specific module

3.0.4

16 Oct 16:01
8824a5c
Compare
Choose a tag to compare

3.0.4

  • Fixed maven system, you can now properly import the API

3.0.2

12 Oct 11:14
Compare
Choose a tag to compare

3.0.2

  • Cleaned up import system
  • Implemented the ability to modify 'loadOnStartup' through API

Full Changelog: 3.0.0...3.0.2

3.0.1

11 Oct 10:09
Compare
Choose a tag to compare

3.0.1

Vast array of updates;

  • Removed all checking and saving of versions in binary format
  • Fixed commands in terms of naming consistency
  • Added more QOL such as tab completers
  • Fixed documentation to stay inline with refractor
  • Fixed waiting time for world loading

Full Changelog: latest...3.0.1

3.0.0

11 Oct 07:55
Compare
Choose a tag to compare

v3.0.0

Full Changelog: https://github.com/Swofty-Developments/Continued-Slime-World-Manager/commits/latest

Start of 1.8.8 Continued Slime World Manager development