Advertisement
norskaaa

DeluxeWithdraw / Default Config

Aug 24th, 2021 (edited)
2,403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.37 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # DeluxeWithdraw, 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 DeluxeWithdraw.                                #
  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. #        GENERAL SETTINGS        #
  24. #                                #
  25. ##################################
  26.  
  27. settings:
  28.  
  29.    # Note: Do not change this value. If your dev requests it for API usage, give it to them.
  30.    consoleUUID: "f779d6dc-a19d-44a8-8e47-194ad2f3e19c"
  31.  
  32.    # Note: Define worlds in which players won't be able to create or redeem notes. CASE SENSITIVE!
  33.    disabledWorlds:
  34.   - 'world_nether'
  35.  
  36. ##################################
  37. #                                #
  38. #            LOGGER              #
  39. #                                #
  40. ##################################
  41.  
  42. # Note: Whether or not to log sellwand events.
  43. logger:
  44.    enabled: true
  45.    formats:
  46.      # Note: Name of the files that generate in DeluxeWithdraw/logs.
  47.       file: "dd.MM.yyyy"
  48.       # Note: Start of the log entry inside each log file.
  49.       entry: "dd.MM.yyyy @ HH:mm:ss"
  50.    types:
  51.      # Note: Log player currency withdrawals to items.
  52.       itemCreate: true
  53.       # Note: Log player currency redemption of items.
  54.       itemUse: true
  55.       # Note: Log admin creation of items.
  56.       adminItemCreate: true  
  57.  
  58. ##################################
  59. #                                #
  60. #    VALUE DISPLAY SETTINGS      #
  61. #                                #
  62. ##################################
  63.      
  64. other:
  65.   # 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.
  66.    numberFormat: 1
  67.    dateFormat: "dd-MM-yyyy"  
  68.    
  69. ##################################
  70. #                                #
  71. #    UPDATE NOTIFIER SETTINGS    #
  72. #                                #
  73. ##################################    
  74.  
  75. updates:
  76.    notifications: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement