mutedCommandBlacklist blacklists all /f commands for UUIDfactions
bwebber435 opened this issue ยท 0 comments
Issue report
Tell us about your environment
-
Server Software: Spigot/Bukkit
-
Server Version: Paperspigot 1.8.8
-
BanManager Version: 5.7.0
-
Online/Offline mode: Online
-
Bungeecoord online/offline mode (if applicable): N/A
BanManager config.yml:
debug: false
databases:
local:
enabled: true
host: 127.0.0.1
port: 3306
name:
user:
password:
maxConnections: 10
tables:
players: bm5_players
playerBans: bm5_player_bans
playerBanRecords: bm5_player_ban_records
playerMutes: bm5_player_mutes
playerMuteRecords: bm5_player_mute_records
playerKicks: bm5_player_kicks
playerNotes: bm_player_notes
playerWarnings: bm5_player_warnings
playerReports: bm_player_reports
ipBans: bm5_ip_bans
ipBanRecords: bm5_ip_ban_records
ipRangeBans: bm_ip_range_bans
ipRangeBanRecords: bm_ip_range_ban_records
playerHistory: bm_player_history
playerReportLocations: bm_player_report_locations
playerReportStates: bm_player_report_states
playerReportCommands: bm_player_report_commands
playerReportComments: bm_player_report_comments
ipMutes: bm_ip_mutes
ipMuteRecords: bm_ip_mute_records
rollbacks: bm_rollbacks
nameBans: bm_name_bans
nameBanRecords: bm_name_ban_records
leakDetection: 3000
external:
enabled: false
host: 127.0.0.1
port: 3306
name:
user:
password:
maxConnections: 10
tables:
playerBans: bm_player_ban_all
playerUnbans: bm_player_unban_all
playerMutes: bm_player_mute_all
playerUnmutes: bm_player_unmute_all
playerNotes: bm_player_note_all
ipBans: bm_ip_ban_all
ipUnbans: bm_ip_unban_all
convert:
enabled: false
host: 127.0.0.1
port: 3306
name:
user:
password:
maxConnections: 10
tables:
bansTable: bm_bans
bansRecordTable: bm_ban_records
ipBansTable: bm_ip_bans
ipBansRecordTable: bm_ip_records
kicksTable: bm_kicks
mutesTable: bm_mutes
mutesRecordTable: bm_mutes_records
playerIpsTable: bm_player_ips
warningsTable: bm_warnings
global:
enabled: false
host: 127.0.0.1
port: 3306
name:
user:
password:
maxConnections: 10
leakDetection: 0
tables:
playerBans: bm_player_ban_all
playerUnbans: bm_player_unban_all
playerMutes: bm_player_mute_all
playerUnmutes: bm_player_unmute_all
playerNotes: bm_player_note_all
ipBans: bm_ip_ban_all
ipUnbans: bm_ip_unban_all
mutedCommandBlacklist:
- msg
- m
- eme
- message
- whisper
- w
- auc
- r
- reply
- auction
- say
- me
- Helpop
- emsg
- em
- eeme
- emessage
- ewhisper
- ew
- eauc
- er
- ereply
- emsg
- f create
- eauction
- esay
- eme
- eHelpop
- f disband
- auction
- f chat
- f create
- f tag
- bukkit
- auction
- factions
- f create
- f tag
- f desc
- helpop
- mail
- email
- lotto
- lotto buy
softMutedCommandBlacklist:
- msg
duplicateIpCheck: true
bypassDuplicateChecks:
- 0.0.0.0
- 127.0.0.1
logKicks: false
displayNotifications: true
timeLimits: {}
warningCooldown: 10
warningActions:
enabled: false
hooks:
enabled: false
onlineMode: true
checkForUpdates: true
offlineAutoComplete: false
punishAlts: false
cleanUp:
kicks: 30
banRecords: 0
ipBanRecords: 0
muteRecords: 0
readWarnings: 0
unreadWarnings: 0
ipMuteRecords: 0
maxOnlinePerIp: 3
logIps: true
broadcastOnSync: false
reportCooldown: 100
warningMute: false
denyAlts: false
checkOnJoin: false
createNoteReasons: false
chatPriority: normal
Ensure you mask/remove any MySQL credentials!
Describe your issue: I'm having an issue with the muted command blacklist. For example, I wish to block the command /f create, but allow /f who. At the moment I get "You may not use the f command whilst muted"
How to replicate:
Further information: