Sample Files with Commentary
Config Sample
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) |
Posts Quoted:
Reply
Clear All Quotes
Comments