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
371 stars 38 forks source link

Deadlock when querying Towny protection for network tasks #451

Closed Nik0-0 closed 1 month ago

Nik0-0 commented 1 month ago

Agreements

Check for plugin incompatibilites

This issue is about a specific plugin incompatibility.

Plugin Version, Server Software, Server Version

Nova: 0.17-alpha.14 . Paper 1.21.1 (75)

Nova Addons and Versions

Vanilla-Hammers v1.5, SimpleUpgrades v1.4-alpha2, Logistics v0.2.9-alpha.3, Machines v0.4.6-alpha.8

Expected behavior

Blocks should place normally

Observed/Actual behavior

Placing anything related to Nova Machines expansion crashes the server. ("Mechanical Press" for example)

Without Towny-0.100.4.0.jar everything operates normally

Steps to reproduce

  1. Place stuff (for example "Mechanical Press")
  2. Block won't place at all
  3. Server will crash

Server log

https://mclo.gs/3hRF6dz

Errors

No response

Additional context

No response