config/Filter Files

Sample Files with Commentary

Config Sample

blacklistmode: false 
whitelistworld: false
ConfigDescription
blacklistmode: falseYou use whitelist! Commands listed in filter.yml under whitelist are whitelisted.
blacklistmode: trueYou use blacklist! Commands listed in filter.yml under blacklist are banned.
whitelistworld: trueYou 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
ConfigDescription
whitelistCommands which are listed here are whitelisted. (Only if blacklistmode is false)
blacklistCommands which are listed here are blacklisted. (Only if blacklistmode is true)
worldsWorlds which are listed here are whitelisted. (Only if whitelistworld is false)

Comments

Posts Quoted:
Reply
Clear All Quotes