-
Posts
204 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Tangerine
-
Plugin update is out, let me know if you still have any plugin issues.
-
Plugin update is out, let me know if you still have any plugin issues.
-
Everything will be fixed in new version and it is almost ready, unfortunately I have a lot things going on in IRL, so I don't have time to finish it atm. I hope I'll release update by end of this month or at the beginning of next one.
-
Yes, check latest update, also new configuration on description page.
-
Changed Status from Work in Progress to Closed
-
Hey, still working on it.
-
Changed Status from Pending to Work in Progress
-
I'll add soon.
-
It nothing to do with perm, can you add me into discord so we can continue there? Discord: metangerine
-
Are you running this command in console?
-
Update will be released by 14th
-
Are you sure plugin is loaded? run o.plugins command and send output here.
-
Have u tried to grant perm without menu?
-
Changed Status from Pending to Work in Progress
-
Hey, I'm working on update for turrets plugin, it will be published soon.
-
Version 1.1.5
131 downloads
Auto Wipe - This plugin allows to schedule regular wipes, including map, blueprint, and data resets. It offers customizable settings for wipe intervals and automated backups to prevent data loss. This plugin will simplify the maintenance process and reduce administrative workload. What this plugin can do? Create specific wipe schedules for daily, weekly and monthly basis. Wipe oxide(config/data/logs/plugins)/map files. Create backups of data/map files. Send discord wipe message using tool: https://discohook.org/ Do files replacements during wipe. (In case if you want to load new config files for new map) Set own startup ConVars such as 'server.seed', 'server.levelurl'. No additional scripts or harmony mods required, everything plugin based. How it works? When the wipe preset schedule is enabled and matched, the plugin sends a restart command. During server startup, it deletes all configured files before they are loaded by other plugins or the server itself and executes all commands from the preset. It is recommended to have software or a batch file that will automatically start the server after shutdown because the "restart" command only shuts down the server without restarting it. What is cron expression and how do I use it? A cron expression is a string of characters used to schedule tasks to run at specific times or intervals. It is widely used in Unix-based systems for automating repetitive tasks such as backups, updates, and maintenance. Structure of a Cron Expression Allowed values Allowed special characters Comment ┌───────────── second (optional) 0-59 * , - / │ ┌───────────── minute 0-59 * , - / │ │ ┌───────────── hour 0-23 * , - / │ │ │ ┌───────────── day of month 1-31 * , - / L W ? │ │ │ │ ┌───────────── month 1-12 or JAN-DEC * , - / │ │ │ │ │ ┌───────────── day of week 0-6 or SUN-SAT * , - / # L ? Both 0 and 7 means SUN │ │ │ │ │ │ * * * * * * Special characters which are supported by plugin now * (all): Specifies that the event should happen for every time unit. For example, * in the minute field means "every minute." - (range): Specifies a range of values. For example, 10-12 in the hour field means "10th, 11th, and 12th hours." , (values): Specifies multiple values. For example, 10,12 in the hour field means "10th and 12th hours." / (increments): Specifies incremental values. For example, 5/15 in the minute field means "5, 20, 35, and 50 minutes of an hour." Examples of Cron Expressions 0 12 * * * -> At 12:00 p.m. (noon) every day: 0/15 * * * * -> Every 15 minutes every day 0/5 13,18 * * * -> Every five minutes starting at 1 p.m. and ending at 1:55 p.m., and then starting at 6 p.m. and ending at 6:55 p.m., every day 30 9 * * 1-5 -> At 9:30 a.m. every Monday to Friday 0 0 L * * -> At 00:00 AM on the last day of the month 0 0 L-1 * * -> At 00:00 AM the day before the last day of the month 0 0 3W * * -> At 00:00 AM, on the 3rd weekday of every month 0 0 LW * * -> At 00:00 AM, on the last weekday of the month 0 0 * * 2L -> At 00:00 AM on the last tuesday of the month 0 0 * * 6#3 -> At 00:00 AM on the third Saturday of the month 0 0 ? 1 MON#1 -> At 00:00 AM on the first Monday of the January Detailed definition can be found here: Cronos You can try to use this generator. If you need help with setting up your own wipe schedule don't hesitate to ask for support! You can use plugin support section or DM me in Discord: metangerine. CONFIGURATION COMMANDS autowipe.run <preset name> - runs auto wipe preset CONTACTS Need help or custom plugin for your server? Contact me using Discord: metangerine ----------------------------------------------------------------------$19.99 -
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Changed Status from Not a Bug to Closed
-
I'm working on turrets update right know, so this issue might be fixed in it.
-
Found issue, but again it might occur only if you have plugin that will conflict with sentry turrets.
-
Hey, made couple testings and everything works fine. Are you sure you don't have any external plugins that might cause such issue?