« Safe Command Block » : différence entre les versions
Aller à la navigation
Aller à la recherche
Page créée avec « {{Infobox Plugin| image = Safe Command Block logo.png| catégorie = Gestion améliorée des command blokcs| dev = KevinW1998| bukkit = safe-command-block| grade = Archite... » |
mAucun résumé des modifications |
||
(2 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
{{Infobox Plugin | {{Infobox Plugin|catégorie = Utilitaire | dev = KevinW1998| bukkit = safe-command-block| grade = Architecte| status = non-installé|}} | ||
Ligne 36 : | Ligne 36 : | ||
|SafeCommandBlock.reload | |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) |
Dernière version du 19 mars 2014 à 09:39
Safe Command Block | |
---|---|
Plugin | |
Catégorie | Utilitaire [edit] |
Développeur(s) | KevinW1998 |
Bukkit | safe-command-block |
Nefald | |
Status | non-installé [edit] |
Grade requis | Architecte |
Article | |
Dernière révision | 19/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)