I'm happy to upload any logs or files necessary. But Yeh I'm not making it up. It's been an issue with both plugins following every update. I even got our owner to stop the 24 hour server restarts so at least it had some time to work.
AutoPurge
Moved
Total Downloads: 5,820 - First Release: Dec 27, 2015 - Last Update: Sep 18, 2017
- 5/5, 34 likes
-
Otherwise your complete based Operating System would end in a absolute chaos
And using not "UnLoad" would mean so save the keyvalues on every change, to prevent dataloss on plugin unloading, for example in cases of plugin updates.
I'm using this "UnLoad" in many plugins with direct user data, some with more, some with less data to save/load, and for none of them was reported missing user data of any kind. -
Calytic Community Admin Community Mod
-
Ok, so I finally figured out it was this plugin that was restarting my server every 12 hours, after setting the check from every 24 hours, to every 48 hours, I finally, so far, have 14 hours uptime for the first time in weeks.
-
-
-
i got everything except the timerjob. what is that for exactly?
-
-
-
Hello Community,
Hello FYI!
Two questions I would have to AutoPurge 1.4.4. I have read that it is possible to create a group that is not affected by AutoPurge.
Code:{ "Exclution": { "excludeGroupModerator": true, "excludeGroupOwner": true, "excludePermission": "autopurge.exclude" }, "Generic": { "killSleepers": false, "logPurgeToFile": true, "purgeOnStart": false, "removeRecordAfterDays": 30, "removeRecordAfterPurge": true, "testMode": false, "useClansIO": false, "useFriendsApi": true }, "Messaging": { "showMessages": true, "showMessagesAdminOnly": false }, "Timing": { "inactiveAfter": 864000, "timerEnabled": true, "timerJob": 43200 } }
Must this group look like this?
"excludeGroup+Groupname": true, without + or just "groupname": true, ???
Please excuse my bad english
best regards
Amity -
You can also rename the part "exclude" of the permission to anything you want in the config,
and assign/grant then this new permission to any group or player. -
ty i try!
you're the best -
I tried helping another server get this added, set it with TimedExecute to 10 minutes before each restart, the time came and went and no Purge message appeared in chat. Also log just has the "nothing to remove" from 3 days ago.
I don't have console access to check for errors either.
Here's my config:
Code:{ "Exclution": { "excludeGroupModerator": true, "excludeGroupOwner": true, "excludePermission": "autopurge.exclude" }, "Generic": { "killSleepers": false, "logPurgeToFile": true, "purgeOnStart": false, "removeRecordAfterDays": 30, "removeRecordAfterPurge": true, "testMode": false, "useClansIO": true, "useFriendsApi": false }, "Messaging": { "showMessages": true, "showMessagesAdminOnly": false }, "Timing": { "inactiveAfter": 172800, "timerEnabled": false, "timerJob": 21600 } }
Code:{ "EnabledRealTime-Timer": true, "EnableTimerOnce": false, "EnableTimerRepeat": false, "RealTime-Timer": { "23:50:00": "autopurge.run", "23:30:00": "say AUTOMATIC RESTART IN 30 MINUTES!", "23:40:00": "say AUTOMATIC RESTART IN 20 MINUTES!", "23:50:00": "say AUTOMATIC RESTART IN 10 MINUTES!", "23:55:00": "say AUTOMATIC RESTART IN 5 MINUTES!", "23:58:00": "server.save", "23:59:00": "restart 60", "05:50:00": "autopurge.run", "05:30:00": "say AUTOMATIC RESTART IN 30 MINUTES!", "05:40:00": "say AUTOMATIC RESTART IN 20 MINUTES!", "05:50:00": "say AUTOMATIC RESTART IN 10 MINUTES!", "05:55:00": "say AUTOMATIC RESTART IN 5 MINUTES!", "05:58:00": "server.save", "05:59:00": "restart 60", "11:50:00": "autopurge.run", "11:30:00": "say AUTOMATIC RESTART IN 30 MINUTES!", "11:40:00": "say AUTOMATIC RESTART IN 20 MINUTES!", "11:50:00": "say AUTOMATIC RESTART IN 10 MINUTES!", "11:55:00": "say AUTOMATIC RESTART IN 5 MINUTES!", "11:58:00": "server.save", "11:59:00": "restart 60", "17:50:00": "autopurge.run", "17:30:00": "say AUTOMATIC RESTART IN 30 MINUTES!", "17:40:00": "say AUTOMATIC RESTART IN 20 MINUTES!", "17:50:00": "say AUTOMATIC RESTART IN 10 MINUTES!", "17:55:00": "say AUTOMATIC RESTART IN 5 MINUTES!", "17:58:00": "server.save", "17:59:00": "restart 60", "08:00:00": "callheli", "20:00:00": "callheli" }, "TimerOnce": { "reset.oncetimer": 10, "weather.fog 0": 350, "weather.rain 0": 360 }, "TimerRepeat": { "callheli": 5400 } }
-
-
-
And you're saying autopurge.run doesn't run? -
yeah it doesnt seem to be doing anything at the specified time
-
Fujikura updated Auto Purge with a new update entry:
1.5.0
-
I need the plugin because my server is crashing for a lot of entities on these. The plugin will start auto or i need to do something? i want to delete all entities and kill sleepers for some people than have not connected passed 48hours. Ty
-