Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Releases: SEServerExtender/EssentialsPlugin

v1.13.7.04-alpha

05 Jun 02:27
Compare
Choose a tag to compare

This fixes a crash in concealment, and should improve performance slightly. Added an option to turn off physics for concealed grids, which may improve performance somewhat.

Fixes #96. Should improve #95, may help #97.

v1.13.7.01-alpha

04 Jun 04:23
Compare
Choose a tag to compare

v1.134.06.179-alpha

19 May 19:19
Compare
Choose a tag to compare

/admin speed works again, and now actually uses the time argument.

All /admin move commands have been fixed.

Scanning for grids owned by pirates now works correctly.

v1.134.05.312-alpha

12 May 18:42
Compare
Choose a tag to compare

Update for SE 1.134

v1.13.6.142-alpha

11 May 18:59
Compare
Choose a tag to compare

blocktype and blocksubtype commands didn't properly handle uppercase letters

v1.13.6.140-alpha

09 May 20:46
Compare
Choose a tag to compare

Fixed an exception in backups. Changed restart behavior to fix a crash. Fixed blocksubtype grid scan commands.

Timed cleanups can now be run on hourly intervals by setting the hour to -1. e.g. -1:05 will run at five past the hour, -1:30 will run at half past, and -1:00 will run at the start of every hour.

v1.13.6.117-alpha

01 May 06:40
Compare
Choose a tag to compare

Grid scan commands with blocktype and blocksubtype should work correctly again. Concealed grids now show properly in scan commands (for real). Revealing concealed ships no longer sends them flying (again, for real this time). Changed server restart behavior to fix an issue where mods wouldn't get the shutdown signal.

v1.13.6.96-alpha

27 Apr 06:24
Compare
Choose a tag to compare

Fixes a threading error in GridGroups.

v1.13.6.93-alpha

25 Apr 22:44
Compare
Choose a tag to compare

Grid scanning should be mostly fixed. It now respects multiple scan arguments, and concealed grids will show up in your scans again. Scanning now happens on multiple threads; my test case went from 20 seconds down to 5.

Since cargo ships have been fixed in the base game, the cargo ship option in Essentials has been renamed to atmospheric cargo ships. Ships spawned with this function will ignore the gravity check when spawning. I've also adjusted the /admin spawn cargo command. If you add 'atmosphere' to the end of the command, it will spawn a cargo ship that doesn't check for gravity. Running it with no arguments now triggers the game to spawn a cargo ship on its own.

v1.13.6.53-alpha

21 Apr 18:42
Compare
Choose a tag to compare

Fixed some crashes in grid scanning, removed some obsolete junk. Fixed an error where multiple arguments in grid scans weren't being respected properly.