xenondevs / Nova

Nova is a server-side modding framework for Paper servers that aims to streamline adding custom content like items, blocks, guis, and more, without client-side modifications, using resource pack tricks.
Other
347 stars 36 forks source link

[Bug] tree farms not retaining saplins after restart #42

Closed MissGamerz closed 2 years ago

MissGamerz commented 2 years ago

Agreements

Plugin Version and Server Software

Nova: 0.6, Airplane version git-Airplane-92 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 5ed110b on HEAD)

Expected behavior

saplins to be in the machine after i leave

Observed/Actual behavior

saplins are missing out of machines

Steps to reproduce

place tree farm set it off running with a saplin logout restart

log back in

Errors

No response

Additional context

No response

NichtStudioCode commented 2 years ago

Your issue is missing the server version. Unless restarted improperly (process terminated or exceptions during stop) the saplings are retained.

MissGamerz commented 2 years ago

Server Version: This server is running Airplane version git-Airplane-92 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 5ed110b on HEAD)

MissGamerz commented 2 years ago

managed to recreate this thread starvation on closing SQL connections (improper usage by other plugins) so basically this is due to a crash on restart im closing as this is not your fault and another plugins fault