Ban Management

Ban Management

193k Downloads

I can't get BanManager to work with a bungeecord network. :( [FIXED]

JJCE-Network opened this issue ยท 3 comments

commented

Issue report

Tell us about your environment
I'm running Ubuntu server with a bungeecord network with spigot servers

  • Server Software: Bungeecord network with Spigot servers

  • Server Version: CraftBukkit version git-Spigot-dcd1643-d7bebef (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)

  • BanManager Version: 5.15.0

  • Online/Offline mode: all spigot servers are offline

  • Bungeecoord online/offline mode (if applicable): Online

BanManager config.yml:

# 
# Aliases will be found and blocked automatically, e.g. msg will block tell
debug: false
databases:
  local:
    enabled: true
    host: localhost
    port: 3306
    name: local_bans
    user: -------------
    password: ----------------
    maxConnections: 10
    useSSL: false
    verifyServerCertificate: false
    leakDetection: 3000
    tables:
      players: bm_players
      playerBans: bm_player_bans
      playerBanRecords: bm_player_ban_records
      playerMutes: bm_player_mutes
      playerMuteRecords: bm_player_mute_records
      playerKicks: bm_player_kicks
      playerNotes: bm_player_notes
      playerHistory: bm_player_history
      playerReports: bm_player_reports
      playerReportLocations: bm_player_report_locations
      playerReportStates: bm_player_report_states
      playerReportCommands: bm_player_report_commands
      playerReportComments: bm_player_report_comments
      playerWarnings: bm_player_warnings
      ipBans: bm_ip_bans
      ipBanRecords: bm_ip_ban_records
      ipMutes: bm_ip_mutes
      ipMuteRecords: bm_ip_mute_records
      ipRangeBans: bm_ip_range_bans
      ipRangeBanRecords: bm_ip_range_ban_records
      rollbacks: bm_rollbacks
      nameBans: bm_name_bans
      nameBanRecords: bm_name_ban_records
  global:
    enabled: false
    host: localhost
    port: 3306
    name: local_bans
    user: ----------
    password: -----------------------
    maxConnections: 10
    useSSL: false
    verifyServerCertificate: false
    leakDetection: 3000
    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
softMutedCommandBlacklist:
- msg
duplicateIpCheck: true
bypassDuplicateChecks:
- 0.0.0.0
- 127.0.0.1
- localhost
logKicks: false
logIps: true
displayNotifications: true
broadcastOnSync: false
timeLimits: {}
reportCooldown: 10
warningCooldown: 10
warningActions:
  enabled: false
warningMute: false
hooks:
  enabled: false
checkForUpdates: true
offlineAutoComplete: true
punishAlts: false
denyAlts: false
cleanUp:
  kicks: 30
  banRecords: 0
  ipBanRecords: 0
  ipMuteRecords: 0
  muteRecords: 0
  readWarnings: 0
  unreadWarnings: 0
maxOnlinePerIp: 0
maxMultiaccountsRecently: 0
multiaccountsTime: 300
checkOnJoin: false
createNoteReasons: false
onlineMode: true
chatPriority: normal

Describe your issue:
when i start bungeecord & the spigot servers and do /plugins (on the spigot servers) it shows: BanManager in green.
Everytime i go in game or on the console and try to ban a player by doing (/ban player1 Reason) it just says:
/ban
and thats it...
please help.

i was unable to get a start up log sorry.

How to replicate: create a mysql database & a bungeecord network with spigot servers and install banmanager on all of the spigot servers. then do /ban or /tempban /ban or /warn .
but that's just how I'm doing things.
Note: all my spigot servers are in offline mode with bungeecord set on online mode

Further information:
I really want to use Banmanager! It's the best free ban plugin out there!
and i really don't want to pay for litebans.
I did get banmanager to work on just a spigot server.
Thank You!

commented

Do i need to install banmanager on bungeecord???

commented

Ok. got it working! sorry for making a issue though... bye

commented

Just got it working... Must of been in the config.
To anyone having this problem just:

  1. delete all of the config files.
  2. restart the server
  3. set the mysql database settings (If needed.)
    4 And restart the server again!