-
Posts
4,802 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
heya. this hasn't changed afaik, but Bypass Lock Treasure To First Attacker For PVP Bases should be set to true if you are limiting how many people can enter a raid then that will cause the issue too. Max Amount Of Players Allowed To Enter Each Difficulty should be set to 0 for each
-
Changed Status from Pending to Closed
-
heya RaidOpenAppendedFormat is an issue with Oxide that will be resolved on your next server restart the error message is incomplete, so I don't know without seeing the full error. can you look in your server log?
-
damn sorry. edit .cs and change [JsonProperty(PropertyName = en ? "Delete Tree Radius When Spawning Base" : "Радиус удаления деревьев при появлении базы")] to [JsonProperty(PropertyName = en ? "Delete Tree Radius When Spawning Base" : "Удалить радиус дерева при создании базы")]
-
no problem. hope to see the copypaste update soon with my changes
-
it's hard to say what plugin it might be because the plugin isn't simply excluded by its name. it could be doing something unintentional still ya rb has it's own marker teleport. rbe kill_cleanup works because it looks for bases not owned by players. I can't just delete these bases from your server because that would include anything you (or another server) pasted in with copypaste. I still recommend my solution to unload the plugin before a few minutes before each scheduled restart. you can do this in your schedule, or with the Timed Execute plugin
-
from what you've described it sounds like your issue most likely occurs during restarts. the easiest and best solution is to unload the plugin a few minutes before your scheduled server restarts. then the plugin can destroy everything before it restarts.