Nefungující Banmanager:(

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
01kukacka
Příspěvky: 46
Věk: 52
Registrován: 08 čer 2014, 13:14
Reputation: 0
Bydliště: Praha
Kontaktovat uživatele:

Nefungující Banmanager:(

#1 Příspěvekod 01kukacka » 02 črc 2014, 13:48

[b]Server: IP:PORT 93.91.250.133:27522

Ahoj.
Prosím neporadil by mi někdo s tímto?

Nejde banovat ani vyhodit nikoho. /PL ...banmanager je červený a v konzolce je tohle:-)
INFO]: [BanManager] Enabling BanManager v4.0
> [13:04:30 ERROR]: [BanManager] jdbc:mysql://localhost:3306/frostcast?autoReconnect=true&failOverReadOnly=false&maxReconnects=10
> [13:04:30 ERROR]: [BanManager] Could not be resolved because of an SQL Exception: Could not create connection to database server. Attempted reconnect 10 times. Giving up..
> [13:04:30 ERROR]: [BanManager] Unable to connect to the database, it has been disabled
> [13:04:30 INFO]: [BanManager] Disabling BanManager v4.0
> [13:04:48 ERROR]: [BanManager] jdbc:mysql://localhost:3306/frostcast?autoReconnect=true&failOverReadOnly=false&maxReconnects=10
> [13:04:48 ERROR]: [BanManager] Could not be resolved because of an SQL Exception: Could not create connection to database server. Attempted reconnect 10 times. Giving up..
> [13:04:48 INFO]: [BanManager] has been disabled

Díky Eva
Obrázek

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Nefungující Banmanager:(

#2 Příspěvekod vojtamaniak » 02 črc 2014, 13:57

Jsi si jistá, že máš uvedené správné údaje pro připojení do MySQL?

Uživatelský avatar
01kukacka
Příspěvky: 46
Věk: 52
Registrován: 08 čer 2014, 13:14
Reputation: 0
Bydliště: Praha
Kontaktovat uživatele:

Re: Nefungující Banmanager:(

#3 Příspěvekod 01kukacka » 02 črc 2014, 14:19

vojtamaniak píše:Jsi si jistá, že máš uvedené správné údaje pro připojení do MySQL?


Nejsem si jista ničím:( bohužel tomu absolutně nerozumím
Obrázek

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Nefungující Banmanager:(

#4 Příspěvekod vojtamaniak » 02 črc 2014, 14:28

Tak sem dej config toho pluginu. (Případná hesla zakryj)

Uživatelský avatar
01kukacka
Příspěvky: 46
Věk: 52
Registrován: 08 čer 2014, 13:14
Reputation: 0
Bydliště: Praha
Kontaktovat uživatele:

Re: Nefungující Banmanager:(

#5 Příspěvekod 01kukacka » 02 črc 2014, 14:30

vojtamaniak píše:Tak sem dej config toho pluginu. (Případná hesla zakryj)


jsi zlatíčko:-))) snad jsem to dobře pochopila

-- 02 črc 2014, 13:31 --

01kukacka píše:
vojtamaniak píše:Tak sem dej config toho pluginu. (Případná hesla zakryj)


jsi zlatíčko:-))) snad jsem to dobře pochopila


# Default configuration file for James' BanManagement Plugin
#
# Required. If the connection info is wrong, the plugin may hang on startup and will eventually disable itself
localDatabase:
host: localhost
port: 3306
database: frostcast
username: root
password: ''
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
banAppealsTable: bm_ban_appeals
pinsTable: bm_pins
staffTable: bm_staff
externalDatabase:
enabled: false
host: localhost
port: 3306
database: frostcast
username: root
password: ''
bansTable: bm_ban_all
unbansTable: bm_unban_all
ipBansTable: bm_ipban_all
ipUnbansTable: bm_ipunban_all
mutesTable: bm_mute_all
unmutesTable: bm_unmute_all
useUTF8: false
logIPs: true
bypassDuplicateChecks:
- 0.0.0.0
serverName: ''
checkForUpdates: true
logKicks: false
cleanUp:
kicks: 30
banRecords: 0
ipBanRecords: 0
muteRecords: 0
playerIPs: 30
warnings: 0
mutedCommandBlacklist:
- msg
warningActions:
enabled: false
'10': ban [name] [reason]
warningCooldown:
enabled: false
cooldown: 10
useSyncChat: false
timeLimits:
mutes:
Moderator: 1h
bans:
Moderator: 1d
use-partial-names: true
bukkit-ban: true
messages:
ban: '[name] has been banned for [reason]'
banKick: You have been banned for [reason]
tempBan: '[name] has been banned for [expires] for [reason] by [by]'
tempBanKick: You have been temporarily banned for [reason]
ipBan: '&c[ip] has been banned for [reason]'
ipTempBan: '[ip] has been temporarily banned for [reason] by [by]'
ipBanKick: Your IP has been banned for [reason]
kicked: '[name] has been kicked by [by] for [reason]'
kickedNo: '[name] has been kicked by [by]'
kickReason: You have been kicked for [reason]
kickNoReason: You have been kicked
disconnectBan: You have been banned from this server for [reason]
disconnectTempBan: 'Your ban expires in [expires] Reason: [reason]'
disconnectIpBan: Your IP has been banned from this server for [reason]
disconnectTempIpBan: 'Your ban expires in [expires] Reason: [reason]'
mute: '[name] has been muted for [reason] by [by]'
muted: You have been permanently muted for [reason] by [by]
tempMute: '[name] has been muted for [reason] by [by] which expires in [expires]'
tempMuted: You have been temporarily muted for [reason] by [by] which expires in [expires]
commandPermissionError: '&cYou do not have permission to use this command'
banSelfError: '&cYou can''t ban yourself fool!'
banExemptError: '&cYou do not have permission to ban this player'
alreadyBannedError: '&c[name] is already banned'
playerBanned: '[name] has been banned'
multiplePlayersFoundError: '&cmultiple players found, please be more specific'
importInProgressError: '&cAn import is already in progress'
beginingPlayerImport: '&6Beginning banned player import'
scanningDatabase: '&6'
scanPlayersFound: '&6Players found: [found]'
noPlayersImport: '&cNo players need importing, yay less work for me!'
percentagePlayersImported: '&6[percent]% of players imported'
playerImportComplete: '&6Player import complete!'
beginingIpImport: '&6Beginning banned ip import'
scanIpsFound: '&6Players found: [found]'
noIpsImport: '&cNo IPs need importing, yay less work for me!'
percentageIPsImported: '&6[percent]% of IPs imported'
ipImportComplete: '&6IP import complete!'
bmInfo: '&cName: &6[name]\n&cCurrent Ban: [currentBan]\n&cPrevious Bans: [previousBans]\n&cCurrent
Mute: [currentMute]\n&cPrevious Mutes: [previousMutes]\n&cKicks: [kicksCount]\n&cWarnings:
[warningsCount]'
ipBanned: '[ip] has been banned'
ipTempBanned: '[ip] has been banned temporarily'
ipSelfError: '&cYou can''t ip ban yourself fool!'
ipPlayerOfflineError: '&c[name] is offline, unable to retrieve IP'
ipTempBanKick: You have been temporarily banned for [reason]
kickSelfError: '&cYou can''t kick yourself fool!'
kickExemptError: '&cYou do not have permission to kick this player'
playerKicked: '[name] has been kicked'
playerNotOnline: '&cPlayer not found, are they online?'
muteSelfError: '&cYou can''t mute yourself fool!'
muteExemptError: '&cYou do not have permission to mute this player'
alreadyMutedError: '&c[name] is already muted'
playerMuted: '[name] has been muted'
mutedBlacklistedCommand: '&cYou may not use that command whilst muted!'
illegalDateError: '&cIllegal Date Format'
playerTempBanned: '[name] has been temporarily banned'
playerTempMuted: '[name] has been temporarily muted'
unbanError: '&cYou can''t unban someone who isn''t banned!'
playerUnbanned: '[name] has been unbanned'
ipUnbanned: '[ip] has been unbanned'
ipNotBannedError: '&c[ip] is not currently banned. You can''t unban someone who
isn''t banned!'
invalidIp: '&cInvalid IP!'
invalidPlayer: '&cInvalid Player!'
playerUnmuted: '[name] has been unmuted'
playerNotMutedError: '&cYou can''t unmute someone who isn''t muted!'
updateAvailable: '&A[version] update available'
banTimeLimitError: '&cYou cannot ban for that length of time'
muteTimeLimitError: '&cYou cannot mute for that length of time'
warnSelfError: '&cYou can''t warn yourself fool!'
warnExemptError: '&cYou do not have permission to warn this player'
playerWarned: '[name] has been warned'
warnCooldown: '&cThis player was warned too recently, try again later'
warned: '&cYou have been warned by [by] for the following:\n[reason]'
duplicateIP: '&cWarning: [player] has the same IP as the following banned players:\n&6[players]'
consoleName: Console
configReloaded: '&a[BanManager] Config Reloaded.'
invalidClearType: '&cInvalid clear type, available options are banrecords, muterecords,
kicks and warnings.'
playerRecordCleared: '[name] has had their [recordType] cleared'
playerLastWarningDeleted: '[name] has had their last warning deleted'
timeNow: now
timeYear: year
timeYears: years
timeMonth: month
timeMonths: months
timeDay: day
timeDays: days
timeHour: hour
timeHours: hours
timeMinute: minute
timeMinutes: minutes
timeSecond: second
timeSeconds: seconds
Obrázek

OneTime97
Příspěvky: 1552
Věk: 24
Registrován: 03 kvě 2014, 12:20
Reputation: 1
Kontaktovat uživatele:

Re: Nefungující Banmanager:(

#6 Příspěvekod OneTime97 » 02 črc 2014, 14:41

Příště to jde do SPOILERU a do CODE, to udelas tak ze text das mezi toto:

Spoiler: zobrazit

Kód: Vybrat vše

[spoiler][code]TEXT SKOPIRUJES SEM[/code][/spoiler]

Je to prehlednější a lépe se v tom vyznáme.
Každodenní stream od 19:00
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97

Uživatelský avatar
01kukacka
Příspěvky: 46
Věk: 52
Registrován: 08 čer 2014, 13:14
Reputation: 0
Bydliště: Praha
Kontaktovat uživatele:

Re: Nefungující Banmanager:(

#7 Příspěvekod 01kukacka » 02 črc 2014, 14:52

OneTime97 píše:Příště to jde do SPOILERU a do CODE, to udelas tak ze text das mezi toto:

Spoiler: zobrazit

Kód: Vybrat vše

[spoiler][code]# Default configuration file for James' BanManagement Plugin
#
# Required. If the connection info is wrong, the plugin may hang on startup and will eventually disable itself
localDatabase:
  host: localhost
  port: 3306
  database: frostcast
  username: root
  password: ''
  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
  banAppealsTable: bm_ban_appeals
  pinsTable: bm_pins
  staffTable: bm_staff
externalDatabase:
  enabled: false
  host: localhost
  port: 3306
  database: frostcast
  username: root
  password: ''
  bansTable: bm_ban_all
  unbansTable: bm_unban_all
  ipBansTable: bm_ipban_all
  ipUnbansTable: bm_ipunban_all
  mutesTable: bm_mute_all
  unmutesTable: bm_unmute_all
useUTF8: false
logIPs: true
bypassDuplicateChecks:
- 0.0.0.0
serverName: ''
checkForUpdates: true
logKicks: false
cleanUp:
  kicks: 30
  banRecords: 0
  ipBanRecords: 0
  muteRecords: 0
  playerIPs: 30
  warnings: 0
mutedCommandBlacklist:
- msg
warningActions:
  enabled: false
  '10': ban [name] [reason]
warningCooldown:
  enabled: false
  cooldown: 10
useSyncChat: false
timeLimits:
  mutes:
    Moderator: 1h
  bans:
    Moderator: 1d
use-partial-names: true
bukkit-ban: true
messages:
  ban: '[name] has been banned for [reason]'
  banKick: You have been banned for [reason]
  tempBan: '[name] has been banned for [expires] for [reason] by [by]'
  tempBanKick: You have been temporarily banned for [reason]
  ipBan: '&c[ip] has been banned for [reason]'
  ipTempBan: '[ip] has been temporarily banned for [reason] by [by]'
  ipBanKick: Your IP has been banned for [reason]
  kicked: '[name] has been kicked by [by] for [reason]'
  kickedNo: '[name] has been kicked by [by]'
  kickReason: You have been kicked for [reason]
  kickNoReason: You have been kicked
  disconnectBan: You have been banned from this server for [reason]
  disconnectTempBan: 'Your ban expires in [expires] Reason: [reason]'
  disconnectIpBan: Your IP has been banned from this server for [reason]
  disconnectTempIpBan: 'Your ban expires in [expires] Reason: [reason]'
  mute: '[name] has been muted for [reason] by [by]'
  muted: You have been permanently muted for [reason] by [by]
  tempMute: '[name] has been muted for [reason] by [by] which expires in [expires]'
  tempMuted: You have been temporarily muted for [reason] by [by] which expires in [expires]
  commandPermissionError: '&cYou do not have permission to use this command'
  banSelfError: '&cYou can''t ban yourself fool!'
  banExemptError: '&cYou do not have permission to ban this player'
  alreadyBannedError: '&c[name] is already banned'
  playerBanned: '[name] has been banned'
  multiplePlayersFoundError: '&cmultiple players found, please be more specific'
  importInProgressError: '&cAn import is already in progress'
  beginingPlayerImport: '&6Beginning banned player import'
  scanningDatabase: '&6'
  scanPlayersFound: '&6Players found: [found]'
  noPlayersImport: '&cNo players need importing, yay less work for me!'
  percentagePlayersImported: '&6[percent]% of players imported'
  playerImportComplete: '&6Player import complete!'
  beginingIpImport: '&6Beginning banned ip import'
  scanIpsFound: '&6Players found: [found]'
  noIpsImport: '&cNo IPs need importing, yay less work for me!'
  percentageIPsImported: '&6[percent]% of IPs imported'
  ipImportComplete: '&6IP import complete!'
  bmInfo: '&cName: &6[name]\n&cCurrent Ban: [currentBan]\n&cPrevious Bans: [previousBans]\n&cCurrent
    Mute: [currentMute]\n&cPrevious Mutes: [previousMutes]\n&cKicks: [kicksCount]\n&cWarnings:
    [warningsCount]'
  ipBanned: '[ip] has been banned'
  ipTempBanned: '[ip] has been banned temporarily'
  ipSelfError: '&cYou can''t ip ban yourself fool!'
  ipPlayerOfflineError: '&c[name] is offline, unable to retrieve IP'
  ipTempBanKick: You have been temporarily banned for [reason]
  kickSelfError: '&cYou can''t kick yourself fool!'
  kickExemptError: '&cYou do not have permission to kick this player'
  playerKicked: '[name] has been kicked'
  playerNotOnline: '&cPlayer not found, are they online?'
  muteSelfError: '&cYou can''t mute yourself fool!'
  muteExemptError: '&cYou do not have permission to mute this player'
  alreadyMutedError: '&c[name] is already muted'
  playerMuted: '[name] has been muted'
  mutedBlacklistedCommand: '&cYou may not use that command whilst muted!'
  illegalDateError: '&cIllegal Date Format'
  playerTempBanned: '[name] has been temporarily banned'
  playerTempMuted: '[name] has been temporarily muted'
  unbanError: '&cYou can''t unban someone who isn''t banned!'
  playerUnbanned: '[name] has been unbanned'
  ipUnbanned: '[ip] has been unbanned'
  ipNotBannedError: '&c[ip] is not currently banned. You can''t unban someone who
    isn''t banned!'
  invalidIp: '&cInvalid IP!'
  invalidPlayer: '&cInvalid Player!'
  playerUnmuted: '[name] has been unmuted'
  playerNotMutedError: '&cYou can''t unmute someone who isn''t muted!'
  updateAvailable: '&A[version] update available'
  banTimeLimitError: '&cYou cannot ban for that length of time'
  muteTimeLimitError: '&cYou cannot mute for that length of time'
  warnSelfError: '&cYou can''t warn yourself fool!'
  warnExemptError: '&cYou do not have permission to warn this player'
  playerWarned: '[name] has been warned'
  warnCooldown: '&cThis player was warned too recently, try again later'
  warned: '&cYou have been warned by [by] for the following:\n[reason]'
  duplicateIP: '&cWarning: [player] has the same IP as the following banned players:\n&6[players]'
  consoleName: Console
  configReloaded: '&a[BanManager] Config Reloaded.'
  invalidClearType: '&cInvalid clear type, available options are banrecords, muterecords,
    kicks and warnings.'
  playerRecordCleared: '[name] has had their [recordType] cleared'
  playerLastWarningDeleted: '[name] has had their last warning deleted'
  timeNow: now
  timeYear: year
  timeYears: years
  timeMonth: month
  timeMonths: months
  timeDay: day
  timeDays: days
  timeHour: hour
  timeHours: hours
  timeMinute: minute
  timeMinutes: minutes
  timeSecond: second
  timeSeconds: seconds
[/code][/spoiler]

Je to prehlednější a lépe se v tom vyznáme.



ok :) takto?
Obrázek

jakub1000
Příspěvky: 907
Věk: 24
Registrován: 15 led 2013, 18:01
Reputation: 0
Kontaktovat uživatele:

Re: Nefungující Banmanager:(

#8 Příspěvekod jakub1000 » 02 črc 2014, 14:55

Dej sem server.log po spuštění serveru.
Na jakou verzi máš server?
Máš banmanager na správnou verzi?

Prosím necituj ty příspěvky, je to zbytečný :)

OneTime97
Příspěvky: 1552
Věk: 24
Registrován: 03 kvě 2014, 12:20
Reputation: 1
Kontaktovat uživatele:

Re: Nefungující Banmanager:(

#9 Příspěvekod OneTime97 » 02 črc 2014, 14:59

Ano, ted to mas zprávně, ale nemusíš to vždy citovat, ten spoiler a code mas na té horní liště jak odpovídáš tak tam máš B,i,u atd. A tam je potom CODE a SPOILER ;-)

Já si myslím, že plugin na banování je lepší Ultrabans je to lepší a je větši šance, že ten plugin pojede. ;-)
Každodenní stream od 19:00
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Nefungující Banmanager:(

#10 Příspěvekod vojtamaniak » 02 črc 2014, 15:00

Příště to dej do CODE. :)

Rovnou ti řeknu:

Kód: Vybrat vše

database: frostcast

Nastav na svou databázi (to znamená XXXXXX_mysql_db; místo XXXXXX jsou čísla)

Kód: Vybrat vše

username: root

Nastav na to samé co databáze

Kód: Vybrat vše

password: ''

Zde nastav své heslo do databáze.


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 46 hostů