Stránka 1 z 1

PlayerPoints - MySQL

Napsal: 27 srp 2016, 10:18
od Port2
[FH ID]

Zdravím, zkouším napojit PlayerPoints na MySQL, ale pořád to nefunguje.. Můj config:
Spoiler: zobrazit

Kód: Vybrat vše

storage: MySQL
mysql:
  host: casa25.fakaheda.eu
  port: 3306
  database: 227412_mysql_db
  user: 227412_mysql_db
  password: *****
  table: playerpoints
  import:
    use: false
    source: MySQL
  export:
    use: true
    source: MySQL
  retry: 10
vote:
  enabled: false
  amount: 100
  online: false
restrictions:
  autocompleteOnline: false
  hasPlayedBefore: false
debug:
  database: false
  uuid: false
vault: false
version: 2.1.5-SNAPSHOT


Díky za pomoc.

Re: PlayerPoints - MySQL

Napsal: 27 srp 2016, 12:38
od Mikekopec
PlayerPoints sám o sobě nejde napojit na DB, Musíš stáhnout plugin SQLibrary
Spoiler: zobrazit
https://dev.bukkit.org/bukkit-plugins/sqlibrary/files/10-sqlibrary-7-1-bukkit-spout/

Re: PlayerPoints - MySQL

Napsal: 27 srp 2016, 12:39
od Port2
Zkusím.

Re: PlayerPoints - MySQL

Napsal: 27 srp 2016, 12:42
od Mikekopec
Sám to používám, mělo by to fungovat

Re: PlayerPoints - MySQL

Napsal: 27 srp 2016, 12:48
od Port2
Tabulka se stále nevytvořila, nastavuje se to nějak?

Re: PlayerPoints - MySQL

Napsal: 27 srp 2016, 12:51
od Mikekopec
Nemá to žádnej config ... ZKus u Playerpoints vypnout ten export
Já to mám takto
Spoiler: zobrazit
storage: MySQL
mysql:
host: casa30.fakaheda.eu
port: 3306
database: 208078_mysql_db
user: 208078_mysql_db
password: *****
table: playerpoints
import:
use: false
source: YAML
export:
use: false
source: SQLITE
retry: 10
vote:
enabled: false
amount: 100
online: false
restrictions:
autocompleteOnline: false
hasPlayedBefore: false
debug:
database: false
uuid: false
vault: false
version: 2.1.5-SNAPSHOT

Re: PlayerPoints - MySQL

Napsal: 27 srp 2016, 12:53
od Port2
Tak, když jsem zapnul export tak to konečně začalo fungovat, K+.