Advertisement
Guest User

Untitled

a guest
Oct 24th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. database:
  2. # If you want the toggle to stay even when your users
  3. # log off you can enable this. Keep in mind that this requires a
  4. # MySQL or SQLite database.
  5. # If you are configuring the plugin for the first time it is advised
  6. # to stay away from these settings until you managed the scoreboard
  7. # set up.
  8. persistent: false
  9. # Database configuration is SIMILAR to http://wiki.bukkit.org/Bukkit.yml#database
  10. # with isolation, url, driver, ...
  11. # Database name
  12. database: "featherboard"
  13. # Database username
  14. username: bukkit
  15. # Database password
  16. password: walrus
  17. # Database driver URL
  18. # {DIR} will be replaced with the plugin directory
  19. # {NAME} will be replaced wit the plugin name
  20. url: jdbc:sqlite:{DIR}{NAME}.db
  21. # Save interval in ticks
  22. save-interval: 6000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement