Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #########################################################################################
- # #
- # Bolt, a premium resource by Norska @ https://norska.dev #
- # #
- # Wiki: https://norska.dev/docs/welcome #
- # Support: https://norska.dev/discord/ #
- # #
- # You are editing the config.yml file of Bolt. #
- # #
- #########################################################################################
- #########################################################################################
- # #
- # NOTE: PLEASE READ BEFORE CONFIGURING! #
- # #
- # Please consult the wiki for any questions regarding the setup of this plugin, if you #
- # still require help, open a ticket on my discord server! #
- # #
- #########################################################################################
- ##################################
- # #
- # VALUE DISPLAY SETTINGS #
- # #
- ##################################
- other:
- infiniteDisplay: "∞"
- # 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.
- numberFormat: 1
- ##################################
- # #
- # DROP CONFIRMATION #
- # #
- ##################################
- confirmDrop:
- enabled: true
- interval: 10
- ##################################
- # #
- # SECONDS FORMAT #
- # #
- ##################################
- # Note: Customize how seconds are being formatted (cooldowns, etc.)
- format:
- seconds: 's'
- second: 's'
- minutes: 'm '
- minute: 'm '
- hours: 'h '
- hour: 'h '
- days: 'D '
- day: 'D '
- splitter: 'and '
- updates:
- notifications: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement