Advertisement
norskaaa

ClearLagTimer / Default Config

Aug 13th, 2021 (edited)
9,905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.02 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # ClearLagTimer, a free 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 ClearLagTimer.                                 #
  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.    # Note: Commands must be in UPPER-CASE and have a "/" in front of them!
  29.    commands:
  30.   - '/CLEARLAG'
  31.    - '/CLEARLAGG'
  32.    
  33.    formatted: true
  34.    # Note: Configure the messages in ClearLagTimer's messages.yml file!
  35.    
  36.    soundsAtIntervals:
  37.       enabled: true
  38.       intervals:
  39.      - '60'
  40.       - '30'
  41.       - '10'
  42.       - '3'
  43.       - '2'
  44.       - '1'
  45.      
  46.    # Note: Configure the messages in ClearLagTimer's messages.yml file!
  47.    messagesAtIntervals:
  48.       enabled: true
  49.       intervals:
  50.      - '60'
  51.       - '30'
  52.       - '10'
  53.       - '3'
  54.       - '2'
  55.       - '1'
  56.      
  57.    commandsOnEntityClear: []
  58.    #- 'broadcast Entities have just been cleared!'
  59.  
  60. ##################################
  61. #                                #
  62. #    VALUE DISPLAY SETTINGS      #
  63. #                                #
  64. ##################################  
  65.      
  66. format:
  67.    seconds: 's'
  68.    second: 's'
  69.    minutes: 'm '
  70.    minute: 'm '
  71.    hours: 'h '
  72.    hour: 'h '
  73.    days: ''
  74.    day: ''
  75.    splitter: 'and '
  76.  
  77. ##################################
  78. #                                #
  79. #    UPDATE NOTIFIER SETTINGS    #
  80. #                                #
  81. ##################################
  82.    
  83. updates:
  84.    notifications: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement