LogBlock

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Domek_CZ
Příspěvky: 21
Registrován: 05 lis 2012, 21:04
Reputation: 0

LogBlock

#1 Příspěvekod Domek_CZ » 23 lis 2012, 20:18

Server: IP:93.91.250.126:27405

Dobrý den, potřebuji pomoct s LogBlockem nevím jak nastavit tu MySQL databázi (je založená)
Obrázek
Obrázek

Uživatelský avatar
Shaggy84675
Příspěvky: 1239
Věk: 28
Registrován: 23 srp 2011, 12:53
Reputation: 0
Kontaktovat uživatele:

Re: LogBlock

#2 Příspěvekod Shaggy84675 » 23 lis 2012, 20:37

Dej sem config, pomůžeme ti :)
Omluvte prosím moji nefunkčnost podpisu. Momentálně přesouvám podpis na svůj webserver.

Domek_CZ
Příspěvky: 21
Registrován: 05 lis 2012, 21:04
Reputation: 0

Re: LogBlock

#3 Příspěvekod Domek_CZ » 23 lis 2012, 20:40

Tady je Config.yml

Spoiler: zobrazit
tools:
tool:
defaultEnabled: true
mode: LOOKUP
aliases:
- t
params: area 0 all sum none limit 15 desc silent
leftClickBehavior: NONE
item: 270
rightClickBehavior: TOOL
permissionDefault: OP
canDrop: true
toolblock:
params: area 0 all sum none limit 15 desc silent
permissionDefault: OP
rightClickBehavior: BLOCK
item: 7
mode: LOOKUP
canDrop: false
defaultEnabled: true
aliases:
- tb
leftClickBehavior: TOOL
mysql:
user: 105204_mysql_db
port: 3306
password: heslo_od_MySQL
host: localhost
database: minecraft
logging:
hiddenBlocks:
- 0
logCreeperExplosionsAsPlayerWhoTriggeredThese: false
logPlayerInfo: true
ignoredChat:
- /register
- /login
hiddenPlayers: []
logKillsLevel: PLAYERS
consumer:
timePerRun: 200
useBukkitScheduler: true
forceToProcessAtLeast: 20
delayBetweenRuns: 6
lookup:
dateFormat: MM-dd HH:mm:ss
linesLimit: 1500
defaultTime: 30 minutes
defaultDist: 20
linesPerPage: 15
questioner:
askClearLogs: true
banPermission: mcbans.ban.local
askRollbacks: true
askRedos: true
askClearLogAfterRollback: true
askRollbackAfterBan: false
loggedWorlds:
- world
- world_nether
- world_the_end
- '1'
- zkouska_na_buildera1
- zkousecimapa
- flat
- zkouska_na_buildera
clearlog:
enableAutoClearLog: false
auto:
- world "world" before 365 days all
- world "world" player lavaflow waterflow leavesdecay before 7 days all
- world world_nether before 365 days all
- world world_nether player lavaflow before 7 days all
autoClearLogDelay: 6h
dumpDeletedLog: false
rollback:
replaceAnyway:
- 8
- 9
- 10
- 11
- 51
maxArea: 50
dontRollback:
- 10
- 11
- 46
- 51
maxTime: 2 days
version: '1.60'
Obrázek
Obrázek

Uživatelský avatar
Shaggy84675
Příspěvky: 1239
Věk: 28
Registrován: 23 srp 2011, 12:53
Reputation: 0
Kontaktovat uživatele:

Re: LogBlock

#4 Příspěvekod Shaggy84675 » 23 lis 2012, 20:46

ještě do

Kód: Vybrat vše

CODE
:)
Omluvte prosím moji nefunkčnost podpisu. Momentálně přesouvám podpis na svůj webserver.

Domek_CZ
Příspěvky: 21
Registrován: 05 lis 2012, 21:04
Reputation: 0

Re: LogBlock

#5 Příspěvekod Domek_CZ » 23 lis 2012, 20:48

Fajn... :)
Spoiler: zobrazit

Kód: Vybrat vše

tools:
  tool:
    defaultEnabled: true
    mode: LOOKUP
    aliases:
    - t
    params: area 0 all sum none limit 15 desc silent
    leftClickBehavior: NONE
    item: 270
    rightClickBehavior: TOOL
    permissionDefault: OP
    canDrop: true
  toolblock:
    params: area 0 all sum none limit 15 desc silent
    permissionDefault: OP
    rightClickBehavior: BLOCK
    item: 7
    mode: LOOKUP
    canDrop: false
    defaultEnabled: true
    aliases:
    - tb
    leftClickBehavior: TOOL
mysql:
  user: 105204_mysql_db
  port: 3306
  password: heslo_od_MySQL
  host: localhost
  database: minecraft
logging:
  hiddenBlocks:
  - 0
  logCreeperExplosionsAsPlayerWhoTriggeredThese: false
  logPlayerInfo: true
  ignoredChat:
  - /register
  - /login
  hiddenPlayers: []
  logKillsLevel: PLAYERS
consumer:
  timePerRun: 200
  useBukkitScheduler: true
  forceToProcessAtLeast: 20
  delayBetweenRuns: 6
lookup:
  dateFormat: MM-dd HH:mm:ss
  linesLimit: 1500
  defaultTime: 30 minutes
  defaultDist: 20
  linesPerPage: 15
questioner:
  askClearLogs: true
  banPermission: mcbans.ban.local
  askRollbacks: true
  askRedos: true
  askClearLogAfterRollback: true
  askRollbackAfterBan: false
loggedWorlds:
- world
- world_nether
- world_the_end
- '1'
- zkouska_na_buildera1
- zkousecimapa
- flat
- zkouska_na_buildera
clearlog:
  enableAutoClearLog: false
  auto:
  - world "world" before 365 days all
  - world "world" player lavaflow waterflow leavesdecay before 7 days all
  - world world_nether before 365 days all
  - world world_nether player lavaflow before 7 days all
  autoClearLogDelay: 6h
  dumpDeletedLog: false
rollback:
  replaceAnyway:
  - 8
  - 9
  - 10
  - 11
  - 51
  maxArea: 50
  dontRollback:
  - 10
  - 11
  - 46
  - 51
  maxTime: 2 days
version: '1.60'
Obrázek
Obrázek

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: LogBlock

#6 Příspěvekod nejento » 23 lis 2012, 22:10

Kód: Vybrat vše

mysql:
  user: 105204_mysql_db
  port: 3306
  password: heslo_od_MySQL
  host: localhost
  database: minecraft


Musíš vyplnit ještě databázi. Ne tabulku a databázi těch tabulek. U gs_12345_1 je to vždy stejné jako uživatelské jméno.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/


Zpět na „Minecraft, Tekkit“

Kdo je online

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