Configuration

Configuration

#SQL Server Settings
sql:
  username: root
  password: password
  host: localhost
  database: minecraft
  port: '3306'
  tableprefix: SELBans
# Colors to use with the plugin
colors:
  error: '&c'
  default: '&7'
  important: '&9'
# Messages to use with the plugin
messages:
  warnmessage: You have been warned for %reason% by %player%
  kickmessage: You have been kicked for %reason% by %player%
  banmessage: You have been Banned for %reason% by %player%
  banmessagetemp: You have been Banned for %reason% by %player%, for %time%
  mutemessage: You have been Muted for %reason% by %player%
  mutemessagetemp: You have been Muted for %reason% by %player%, for %time%
  mutemessagechat: You have been Muted for %reason% by %player%, and you cannot talk.
  mutemessagecommand: You have been Muted for %reason% by %player%, and you cannot run this command.
# Set a max ban time (in hours) or set to NONE for no limit
maxbantime: NONE
# Set a max mute time (in hours) or set to NONE for no limit
maxbantime: NONE
# Commands to be blocked for muted players
mutedcommands:
- msg
- tell
- whisper
- m
- reply
- r
# Should muted players' death messages be hidden?
hidedeath: true
# Change the /demote command
demote:
  # Add Custom Aliases for the command
  aliases:
  - revoke
  # Set a custom Name for the command(s)
  name: Demoted
  # What Commands to run when a player gets demoted
  commands:
  - manuadd %player% %group%

Comments

Posts Quoted:
Reply
Clear All Quotes