Wipe Status

$3.99

Sold by: IIIaKa

The plugin displays the time until the next wipe in the status bar. Depends on AdvancedStatus plugin.

Categories: , ,

Description

The plugin displays the time until the next wipe in the status bar. Depends on AdvancedStatus plugin.

 

Wipe Status Wipe Status

  • The ability to display the remaining time until the wipe:
    • If there are N days left. Configurable in the configuration file;
    • If player is in a safe zone or building privilege zone;
  • The option to choose between a server wipe and a manually specified wipe;
  • The ability to specify the order of the bar;
  • The ability to change the height of the bar;
  • The abillity to customize the color and transparency of the background;
  • The ability to set a material for the background;
  • The ability to switch between CuiRawImageComponent and CuiImageComponent for the image;
  • The ability to get images from the local folder(*SERVER*oxidedataAdvancedStatusImages);
  • The abillity to set own image and customize the color and transparency of the image;
  • The abillity to set sprite instead of the image;
  • The ability to customize the colorsize and font of the text.

 

Wipe Status Wipe Status

  • wipestatus.admin – Provides the ability to set custom date of wipe.

 

Wipe Status Wipe Status

{
  "Chat command": "wipe",
  "Is it worth enabling GameTips for messages?": true,
  "Is it worth displaying the wipe timer only when players in the safe zone or building privilege?": false,
  "The number of days before the wipe when the status bar will start to display. A value of 0 enables constant display": 0,
  "Status. Bar - Type(TimeProgressCounter or TimeCounter)": "TimeCounter",
  "Status. Bar - Height": 26,
  "Status. Bar - Order": 10,
  "Status. Background - Color(Hex or RGBA)": "#0370A4",
  "Status. Background - Transparency": 0.7,
  "Status. Background - Material(empty to disable)": "",
  "Status. Image - Url": "https://i.imgur.com/FKrFYN5.png",
  "Status. Image - Local(Leave empty to use Image_Url)": "WipeStatus_Wipe",
  "Status. Image - Sprite(Leave empty to use Image_Local or Image_Url)": "",
  "Status. Image - Is raw image": false,
  "Status. Image - Color(Hex or RGBA)": "#0370A4",
  "Status. Image - Transparency": 1.0,
  "Status. Image Outline - Is it worth enabling an outline for the image?": false,
  "Status. Image Outline - Color(Hex or RGBA)": "0.1 0.3 0.8 0.9",
  "Status. Image Outline - Transparency": 1.0,
  "Status. Image Outline - Distance": "0.75 0.75",
  "Status. Text - Size": 12,
  "Status. Text - Color(Hex or RGBA)": "#FFFFFF",
  "Status. Text - Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf",
  "Status. Text - Offset Horizontal": 0,
  "Status. Text Outline - Is it worth enabling an outline for the text?": false,
  "Status. Text Outline - Color(Hex or RGBA)": "#000000",
  "Status. Text Outline - Transparency": 1.0,
  "Status. Text Outline - Distance": "0.75 0.75",
  "Status. SubText - Size": 12,
  "Status. SubText - Color(Hex or RGBA)": "#FFFFFF",
  "Status. SubText - Font": "RobotoCondensed-Bold.ttf",
  "Status. SubText Outline - Is it worth enabling an outline for the sub text?": false,
  "Status. SubText Outline - Color(Hex or RGBA)": "0.5 0.6 0.7 0.5",
  "Status. SubText Outline - Transparency": 1.0,
  "Status. SubText Outline - Distance": "0.75 0.75",
  "Status. Progress - Reverse": true,
  "Status. Progress - Color(Hex or RGBA)": "#FFD700",
  "Status. Progress - Transparency": 0.7,
  "Status. Progress - OffsetMin": "0 0",
  "Status. Progress - OffsetMax": "0 0",
  "Custom wipe dates list(empty to use default). Format: yyyy-MM-dd HH:mm. Example: 2024-10-25 13:00": [],
  "Version": {
    "Major": 0,
    "Minor": 1,
    "Patch": 7
  }
}

Wipe Status Wipe Status

 

Wipe Status Wipe Status

EN:
{
  "MsgText": "WIPE IN",
  "MsgServerTime": "Current real server time: {0}",
  "MsgNewDateAdded": "The new date {0} has been successfully added!",
  "MsgNewDateRangeAdded": "The list of dates was successfully added!",
  "MsgNewDateAddFailed": "Invalid format or date is earlier than the current one. Date format: yyyy-MM-dd HH:mm",
  "MsgClearDates": "Custom dates list has been successfully cleared!",
  "MsgBarEnabled": "Displaying the wipe bar is enabled!",
  "MsgBarDisabled": "Displaying the wipe bar is disabled!"
}
RU:
{
  "MsgText": "ВАЙП ЧЕРЕЗ",
  "MsgServerTime": "Текущее реальное серверное время: {0}",
  "MsgNewDateAdded": "Новая дата {0} успешно добавлена!",
  "MsgNewDateRangeAdded": "Список дат был успешно добавлен!",
  "MsgNewDateAddFailed": "Не верный формат или дата меньше текущей. Формат даты: yyyy-MM-dd HH:mm",
  "MsgClearDates": "Список дат был успешно очищен!",
  "MsgBarEnabled": "Отображение вайп бара включено!",
  "MsgBarDisabled": "Отображение вайп бара выключено!"
}

Wipe Status Wipe Status

 

Wipe Status Wipe Status

  • bar – Enabling and disabling personal bar display.
  • time – Displays the real time on the server. Sometimes the server’s time zone may differ from the expected one. Permission “wipestatus.admin” required.
  • addAdding a new wipe date. Format: yyyy-MM-dd HH:mm. Permission “wipestatus.admin” required.
    • If you add 2 more parameters, you will be able to specify a list of wipe dates at once. The first parameter(a digit) is the offset(days) from the dates, and the second parameter(a digit) is the number of occurrences.
  • clear – It clears the list of dates. Permission “wipestatus.admin” required.

Example:

  • /wipe add “2023-12-28 15:16”
  • /wipe add “2024-07-16 19:00” 7 20 – Starting from the date 2024-07-16 19:00, 7 days will be added 20 times.

Reviews

There are no reviews yet.


Only logged in customers who have purchased this product may leave a review.

Version 0.1.7 | Updated March 8, 2025
  • Updated Changes related to the latest version of the AdvancedStatus plugin;
  • Fixed Fixed an issue where the '/wipe bar' command values were not saved after a plugin restart;
  • Added Added more parameters for greater flexibility in bar configuration;
  • Added Added the ability to choose the bar type between TimeProgressCounter and TimeCounter;
  • Updated Now, if the bar settings specify a local image, the plugin will not add bars with non-empty URLs in the ImageLibrary;
  • Fixed Various minor changes and code improvements.
Version 0.1.6 | Updated October 31, 2024
  • Added Initial release

Discussions

There are no discussions yet.

Leave a reply

Your email address will not be published. Required fields are marked *

Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?

• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.

Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA

• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.

Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.

Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)

Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)

Product Enquiry

Please Login to make enquiry about this product