wVipe — the first plugin from our studio for Minecraft 1.16+, designed for convenient wipe management.
It allows you to temporarily block selected commands with custom messages and timers, automatically enable/disable the whitelist, and configure actions upon wipe end: kick players, send them to a lobby, or do nothing.
All messages are fully customizable with color code support, and the permission system allows you to give specific commands to the right players.
wVipe makes the wipe process fair and controlled, preventing fast access to advantages after a reset.
---
Blocked Commands
Each sub-section is a unique key (for example, fly) containing:
cmd — the command with / in lowercase
message — the message to display to the player when trying to use it (supports & for colors)
timer — the lock time in seconds after the start of the wipe (for example, 2400 = 40 minutes)
To add a new command, create a new subsection and reload with /wvipe reload.
blocked-commands:
fly:
cmd: "/fly"
message: "&6Wipe &7| Flight mode will be available in 40 minutes."
timer: 2400
god:
cmd: "/god"
message: "&6Wipe &7| God mode will be available in 40 minutes."
timer: 2400
kit:
cmd: "/kit"
message: "&6Wipe &7| Kits will be available in 40 minutes."
timer: 2400
kits:
cmd: "/kits"
message: "&6Wipe &7| Kits will be available in 40 minutes."
timer: 2400
salary:
cmd: "/salary"
message: "&6Wipe &7| Salary will be available in 40 minutes."
timer: 2400
---
Whitelist Toggle Commands
Commands to disable the whitelist, executed from console on /wvipe on. Multiple commands can be added:
whitelist-off-commands:
- "whitelist off"
Commands to enable the whitelist, executed from console on /wvipe off:
whitelist-on-commands:
- "whitelist on"
---
Off Mode
The mode for /wvipe off can be:
cmd — execute kick commands
system — send players to the lobby
off — do nothing
off-mode: cmd
---
Kick Commands
Commands to kick all players, executed from console in cmd mode:
kick-commands:
- "kickall"
---
Lobby Server Name
Name of the lobby server to send players to in system mode:
lobby-server: lobby
---
Messages & Help
No permission message:
no-permission: "&cYou don't have permission to use this."
Wipe started message:
wipe-started: "&aWipe started."
Wipe ended message:
wipe-ended: "&aWipe ended."
Config reloaded message:
config-reloaded: "&aConfig reloaded."
Restrictions cleared message:
restrictions-cleared: "&aRestrictions cleared."
Unknown subcommand message:
unknown-subcommand: "&cUnknown subcommand."
Help section (displayed on /wvipe without arguments, supports & for colors):
help:
- "&c/wvipe on &7- Start the wipe and block commands."
- "&c/wvipe off &7- End the wipe, remove restrictions, and perform the off-mode action."
- "&c/wvipe reload &7- Reload the config."
- "&c/wvipe clear &7- Remove all restrictions from players."
---
Permissions
wvipe.admin — Access to all plugin commands (/wvipe on, off, reload, clear).
Main admin permission that grants full control without restrictions.
wvipe.on — Access only to /wvipe on to start the wipe.
Useful for delegating wipe start without full access.
wvipe.off — Access only to /wvipe off to stop the wipe.
Useful for delegating wipe end without full access.
wvipe.reload — Access only to /wvipe reload to reload the configuration.
Useful for updating settings without full access.
wvipe.clear — Access only to /wvipe clear to remove restrictions.
Useful for quickly clearing command blocks.
wvipe.bypass — Allows bypassing command restrictions during an active wipe.
Players with this permission can use blocked commands even if a wipe is active.