BetterTridents/src/main/resources/config.yml

33 lines
993 B
YAML

##################
# BetterTridents #
##################
# by mfnalex (JEFF Media GbR)
###############
# Permissions #
###############
# notridentvoid.use
# Allows to use the "void-saving" feature
# Default: true
# When enabled, tridents enchanted with loyalty will be returned to the player
# instead of vanishing when falling into the void
# This is currently the only function of this plugin :P
void-saving: true
# Should we check for updates?
# When enabled, a message is printed in the console if a new version has
# been found, and OPs will be notified when they join the server.
# When set to true, we will check for updates on startup and every X hours
# When set to on-startup, we will only check on startup
# When set to false, don't check for updates
check-for-updates: true
# When check-for-updates is true, AngelChest will check every X hours
update-check-interval: 4
# NEVER CHANGE THE VALUES BELOW!
plugin-version: ${project.version}
config-version: ${config.version}