
Simple all-in-one plugin for PVE, basic teleport, and decay management for Rust
This plugin has a simplified config and implementation compared to other PVE, teleport, and decay plugins.
It will facilitate PVE (player to player and player to building), teleport to town/bandit/outpost, as well as basic decay control.
No home/sethome functionality exists. Teleports are available only for bandit, outpost, and town (if set).
omnibus.admin
-- Required only for /town set/town
-- Go to town set by admin/town set
-- For admin to set town location/bandit
-- Teleport to Bandit Town/outpost
-- Teleport to the Outpost{
"Global": {
"DecayMultiplier": 0.5,
"EnablePVE": true,
"Debug": false
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 1
}
}
DecayMultiplier
-- Sets the global decay percentage. 1 is standard decay, 0.5 is 50%, etc.EnablePVE
-- Prevent damage from player to player and player to other players' buildingsDebug
-- Log debug activity to oxide log and rcon.