Sobky

ParkourLite - Config.yml

Apr 25th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.00 KB | None | 0 0
  1. #Name: Parkour
  2. #Description: Let players show their jumping skills.
  3. #Author: SobkySK | Discord: Sobky#5528
  4. #Maintained by INNOUNIQ | Website: https://plugin.innouniq.com | Discord: https://discord.gg/vPHWEapDGR
  5.  
  6. #Plugin is able to hold different localisations at the same time.
  7. #It’s up to player, which localisation wants to display.
  8. #One of these localisations has to be tagged as primary in case of secondary translation does not contain requested path.
  9. Locale:
  10.   Primary: EN
  11.  
  12. #Space where to save required data!
  13. #Supported storage: MySQL, SQLite
  14. #IMPORTANT: Storage type has to be same as ProfileStorage is using!
  15. Storage:
  16.   Type: "SQLite"
  17.   Host: "IP"
  18.   Port: 3306
  19.   Database: "db"
  20.   User: "name"
  21.   Password: "*****"
  22.  
  23. #Plugin sends anonymous data such as version of this resource, your server version and addition data of configuration.
  24. #These data will help me in future development.
  25. #All requests are asynchronous, so it has no impact on server's performance.
  26. Analytics:
  27.   Active: true
Add Comment
Please, Sign In to add comment