Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #########################################################################################
- # #
- # DeluxeWithdraw, 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 DeluxeWithdraw. #
- # #
- #########################################################################################
- #########################################################################################
- # #
- # 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! #
- # #
- #########################################################################################
- ##################################
- # #
- # GENERAL SETTINGS #
- # #
- ##################################
- settings:
- # Note: Do not change this value. If your dev requests it for API usage, give it to them.
- consoleUUID: "f779d6dc-a19d-44a8-8e47-194ad2f3e19c"
- # Note: Define worlds in which players won't be able to create or redeem notes. CASE SENSITIVE!
- disabledWorlds:
- - 'world_nether'
- ##################################
- # #
- # LOGGER #
- # #
- ##################################
- # Note: Whether or not to log sellwand events.
- logger:
- enabled: true
- formats:
- # Note: Name of the files that generate in DeluxeWithdraw/logs.
- file: "dd.MM.yyyy"
- # Note: Start of the log entry inside each log file.
- entry: "dd.MM.yyyy @ HH:mm:ss"
- types:
- # Note: Log player currency withdrawals to items.
- itemCreate: true
- # Note: Log player currency redemption of items.
- itemUse: true
- # Note: Log admin creation of items.
- adminItemCreate: true
- ##################################
- # #
- # VALUE DISPLAY SETTINGS #
- # #
- ##################################
- other:
- # 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
- dateFormat: "dd-MM-yyyy"
- ##################################
- # #
- # UPDATE NOTIFIER SETTINGS #
- # #
- ##################################
- updates:
- notifications: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement