dFxPhoeniX
Admin Utilities is a plugin who have some functionalities like noclip. under terrain and more.

Supported Games
GameServerKingsGameServerKings

Overview

Admin Utilities is a plugin who have some functionalities like noclip. under terrain and more.

This plugin is the only plugin that offers a premium and identical experience to using the command directly from the console.

Permissions

  • adminutilities.nocliptoggle - Allows group/player to have access to use noclip.
  • adminutilities.godmodetoggle - Allows group/player to have access to use godmode.
  • adminutilities.disconnectteleport - Allow group/player to teleport under terrain or custom coordonates on disconnect.
  • adminutilities.saveinventory - Allow group/player to save inventory on disconnect.
  • adminutilities.maxhht - Allow group/player to give max metabolism on connect.

Commands

  • /noclip - Enable/Disable the noclip mode (require adminutilities.nocliptoggle).
  • /god - Enable/Disable the god mode (require adminutilities.godmodetoggle).
  • /disconnectteleport - Show personal disconnect teleport's options (require adminutilities.disconnectteleport).
  • /saveinventory - Enable/Disable personal save inventory on disconnect (require adminutilities.saveinventory).

Configuration

{
  "Settings": {
    "Default Teleport To Position On Disconnect": "(0, 0, 0)",
    "Enable Persistent GodMode": false,
    "Enable Persistent NoClip": false,
    "Wipe Players Settings On Map Wipe": false,
    "Wipe Saved Inventories On Map Wipe": false
  }
}

Languages

Admin Utilities have two languages by default (English and Romanian), but you can add more in Oxide lang folder

API Hooks

object API_GetDisconnectTeleportPos(string userid)
object API_GetSaveInventoryStatus(string userid)
object API_GetUnderTerrainStatus(string userid)
object API_GetNoClipStatus(string userid)
object API_GetGodModeStatus(string userid)
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.