Advertisement
norskaaa

Bolt / Default Config

Aug 20th, 2021 (edited)
1,472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.64 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # Bolt, a premium resource by Norska @ https://norska.dev                               #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome                                                 #
  6. # Support: https://norska.dev/discord/                                                  #
  7. #                                                                                       #
  8. # You are editing the config.yml file of Bolt.                                          #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # Please consult the wiki for any questions regarding the setup of this plugin, if you  #
  17. # still require help, open a ticket on my discord server!                               #
  18. #                                                                                       #
  19. #########################################################################################
  20.  
  21. ##################################
  22. #                                #
  23. #    VALUE DISPLAY SETTINGS      #
  24. #                                #
  25. ##################################
  26. other:
  27.    infiniteDisplay: "∞"
  28.    # Note: Format can be 1 or 2. 1 = Display 10000 as 10,000. 250000 as 250,000 etc. // 2 = Display 10000 as 10k. 1000000 as 1M etc.
  29.    numberFormat: 1  
  30.    
  31. ##################################
  32. #                                #
  33. #       DROP CONFIRMATION        #
  34. #                                #
  35. ##################################  
  36. confirmDrop:
  37.    enabled: true
  38.    interval: 10
  39.      
  40. ##################################
  41. #                                #
  42. #         SECONDS FORMAT         #
  43. #                                #
  44. ##################################
  45. # Note: Customize how seconds are being formatted (cooldowns, etc.)
  46. format:
  47.    seconds: 's'
  48.    second: 's'
  49.    minutes: 'm '
  50.    minute: 'm '
  51.    hours: 'h '
  52.    hour: 'h '
  53.    days: 'D '
  54.    day: 'D '
  55.    splitter: 'and '
  56.    
  57. updates:
  58.    notifications: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement