RUST Discord Wipe v2.4.3

No permission to download
You can download a maximum of 0 files within 24 hours

About​

Sends map wipe and server protocol change notification to discord.

Notification Examples​

Wipe​

1744819805136.png
  • Note map image is only for Rust and requires RustMapApi plugin

Protocol​

1744819817102.png

RustMaps.com Support​

As of version 2.3.0 you can now use RustMaps.com to generate your map. To start using RustMaps.com

  1. Set Map Image Source (None, RustMaps, RustMapApi) to "RustMaps" in the config
  2. Get Your API Key @ RustMaps.com and put it in "RustMap.com API Key" in the config.
  3. Choose which RustMap image you want to use and put it in on of the image options in the embed.
  • {rustmaps.com.map}
  • {rustmaps.com.icons}
  • {rustmaps.com.thumbnail}
  1. Reload the plugin.

Configuration​

The settings and options can be configured in the DiscordWipe file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.

Note: To disable sending a message leave the webhook url blank or the default value​

Code:
Please, Log in or Register to view codes content!

Hide Footer​

The default footer can be disabled by changing the footer value enabled to false.You can also add your own custom footer which will disable to current one

Permissions​

This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.
  • discordwipe.admin - allows players to send test messages

Commands​

This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: `/`.

Chat​

/dw - displays the help text
/dw wipe - sends a wipe message
/dw protocol - sends a protocol message

Console​

dw - displays the help text
dw wipe - sends a wipe message
dw protocol - sends a protocol message

Localization​

The default messages are in the DiscordWipe file under the lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages.
Code:
Please, Log in or Register to view codes content!

Available Placeholders;​

Note not all placeholders are available for every game. Please use placeholderapi.list to get the most up to date list for your game​

Placeholder Structure:​

{key:format!option}

  • Key is the value displayed in the list below
  • Format is the format to be applied to the returned value
  • Option Allows you to change the type of data being returned

Placeholders​

date.now (Placeholder API) - Options: "local" to use local time offset, UTC (default)
{date.now:MM/dd/yy hh:mm:ss tt} - Will display the current date and time using the supplied format
{date.now:MM/dd/yy hh:mm:ss tt!local} - Will do the same as above but convert the time to local time
Please, Log in or Register to view URLs content!


plugins.amount (Placeholder API)
{plugins.amount} - returns the number of plugins on the server

server.address (Placeholder API)
{server.address} - returns the server IP Address

server.blueprints.wipe.last (Placeholder API) - Options: "local" to use local time offset, UTC (default)
{server.blueprints.wipe.last:MM/dd/yy hh:mm:ss tt} - Will display the last blueprint wipe date in UTC time
{server.blueprints.wipe.last:MM/dd/yy hh:mm:ss tt!local} - Will display the last blueprint wipe date in local time
Please, Log in or Register to view URLs content!


server.blueprints.wipe.next (Placeholder API) - Options: "local" to use local time offset, UTC (default)
{server.blueprints.wipe.next:MM/dd/yy hh:mm:ss tt} - Will display the next blueprint wipe date in UTC time
{server.blueprints.wipe.next:MM/dd/yy hh:mm:ss tt!local} - Will display the next blueprint wipe date in local time
Please, Log in or Register to view URLs content!


server.description (Placeholder API)
{server.description} - Will display the servers description

server.entities (Placeholder API)
{server.entities} - Will return the number of entities on the server

server.fps (Placeholder API)
{server.fps:0} - Will return the current server framerate

server.fps.average (Placeholder API)
{server.fps.average} - Will return the average server framerate

server.language.code (Placeholder API)
{server.language.code} - Returns Two letter ISO language name

server.language.name (Placeholder API)
{server.language.name} - Returns the server language name

server.map.wipe.last (Placeholder API) - Options: "local" to use local time offset, UTC (default)
{server.map.wipe.last:MM/dd/yy hh:mm:ss tt} - Will display the last map wipe date in UTC time
{server.map.wipe.last:MM/dd/yy hh:mm:ss tt!local} - Will display the last map wipe date in local time
Please, Log in or Register to view URLs content!


server.map.wipe.next (Placeholder API) - Options: "local" to use local time offset, UTC (default)
{server.map.wipe.next:MM/dd/yy hh:mm:ss tt} - Will display the next map wipe date in UTC time
{server.map.wipe.next:MM/dd/yy hh:mm:ss tt!local} - Will display the next map wipe date in local time
Please, Log in or Register to view URLs content!


server.memory.total (Placeholder API) - Options: B (default), KB, MB, GB
{server.memory.total:0} - Returns the servers total available memory in bytes
{server.memory.total:0!kb} - Returns the servers total available memory in kilobytes
{server.memory.total:0!mb} - Returns the servers total available memory in megabytes
{server.memory.total:0!gb} - Returns the servers total available memory in gigabytes

server.memory.used (Placeholder API) - Options: B (default), KB, MB, GB
{server.memory.total:0.00} - Returns the servers used available memory in bytes
{server.memory.total:0.00!kb} - Returns the servers used available memory in kilobytes
{server.memory.total:0.00!mb} - Returns the servers used available memory in megabytes
{server.memory.total:0.00!gb} - Returns the servers used available memory in gigabytes

server.name (Placeholder API)
{server.name} - Returns the servers host name

server.network.in (Placeholder API) - Options: B (or B/s, default) KB (or KB/s), MB (or MB/s), GB (or GB/s), Bps, Kbps, Mbps, Gbps
{server.network.in:0.00} - Returns the servers network in in bytes
{server.network.in:0.00!KB} - Returns the servers network in in kilobytes
{server.network.in:0.00!MB} - Returns the servers network in in megabytes
{server.network.in:0.00!GB} - Returns the servers network in in gigabytes

server.network.out (Placeholder API) - Options: B (or B/s, default) KB (or KB/s), MB (or MB/s), GB (or GB/s), Bps, Kbps, Mbps, Gbps
{server.network.out:0.00} - Returns the servers network out in bytes
{server.network.out:0.00!KB} - Returns the servers network out in kilobytes
{server.network.out:0.00!MB} - Returns the servers network out in megabytes
{server.network.out:0.00!GB} - Returns the servers network out in gigabytes

server.oxide.rust.version (Placeholder API)
{server.network.out} - Returns the rust oxide version

server.players (Placeholder API)
{server.players} - Returns the current player count on the server

server.players.loading (Placeholder API)
{server.players.loading} - Returns the current number of players loading into the server

server.players.max (Placeholder API)
{server.players.max} - Returns the maximum number of players allowed on the server

server.players.queued (Placeholder API)
{server.players.queued} - Returns the number of players currently queued to join the server

server.players.sleepers (Placeholder API)
{server.players.sleepers} - Returns the current number of sleepers on the server

server.players.stored (Placeholder API){server.players.stored} - Returns the total number of sleepers and connected players on the server

server.players.total (Placeholder API)
{server.players.total} - Returns the total number of players that have ever been on the server

server.port (Placeholder API)
{server.port} - Returns the server port

server.protocol (Placeholder API)
{server.protocol} - Returns the server protocol version

server.protocol.network (Placeholder API)
{server.protocol.network} - returns the server network version

server.protocol.persistance (Placeholder API)
{server.protocol.persistance} - Returns the blueprint version for the server

server.protocol.report (Placeholder API)
{server.protocol.report} - Returns the server report version

server.protocol.save (Placeholder API)
{server.protocol.save} - Returns server save version

server.time (Placeholder API) - Current in-game time
{server.time:MM/dd/yy hh:mm:ss tt} - Returns servers current time
DateTime Formatting

world.salt (Placeholder API)
{world.salt} - Returns the servers salt

world.seed (Placeholder API)
{world.seed} - Returns the servers map seed

world.size (Placeholder API) - Options: km, km2 (or km^2), m (default), m2 (or m^2)
{world.size} - Returns map size in meters
{world.size!m2} - Returns map size in meters squared
{world.size!km} - Returns map size in kilometers
{world.size!km2} - Returns map size in kilometers squared

world.url (Placeholder API)
{world.url} - Returns the url to download the map

server.protocol.previous (Discord Wipe) - Displays the previous protocol version if it changed during the last restart
{server.protocol.previous} - Returns the previous network version
Author
Box2
Downloads
0
Views
5
First release
Last update
Rating
0.00 star(s) 0 ratings

Similar resources

Attempts to drop drops for the duration of the map. It sends the falling drops to the discord server
0.00 star(s) 0 ratings
Downloads
0
Updated
Связь игрового сервера и канала в Discord.
0.00 star(s) 0 ratings
Downloads
0
Updated
XF 2  Discord Integration 2.7.8 GP170.00
Подключите сервер Discord к вашему форуму XenForo
0.00 star(s) 0 ratings
Downloads
0
Updated
Shows server information as a discord bot status
0.00 star(s) 0 ratings
Downloads
0
Updated
Показывает сообщение на сервере о дискорде (онлайн, сколько юзеров, ссылка)
0.00 star(s) 0 ratings
Downloads
0
Updated
Back
Top
Development Community