Sobky

Coupon - Config.yml

Jun 3rd, 2023
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.02 KB | Gaming | 0 0
  1. #Name: Coupon
  2. #Description: Reward players for using social networks.
  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.   Secondary: [ ]
  12.  
  13. #Space where to save required data!
  14. #Supported storage: MySQL, SQLite
  15. #IMPORTANT: Storage type has to be same as ProfileStorage is using!
  16. Storage:
  17.   Type: "SQLite"
  18.   Host: "IP"
  19.   Port: 3306
  20.   Database: "db"
  21.   User: "name"
  22.   Password: "*****"
  23.  
  24. #Plugin sends anonymous data such as version of this resource, your server version and addition data of configuration.
  25. #These data will help me in future development.
  26. #All requests are asynchronous, so it has no impact on server's performance.
  27. Analytics:
  28.   Active: true
Add Comment
Please, Sign In to add comment