Hi there, plugin works wonderfully except after a while the turrets stop working again. My server restarts every 24 hours and it works upon server shutdown and server restart but then a few hours later the turrets will stop working until I reload the plugin manually.
I then added (through AutoCommands UMOD) - An exception to reload the config file every time the server restarts, and everytime someone joins or leaves the server to try and fix this issue but my players are still reporting that randomly throughout the day, they will load in to find their turrets not working again.
I have added autoturretinterference.default to group "default"
This is my config file for Unlimited turrets with no Interference:
{
"Remove interference for server auto turrets: default true (Useful for Raidable Bases or events)": true,
"RolePermission": {
"default": {
"Player Auto Turrets without interference limit": 99,
"Radius within which the system checks for other turrets (lower = more turrets)": 0
},
"vip1": {
"Player Auto Turrets without interference limit": 99,
"Radius within which the system checks for other turrets (lower = more turrets)": 0
},
"vip2": {
"Player Auto Turrets without interference limit": 99,
"Radius within which the system checks for other turrets (lower = more turrets)": 0
},
"vip3": {
"Player Auto Turrets without interference limit": 99,
"Radius within which the system checks for other turrets (lower = more turrets)": 0
}
}
}