norskaaa

ClearLagTimer / Default Messages

Aug 13th, 2021 (edited)
4,958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.26 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 messages.yml file of ClearLagTimer.                               #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # If PlaceholderAPI is installed you can use any placeholder inside UAR's messages,     #
  17. # make sure to properly install any extension using /papi ecloud                        #
  18. #                                                                                       #
  19. # Placeholders that are inside {} (e.g {0}, {1}) are inner placeholders from UAR.       #
  20. # To use PAPI's placeholders, use them normally, like %player_gamemode%, etc.           #
  21. #                                                                                       #
  22. # Scopes:                                                                               #
  23. # 1) Global -> All online players will get the message.                                 #
  24. # 2) User -> User that executed commands/triggered event will get the message.          #
  25. # 3) Limited -> Only users/systems with specific perms will get the message.            #
  26. #                                                                                       #
  27. # Note: Scopes are per message and cannot be manually altered.                          #
  28. #                                                                                       #
  29. #########################################################################################  
  30.  
  31. messages:
  32.    # Note: Use {PREFIX} in any message to add the below prefix!
  33.    prefix: "<GRADIENT:ff0000>&lClearLagTimer</GRADIENT:ffe42b>&r"
  34.  
  35.    EVENT_INTERVAL_GLOBAL:
  36.   # Placeholders: {0} = interval
  37.    # Scope: Global
  38.       chatMessage:
  39.          enabled: false
  40.          centered: false
  41.          content:
  42.          - ''
  43.          - '{PREFIX} &f» &fEntity removal in &e{0}&f!'
  44.          - ''
  45.       actionbar:
  46.          enabled: true
  47.          content: '{PREFIX} &f» &fEntity removal in &e{0}&f!'
  48.       titles:
  49.          enabled: false
  50.          titleContent: '{PREFIX}'
  51.          subtitleContent: '&fRemoval in &e{0}&f!'
  52.          
  53.    EVENT_ENTITY_CLEAR:
  54.   # Placeholders: None
  55.    # Scope: Global
  56.       chatMessage:
  57.          enabled: false
  58.          centered: false
  59.          content:
  60.          - ''
  61.          - '{PREFIX} &f» &fEntities have been removed!'
  62.          - ''
  63.       actionbar:
  64.          enabled: true
  65.          content: '{PREFIX} &f» &fEntities have been removed!'
  66.       titles:
  67.          enabled: false
  68.          titleContent: '{PREFIX}'
  69.          subtitleContent: '&fEntities have been removed!'
  70.  
  71.    ###############################
  72.      
  73.    COMMAND_USER_VIEWINTERVAL:
  74.   # Placeholders: {0} = interval
  75.    # Scope: User
  76.       chatMessage:
  77.          enabled: true
  78.          centered: false
  79.          content:
  80.          - ''
  81.          - '{PREFIX} &f» &fEntity removal in &e{0}&f!'
  82.          - ''
  83.       actionbar:
  84.          enabled: true
  85.          content: '{PREFIX} &f» &fEntity removal in &e{0}&f!'    
  86.       titles:
  87.          enabled: true
  88.          titleContent: '{PREFIX}'
  89.          subtitleContent: '&fRemoval in &e{0}&f!'
  90.          
  91.    ###############################  
  92.            
  93.    COMMAND_RELOAD:
  94.   # Placeholders: {0} = ms
  95.    # Scope: User
  96.       chatMessage:
  97.          enabled: true
  98.          centered: false
  99.          content:
  100.          - ""
  101.          - " {PREFIX} &f» &fReloaded configuration files. &7(&f{0}ms&7)"
  102.          - ""
  103.       actionbar:
  104.          enabled: false
  105.          content: "{PREFIX} &f» &fReloaded configuration files. &7(&f{0}ms&7)"
  106.       titles:
  107.          enabled: false
  108.          titleContent: '{PREFIX}'
  109.          subtitleContent: '&fReloaded configuration!'
  110.          
  111.    COMMAND_NOPERMISSION:
  112.   # Placeholders: None
  113.    # Scope: User
  114.       chatMessage:
  115.          enabled: true
  116.          centered: false
  117.          content:
  118.          - ''
  119.          - ' {PREFIX} &f» &fYou do not have permission to run this command!'
  120.          - ''
  121.       actionbar:
  122.          enabled: false
  123.          content: "{PREFIX} &f» &fYou do not have permission to run this command!"      
  124.       titles:
  125.          enabled: false
  126.          titleContent: '{PREFIX}'
  127.          subtitleContent: '&fYou do not have permission!'  
  128.          
Add Comment
Please, Sign In to add comment