
Web panel preview:
http://ghast.cc/blacklist/index.php
ACACIA THEME:

Commands & Permissions:
/blacklist <user> <time> <reason> --> Blacklist a user
/unblacklist --> UnBlacklist a user
/rblacklist --> View blacklist command
/blacklist (zora.blacklist)
/unblacklist (zora.unblacklist)
/rblacklist (zora.blacklist.admin)
/rblacklist check (zora.blacklist.admin)
/rblacklist reload (zora.blacklist.admin)
/rblacklist reset (Required by console.)
Config file:
Config.yml
Code:
#Insert your HWID here. If you do not have one join the support discord https://discord.gg/AB3N8mP
HWID: ''
#Choose either FLAT or MySQL
sql: 'FLAT'
#Table where banned user will be inserted.
table: 'blacklisted_players'
#Only used when using MySQL
sql-connection:
host: localhost
port: 3306
database: ''
username: ''
password: ''
Messages.yml
Code:
blacklistedMessage:
- "&4You are blacklisted from &6YOURSERVER"
- "&cYou may appeal here: &bhttps://YOURSERVER.COM"
- "&4Reason:"
- "&6[reason]"
# - "You can add more Lines just copy this format!"
blacklistedBroadcast:
- "&4[player] has been permanently blacklisted from &6YOURSERVER&4"
- "&4Reason: &6[reason]"
# - "You can add more Lines just copy this format!"
unblacklistedBroadcast:
- "&a[player] has been unblacklisted from &6YOURSERVER"
# - "You can add more Lines just copy this format!"
invalidPermission: "&cYou do not have the required permission to use this command!"
missingArguments: "&cPlease specify a player!"
playerNotFound: "&cUnable to find player!"
alreadyBlacklisted: "&cThat player is already blacklisted!"
notBlacklisted: "&cThat payer is not blacklisted!"
default-reason: 'Undefined.'
prefix: '&4rBlacklist &c» '
reload: '&aConfigurations reloaded.'
altban: 'Banned on alternate account'