Safe Command Block
Safe Command Block | ||||
---|---|---|---|---|
Safe Command Block | ||||
Plugin | ||||
Catégorie | Gestion améliorée des command blokcs [edit] | |||
Développeur(s) | KevinW1998 | |||
Bukkit | safe-command-block | |||
Nefald | ||||
Status | installé [edit] | |||
Grade requis | Architecte | |||
Article | ||||
Dernière révision | 5/11/2013 |
commande | description | permissions |
---|---|---|
If someone has access to command blocks (modify the command) | SafeCommandBlock.access | |
If someone can bypass whitelist, blacklist and worldwhitelist | SafeCommandBlock.bypass | |
If someone can write the command with color codes to command blocks | SafeCommandBlock.color | |
/resetcommand | If someone can reset the command of a command block (admin command) | SafeCommandBlock.resetCommand |
/setCommandName | If someone can set the name of a command block (admin command) | SafeCommandBlock.setCommandName |
/setCommand | If someone can set the command of a command block (admin command) | SafeCommandBlock.setCommand |
/scbreload | If someone can reload the config file of Safe Command Block | SafeCommandBlock.reload |
blacklistmode: false whitelistworld: false
Config Description blacklistmode: false You use whitelist! Commands listed in filter.yml under whitelist are whitelisted. blacklistmode: true You use blacklist! Commands listed in filter.yml under blacklist are banned. whitelistworld: true You use whitelistworld! Worlds listed in filter.yml under worlds are whitelisted. Filter Sample
whitelist:
- testfor - tell - say
blacklist:
- tp - kill
worlds:
- world - world_nether - world_the_end
Config Description whitelist Commands which are listed here are whitelisted. (Only if blacklistmode is false) blacklist Commands which are listed here are blacklisted. (Only if blacklistmode is true) worlds Worlds which are listed here are whitelisted. (Only if whitelistworld is false)