« Safe Command Block » : différence entre les versions

De Nefald Wiki
Aller à la navigation Aller à la recherche
Hiob (discussion | contributions)
mAucun résumé des modifications
Hiob (discussion | contributions)
mAucun résumé des modifications
Ligne 1 : Ligne 1 :


{{Infobox Plugin| image = Safe Command Block logo.png| catégorie = Gestion améliorée des command blokcs| dev = KevinW1998| bukkit = safe-command-block| grade = Architecte| status = installé|}}
{{Infobox Plugin| image = Safe Command Block logo.png| catégorie = Gestion améliorée des command blokcs| dev = KevinW1998| bukkit = safe-command-block| grade = Architecte| status = non-installé|}}





Version du 18 mars 2014 à 12:25



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 non-installé [edit]
Grade requis Architecte
Article
Dernière révision 18/03/2014



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)