diff --git a/README.md b/README.md index cf7dc9d..a354e8e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Commandes simples en skript pour mon serveur privé minecraft qui tourne sur [Pa - [Skript](https://github.com/SkriptLang/Skript) 2.5.3 (dernière version actuelle) - [SkBee](https://github.com/ShaneBeee/SkBee) 1.11.2 (pour l'auto-complétion) - [skRayFall](https://dev.bukkit.org/projects/skrayfall) 1.9.25 (pour le `title` dans le /broadcast) +- [SQLibrary](https://dev.bukkit.org/projects/sqlibrary/files) 7.1 (pour l'utilisation de SQLite3) ## Commands & Features ### Commands @@ -43,3 +44,22 @@ Commandes simples en skript pour mon serveur privé minecraft qui tourne sur [Pa ## Disclaimer Stockage des adresses IP pour la personalisation du Motd. + + +### Configuration Skript + +``` +SQLite example: + type: SQLite # selected SQLite + pattern: .* # change there to have all the variables stored in this db + file: ./plugins/Skript/variables.db + backup interval: 12 hours # 12 hours backup + monitor changes: false + monitor interval: 20 seconds + +default: + type: CSV + pattern: .* + file: ./plugins/Skript/variables.csv + backup interval: 0 # no backups +```