Closed 95-inf closed 1 month ago
It looks like I have found the cause.
Setting the Bluemap integration to false stopped the plugin from "reloading".
# If you use BlueMap, this controls how shops show up as markers #
bluemap-marker:
enabled: false
icon: 'https://i.imgur.com/oCI3XJC.png'
label: 'Item: [item](x[item amount])\n\nOwner: [owner]\n\nType: [shop type]\n\nPrice: [price]\n\nStock: [stock]'
minDistance: 0
maxDistance: 500
Able to properly reproduce the bug, and I have fixed it. BlueMap was causing a reload of the full plugin periodically, this has been changed so that the BlueMap integration will wait until BlueMap has booted before hooking into it.
Fix will be included in v1.9.1.0
Is there an existing issue for this?
Type of bug
Other unexpected behaviour
Environment
Server startup log
https://paste.gg/p/anonymous/4231c53d475e4e7baae786e3eaf76beb
Shop config files
https://paste.gg/p/anonymous/ee57861cc6874fd588eb5f2fcc5658ec
Error log (if applicable)
No response
Bug description
Shop keeps "restarting" - the console is being spammed with the below every ~20 seconds:
It makes the shop display disappear every time the message is sent in console, as if the plugin is restarting.
Steps to reproduce
Expected behaviour
The message should not occur in the console every 20 seconds and the display signs should not reload.
Actual behaviour
The console is being spammed with
It makes the shop display disappear every time the message is sent in console.
Other information
No response