Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #########################################################################################
- # #
- # HomingStones, a free resource by Norska @ https://norska.dev #
- # #
- # Wiki: https://norska.dev/docs/welcome/ #
- # Support: https://norska.dev/discord/ #
- # #
- # You are editing the config.yml file of HomingStones. #
- # #
- #########################################################################################
- #########################################################################################
- # #
- # NOTE: PLEASE READ BEFORE CONFIGURING! #
- # #
- # Please consult the wiki for any questions regarding the setup of this plugin, if you #
- # still require help, open a ticket on my discord server! #
- # #
- #########################################################################################
- ##################################
- # #
- # COOLDOWNS #
- # #
- ##################################
- # Note: The interval must be a positive integer (e.g 10) and is counted in seconds.
- # Note: You can find bypass permissions on the wiki.
- cooldowns:
- usageCooldown:
- enabled: true
- cooldown: 60
- toggleConfirmDrop:
- enabled: true
- cooldown: 15
- ##################################
- # #
- # DROP CONFIRMATION #
- # #
- ##################################
- # READ ME: Find configurable messages in messages.yml
- # READ ME: You can configure cooldowns in the above section
- # Note: Toggle whether or not players have to confirm (double-drop) homing stones in order to actually drop them.
- # Note: The interval must be a positive integer (e.g 10) and is counted in seconds.
- confirmDrop:
- enabled: true
- interval: 10
- toggleCommand:
- enabled: true
- ##################################
- # #
- # ITEM OWNER BINDING #
- # #
- ##################################
- itemBinding:
- settings:
- # Note: Whether or not to bind homing stones to their owners (player that activates the item for the first time).
- enabled: true
- disableUsageEntirely:
- # Note: Whether or not to disable usage of the homing stone entirely if it is not owned by the player trying to use it.
- enabled: true
- placeholders:
- # Note: What the {5} placeholder (items.yml) will show when the item is not bound yet.
- notBound: "Not bound to a player"
- ##################################
- # #
- # LOGGER #
- # #
- ##################################
- # Note: Whether or not to log homing stones events.
- logger:
- enabled: true
- formats:
- # Note: Name of the files that generate in HomingStones/logs.
- file: "dd.MM.yyyy"
- # Note: Start of the log entry inside each log file.
- entry: "dd.MM.yyyy @ HH:mm:ss"
- types:
- # Note: Log usage events
- usage: true
- # Note: Log inspection events
- drops: false
- # Note: Log charger events
- give: true
- recipes:
- # Note: Only applicable on 1.9+ servers. Whether or not players will automatically discover recipes for items in items.yml.
- autoDiscovery: true
- updates:
- notifications: true
Advertisement
Add Comment
Please, Sign In to add comment