- Contributors:
- Author: BlazingBroGamer
Command Locker
This plugin helps you make your server commands secure, with a password of your choice!
Permissions and Commands
This plugin uses the base commands /commandlocker, or the alias /cl. You can get access to all commands with commandlocker.admin.
/cl lock [Command] [Password] - Locks the command, with the said password. [commandlocker.lock]
/cl unlock [Command] - Unlocks the command. [commandlocker.unlock]
/cl setpassword [Command] [Password] - Updates the command password with the said password. [commandlocker.setpassword]
/cl permlock [Command] - Permanently lock a command. [commandlocker.permlock]
/cl help - Shows the help for the plugin. [commandlocker.help]
/cl reload - Reloads all the plugin config files. [commandlocker.reload]
/cl clearlog - Clears the log file. [commandlocker.clearlog]
Extra:
commandlocker.bypass - Bypass the Command Lock. (Can be disabled in the Config)
commandlocker.alert - See the alert when a player gets the password wrong
Setup
1) Download the plugin
2) Add it to the plugins folder
3) Reload/Start/Restart your server
4) Add locks to commands using /cl lock [Command] [Password]
5) Have a more secure server!
Milestones
1 download
5 downloads
10 downloads
50 downloads
100 downloads
Configuration
Settings.yml
CommandLocker.ymlCode (Text):
//Allows you to set the same passwords for all commands
SamePasswords: false
//If you set "SamePasswords" to true, put the password here
DefaultPassword: '1234567'
//Allow players to bypass if they have permission (commandlocker.bypass)
BypassPermission: false
//Alert all players with permission commandlocker.alert that the player got the password wrong
AlertOnWrong: true
//Log detail into the config
Log: true
Log.ymlCode (Text):
//Do not mess with this! in game commands will do it for you.
op:
Password: '12345'
Locked:
- op
PermLocked:
- '?'
Code (Text):
//Do not mess with this! The plugin will automatically generate one for you (If you set log to true in the Settings config file)
Log:
- '[BlazingBroGamerz]gottherightpassword.Command:helpPassword:1234Time:22/20/2015,
06:20:28'
- '[BlazingBroGamerz]gottherightpassword.Command:helpPassword:1234Time:22/22/2015,
06:22:04'[/FONT]
Messages.yml
Code (Text):
//Prefix for the plugin
Prefix: '&0[&3CommandLocker&0]&f'
//Message to be sent when a player tries to run a locked command
EnterPasswordMessage: '&4Pleaseenterthepassword!'
//Message to be sent when the player gets the password wrong
WrongPasswordMessage: '&4Thatisthewrongpassword!'
//Message to be sent when the player gets the password right
RightPasswordMessage: '&aSuccessfullyUnlocked!'
//Message to be sent if the command is permanently locked
PermLockedMessage: '&4Unavailable!'
[/FONT]
The bukkit dev page: http://dev.bukkit.org/bukkit-plugins/commandlocker/
-
We are planning scheduled maintenance on this website on Friday 5 March (tomorrow) at 4:00 am UTC. It is estimated that this maintenance will last 15 minutes. You can view this time in your local timezone here. Thanks.Dismiss Notice

Command Locker 1.3
Lock your commands and make your server more secure!
Recent Updates
- Bug Fixes and New Features! Apr 22, 2015
- Added Permanent Lock Apr 2, 2015
- Fixed Metrics Mar 25, 2015