norskaaa

HomingStones // Default Configuration

Aug 27th, 2025
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.15 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # HomingStones, 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 HomingStones.                                  #
  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. #           COOLDOWNS            #
  24. #                                #
  25. ##################################
  26.  
  27. # Note: The interval must be a positive integer (e.g 10) and is counted in seconds.
  28. # Note: You can find bypass permissions on the wiki.
  29. cooldowns:
  30.    usageCooldown:
  31.       enabled: true
  32.       cooldown: 60
  33.    toggleConfirmDrop:
  34.       enabled: true
  35.       cooldown: 15
  36.      
  37. ##################################
  38. #                                #
  39. #       DROP CONFIRMATION         #
  40. #                                #
  41. ##################################      
  42.  
  43. # READ ME: Find configurable messages in messages.yml
  44. # READ ME: You can configure cooldowns in the above section
  45.    
  46. # Note: Toggle whether or not players have to confirm (double-drop) homing stones in order to actually drop them.
  47. # Note: The interval must be a positive integer (e.g 10) and is counted in seconds.  
  48. confirmDrop:
  49.    enabled: true
  50.    interval: 10
  51.    toggleCommand:
  52.       enabled: true
  53.  
  54. ##################################
  55. #                                #
  56. #       ITEM OWNER BINDING       #
  57. #                                #
  58. ##################################
  59.  
  60. itemBinding:
  61.    settings:
  62.      # Note: Whether or not to bind homing stones to their owners (player that activates the item for the first time).
  63.       enabled: true
  64.       disableUsageEntirely:
  65.         # Note: Whether or not to disable usage of the homing stone entirely if it is not owned by the player trying to use it.
  66.          enabled: true
  67.       placeholders:
  68.         # Note: What the {5} placeholder (items.yml) will show when the item is not bound yet.
  69.          notBound: "Not bound to a player"
  70.  
  71. ##################################
  72. #                                #
  73. #            LOGGER              #
  74. #                                #
  75. ##################################
  76.  
  77. # Note: Whether or not to log homing stones events.
  78. logger:
  79.    enabled: true
  80.    formats:
  81.      # Note: Name of the files that generate in HomingStones/logs.
  82.       file: "dd.MM.yyyy"
  83.       # Note: Start of the log entry inside each log file.
  84.       entry: "dd.MM.yyyy @ HH:mm:ss"
  85.    types:
  86.      # Note: Log usage events
  87.       usage: true
  88.       # Note: Log inspection events
  89.       drops: false
  90.       # Note: Log charger events
  91.       give: true
  92.  
  93. recipes:
  94.   # Note: Only applicable on 1.9+ servers. Whether or not players will automatically discover recipes for items in items.yml.
  95.    autoDiscovery: true
  96.  
  97. updates:
  98.    notifications: true
Advertisement
Add Comment
Please, Sign In to add comment