Supported Games

- Lock Master1.*
Master Key allows players with permission to unlock doors, storage boxes, furnaces, gates, cupboards, lockers, fridges, hackable creates and even turrets. Usage is logged by default to the dated masterkey_usage-####-##-##.txt
file in the oxide/logs
directory.
Permissions
masterkey.command
-- Allows player to use themasterkey
command.masterkey.box
-- Allows player to unlock other players boxes.masterkey.cell
-- Allows player to unlock other players cells.masterkey.door
-- Allows player to unlock other players doors.masterkey.gate
-- Allows player to unlock other players gates.masterkey.hatch
-- Allows player to unlock other players hatches.masterkey.shop
-- Allows player to unlock other players shops.masterkey.cupboard
-- Allows player to unlock other players cupboards.masterkey.locker
-- Allows player to unlock other players lockers.masterkey.fridge
-- Allows player to unlock other players fridge.masterkey.hackable
-- Allows player to unlock hackables.masterkey.turret
-- Allows player to unlock other players shops.
NOTE: If you have the plugins for the following below it will unlock those items as well if you are using my Lock Master Plugin
masterkey.coffin
-- Allows player to unlock other players coffins.masterkey.composter
-- Allows player to unlock other players composters.masterkey.furnaces
-- Allows player to unlock other players furnaces.masterkey.mining
-- Allows player to unlock other players mining quarries.masterkey.pumpjack
-- Allows player to unlock other players pumpjacks.masterkey.planter
-- Allows player to unlock other players plater boxes.masterkey.hitchtroughcombo
-- Allows player to unlock other hitch & trough.masterkey.mixingtable
-- Allows player to unlock other mixing tables.
To grant ALL permissions, simply use masterkey.*
as the permission.
Commands
This plugin provides universal chat and console commands. When using a command in the chat, prefix it with a forward slash: /
.
masterkey
|mkey
|mk
-- Enable/disable the plugin features for self.
Configuration
{
"Log Usage (true/false)": true,
"Show Messages (true/false)": true
}
Localization
{
"MasterKeyDisabled": "Master key access is now disabled.",
"MasterKeyEnabled": "Master key access is now enabled.",
"NotAllowed": "You are not allowed to use the '{0}' command.",
"UnlockedWith": "Unlocked {0} with master key!",
"LockedWith": "Locked {0} with master key!",
"OpenWith": "Opened {0} with master key!",
"LogUnlock": "{0} unlocked '{1}' with master key at {2}",
"LogLock": "{0} locked '{1}' with master key at {2}",
"LogOpen": "{0} opened '{1}' with master key at {2}"
}
MIT License
Copyright (c) 2019 Wulf
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.