Advertisement
xeRicker

MysteryBoxes - config.yml

Aug 10th, 2022 (edited)
4,334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.62 KB | None | 0 0
  1. # ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  2. # ■ ░█▀▄▀█ ░█──░█ ░█▀▀▀█ ▀▀█▀▀ ░█▀▀▀ ░█▀▀█ ░█──░█ ░█▀▀█ ░█▀▀▀█ ▀▄░▄▀ ░█▀▀▀ ░█▀▀▀█             ■
  3. # ■ ░█░█░█ ░█▄▄▄█ ─▀▀▀▄▄ ─░█── ░█▀▀▀ ░█▄▄▀ ░█▄▄▄█ ░█▀▀▄ ░█──░█ ─░█── ░█▀▀▀ ─▀▀▀▄▄             ■
  4. # ■ ░█──░█ ──░█── ░█▄▄▄█ ─░█── ░█▄▄▄ ░█─░█ ──░█── ░█▄▄█ ░█▄▄▄█ ▄▀░▀▄ ░█▄▄▄ ░█▄▄▄█ BY XERICKER ■
  5. # ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  6.  
  7. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
  8. # check-for-updates: Whether the plugin checks for updates or not.
  9. # hook-into-vault: When turned on, the plugin will use Vault for Mystery Dust.
  10. # short-number-format: When turned on, all numbers will be shortened (1000 to 1k).
  11. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
  12.  
  13. general-settings:
  14.   check-for-updates: true
  15.   hook-into-vault: false
  16.   short-number-format: true
  17.  
  18. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
  19. # Enable these settings to allow players to temporarily ignore their data
  20. # and bypass the restrictions of having certain data like currency.
  21. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
  22.  
  23. unlock-settings:
  24.   unlock-boxes: false
  25.   unlock-gifts: false
  26.   unlock-dust: false
  27.  
  28. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
  29. # These settings determine whether the default files should be generated.
  30. # Once you load the plugin for the first time, these settings are automatically
  31. # turned off and may be turned on, which is useful when you accidentally delete
  32. # a file and want its template back.
  33. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
  34.  
  35. default-config-generation:
  36.   generate-boxes: true
  37.   generate-loots: true
  38.   generate-songs: true
  39.  
  40. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
  41. # Enable this feature to allow the plugin to connect to your MySQL database.
  42. # Keep in mind that player data is stored in one place at a time, so if you
  43. # disable this feature in the future, some data will be missing.
  44. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
  45.  
  46. mysql-settings:
  47.   connection:
  48.     enabled: false
  49.     path: "jdbc:mysql://{HOST}:{PORT}/{NAME}?{VARIABLES}"
  50.     driver: "com.mysql.cj.jdbc.Driver"
  51.     variables: "autoReconnect=true&useSSL=false"
  52.   sync-delay:
  53.     load-delay: 60
  54.     save-delay: 0
  55.   credentials:
  56.     host: "value"
  57.     port: "3306"
  58.     name: "value"
  59.     user: "value"
  60.     pass: "value"
  61.  
  62. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
  63. # General time-related settings, such as the time zone or date format.
  64. # Detailed Format: 20w 15d 10h 5m 1s
  65. # Compact Format: 20:15:10:05:01
  66. # Simple Format: 20 Weeks
  67. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
  68.  
  69. time-settings:
  70.   time-zone: "UTC"
  71.   date-format: "dd/MM/yyyy HH:mm:ss"
  72.   countdown-formats:
  73.     format: SIMPLE
  74.     detailed: "%dw %dd %dh %dm %ds"
  75.     compact: "%02d:%02d:%02d:%02d:%02d"
  76.     simple: "%d %s"
  77.   simple-formats:
  78.     weeks: "Weeks"
  79.     week: "Week"
  80.     days: "Days"
  81.     day: "Day"
  82.     hours: "Hours"
  83.     hour: "Hour"
  84.     minutes: "Minutes"
  85.     minute: "Minute"
  86.     seconds: "Seconds"
  87.     second: "Second"
  88.   ago-formats:
  89.     years: "{YEARS}y ago"
  90.     months: "{MONTHS}m {DAYS}d ago"
  91.     days: "{DAYS}d {HOURS}h ago"
  92.     hours: "{HOURS}h {MINUTES}m ago"
  93.     minutes: "{MINUTES}m {SECONDS}s ago"
  94.     seconds: "{SECONDS}s ago"
  95.  
  96. # ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ──
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement