Sobky

AdventSeason - Config.yml

Nov 8th, 2020 (edited)
1,702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.22 KB | None | 0 0
  1. #Name: AdventSeason
  2. #Description: Make pleasant time to players while waiting for Christmas.
  3. #Author: SobkySK | Discord: Sobky#5528
  4. #Maintained by INNOUNIQ | Website: https://plugin.innouniq.com | Discord: https://discord.gg/vPHWEapDGR
  5.  
  6. #Resource supports automatic (startup) updates.
  7. #You can enable or disable them. If disabled, you only receive message info about new version.
  8. UpdateChecker:
  9.   AutomaticDownload: true
  10.  
  11. #Plugin is able to hold different localisations at the same time.
  12. #It’s up to player, which localisation wants to display.
  13. #One of these localisations has to be tagged as primary in case of secondary translation does not contain requested path.
  14. Locale:
  15.   Primary: EN
  16.   Secondary: [ ]
  17.  
  18. #Space where to save required data!
  19. #Supported storage: MySQL, SQLite
  20. #IMPORTANT: Storage type has to be same as ProfileStorage is using!
  21. Storage:
  22.   Type: "SQLite"
  23.   Host: "IP"
  24.   Port: 3306
  25.   Database: "db"
  26.   User: "name"
  27.   Password: "*****"
  28.  
  29. #Plugin sends anonymous data such as version of this resource, your server version and addition data of configuration.
  30. #These data will help me in future development.
  31. #All requests are asynchronous, so it has no impact on server's performance.
  32. Analytics:
  33.   Active: true
Add Comment
Please, Sign In to add comment