Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### RoboticStaff configuration ###
- config-version: '1.9' # Don't edit this!
- update-checker: 'true' # Change to "false" if you don't want to check updates
- ## General command ##
- roboticstaff-prefix: '&6[RoboticStaff]&e '
- roboticstaff-join: ''
- roboticstaff-basic: 'Type "/roboticstaff reload" to reload config, "/roboticstaff tag" to get a tag list, "/roboticstaff words" to get a banned words list, "/roboticstaff blocked" to get a list of the blocked commands'
- roboticstaff-reload: 'Config reloaded!'
- roboticstaff-tag: 'List of the tag'
- roboticstaff-words: 'List of banned words'
- roboticstaff-blocked: 'List of blocked commands'
- roboticstaff-blocked-perworld: 'To get a list of blocked commands of a specific world, type "/roboticstaff blocked <WorldName>"'
- roboticstaff-error-1: 'Command not found!'
- roboticstaff-error-2: 'World not found in configuration!'
- ## Helpme ##
- helpme-enabled: true
- helpme-help: 'Need help? Type "/helpme [id]"!'
- helpme-disabled-message: '&rUnknown command. Type "/help" for help.'
- helpme-ask:
- - 'What is that plugin?'
- - 'Can I translate the plugin?'
- - 'What are the future features?'
- helpme-answer:
- - 'Is a simple plugin which will be able in the future to replace partly your staff'
- - 'Yes, you can! ALL the messages is configurable in config.yml!'
- - 'Check the TODO list of BukkitDev page for a list of the future feature!'
- helpme-error-1: 'Invalid ask id!'
- helpme-error-2: 'Id must be a number!'
- helpme-error-3: 'Right use: "/helpme id"'
- ## AutoAnswer ##
- autoanswer-enabled: true
- autoanswer-tag:
- - 'Who is the owner %or% Whos the owner'
- - 'I, need, help'
- - 'Can, I, be, an, admin %or% can, I, be, a, admin'
- - 'Give, me, %or% can, can, I, have
- - 'This server is stupid'
- - 'What is the rules'
- autoanswer-tag-answer:
- - 'The owner is johnnoob'
- - 'Type /helpme!'
- - '/ban %player% Yes! and today only with every free OP you get a free ban!'
- - 'No'
- - 'Well you can leave anytime'
- - 'All you have to do is type /rules!'
- ## AntiSwearing ##
- antiswearing-enabled: true
- antiswearing-words:
- - 'Fuck'
- - 'Shit'
- - 'Bitch'
- - 'Dick'
- - 'Pussy'
- - 'Budder'
- - 'Fucktard'
- - 'dildo'
- - 'cum'
- - 'jack off'
- - 'jizz'
- - 'gay'
- - 'wank'
- - 'wanker'
- - 'retard'
- - 'bastard'
- - 'twat'
- antiswearing-beep: '[BIP]'
- ## BlockedCommands ##
- blockedcommands-enabled: true
- blockedcommands-message: '&4This command is blocked in this world'
- blockedcommands-general:
- - q
- - logout
- - plugins
- blockedcommands-perworld:
- world:
- - pl
- world_nether:
- - pl
- world_the_end:
- - pl
- ## AntiSpam ##
- antispam-delay:
- enabled: true
- message: 'You have to wait %time% to send a message'
- delay-between-messages: 3
- antispam-ipspam:
- enabled: true
- replace-with: "----"
- command-on-ipspam: '/kick %player% Dont spam ips!'
- antispam-websitespam:
- enabled: true
- replace-with: "----"
- command-on-websitespam: '/kick %player% Dont spam websites!'
- ## OnActions ##
- # Only two events at the moment, I'll add more events in the next version! #
- playerjoin:
- enabled: false
- commands:
- - '/gamemode 0 %player%'
- playerdeath:
- enabled: false
- commands:
- - '/tell %player% You died'
Add Comment
Please, Sign In to add comment