norskaaa

TreasureLocator / Default Config

Jan 3rd, 2022 (edited)
1,443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.70 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # TreasureLocator, 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 TreasureLocator.                               #
  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. #    VALUE DISPLAY SETTINGS      #
  24. #                                #
  25. ##################################
  26. # Note: How the cooldown will show up.
  27. format:
  28.    seconds: 's'
  29.    second: 's'
  30.    minutes: 'm '
  31.    minute: 'm '
  32.    hours: 'h '
  33.    hour: 'h '
  34.    days: 'D '
  35.    day: 'D '
  36.    splitter: 'and '
  37.  
  38. ##################################
  39. #                                #
  40. #        HOLOGRAM SETTINGS       #
  41. #                                #
  42. ##################################
  43.    
  44. holograms:
  45.   # Note: Select from "CMI" and "DecentHolograms".
  46.    handler: "DecentHolograms"
  47.    
  48. ##################################
  49. #                                #
  50. #             HOOKS              #
  51. #                                #
  52. ##################################
  53.      
  54. hooks:
  55.    worldguard:
  56.       enabled: true
  57.  
  58. ##################################
  59. #                                #
  60. #    UPDATE NOTIFIER SETTINGS    #
  61. #                                #
  62. ##################################
  63.    
  64. updates:
  65.    notifications: true
Add Comment
Please, Sign In to add comment