Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- databases:
- # Databases to store variables in. These can either be used as a simple one-server-storage
- # where variables are written constantly but only read at server start,
- # or as a connection between multiple servers by monitoring the database(s) for changes.
- #
- # You can define as many databases as you want, just make sure to choose a distinct name for each one, and don't forget to set all options correctly.
- #
- # To be able to use a database you'll need to download the plugin 'SQLibrary' from http://dev.bukkit.org/server-mods/sqlibrary/files/
- # and install it in your server's plugin directory like other plugins.
- #
- # Please note that '/skript reload' will not reload this section, i.e. you'll have to restart Skript for changes to take effect.
- # Each database definition must be in a separate section. You can choose any name for the sections, as long as it's not already used.
- database:
- type: MySQL
- pattern: db.*
- host: localhost
- port: 3306
- user: root
- password: ******
- database: skript
- monitor changes: true
- monitor interval: 20 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement