kayra06
Demir Madencisi
- En iyi cevaplar
- 0
FeatherBoard MySQL biraz farklı geldi normal MySQL ayarları gibi değil. bilgisi olan var mı ?
Hiç ayarları yapan var mı varsa yardımcı olabilcek var mı ?
Hiç ayarları yapan var mı varsa yardımcı olabilcek var mı ?
PHP:
database:
# If you want the toggle to stay even when your users
# log off you can enable this. Keep in mind that this requires a
# MySQL or SQLite database.
# If you are configuring the plugin for the first time it is advised
# to stay away from these settings until you managed the scoreboard
# set up.
persistent: false
# Database configuration is SIMILAR to http://wiki.bukkit.org/Bukkit.yml#database
# with isolation, url, driver, ...
# Database name
database: "featherboard"
# Database username
username: bukkit
# Database isolation type
isolation: SERIALIZABLE
# Database driver
driver: org.sqlite.JDBC
# Database password
password: walrus
# Database driver URL
# {DIR} will be replaced with the plugin directory
# {NAME} will be replaced wit the plugin name
url: jdbc:sqlite:{data}{plugindata}.db
# Save interval in ticks
save-interval: 6000