Configuration
# NoIPAdvertising
# version: 2.0
- general:
- # Commands that will be verified to see if there is an ip or a domain.
- commandsToVerify:
- - /tell
- numericalips:
- # Turns ON/OFF the numerical IP blocker.
- enabled: true
- # If true, when someone types a numerical ip, the command/chat message will be blocked.
- block: false
- # If true, when someone types a numerical ip, the player will recieve a warning
- warn: false
- # When somone types a numerical ip, it will be replaced for:
- ipReplacement: '*.*.*.*'
- # When somone types a numerical ip with port, it will be replaced for:
- ipWithPortReplacement: '*.*.*.*:*'
- domains:
- # Turns ON/OFF the domain blocker.
- enabled: true
- messages:
- playerAdvertised: '&6Player &4%player%&6 tried to advertise a numeric ip!'
- playerAdvertisedD: '&6Player &4%player%&6 tried to advertise a domain!'
- warning: '&4YOU ARE NOT ALLOWED TO ADVERTISE HERE!'
- noPermission: '&cYou dont have permission'
- reloaded: '&aConfig files successfully reloaded'
- isNotCommand: '&cCommands must start with /'
- usageAddCommands: '&cCorect Usage: /noip addcommand <command>'
- commandAlreadyListed: '&cThis commands is already in the list'
- commandAdded: '&a%command% added to Command List!'
- usageRemoveCommands: '&cCorect Usage: /noip removecommand <command>'
- commandNotListed: '&cThis commands is not in the list'
- commandRemoved: '&a%command% removed from Command List!'
- commandNotFound: '&4[NoIPAdvertising] &cCommand not found, type /noip help for help.'
- usageSetipr: '&cCorrect Usage: /noip setipr <replacement>'
- ipReplacementSet: '&2New replacement for numerical IPs set: "%replacement%"'
- portReplacementSet: '&2New replacement for numerical IPs with port set: "%replacement%"'
- usageSetportr: '&cCorrect Usage: /noip setportr <replacement>'
- usageEnable: '&cCorrect Usage: /noip enable [domains/numericalips]'
- usageDisable: '&cCorrect Usage: /noip disable [domains/numericalips]'
- domainsEnable: '&2Domain blocker turned ON!'
- numericalipsEnable: '&2Numerical IPs blocker turned ON!'
- domainsDisable: '&4Domain blocker turned OFF!'
- numericalipsDisable: '&4Numerical IPs blocker turned OFF!'
Comments