Skip to content

Commit

Permalink
Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Feb 3, 2022
1 parent f1e00d8 commit e98c98e
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# Config file for Visit add-on Version ${version}
# VisitAddon Configuration 1.5.0
# This config file is dynamic and saved when the server is shutdown.
#
# Allows to disable economy part of Visits addon if Vault plugin is present.
# It will disable taxation and ability to change visiting cost.
disable-economy: false
#
# Allows to toggle payments should be done via island Banks.
# Requires Bank Addon.
use-bank: true
#
# Allows to define tax amount (not %) that must be payed extra for visiting.
# Example:
# Island payment is set to 10, and tax is set to 5, then visitor will need to pay 15.
# 10 will go to island owner, while 5 will be erased from existence.
traveling-tax: 0.0
#
# Allows to set maximal amount for payment that players can set to their island.
# 0 or below will not limit maximal value.
max-payment-value: 0.0
#
default-settings:
#
# Allows to define default payment for visiting the island.
# Setting 0 or less will mean that default value is free.
# Payment goes to island owner.
Expand All @@ -35,32 +41,15 @@ default-settings:
permission: 900
gui:
filters:
# Allows to toggle if player GUI should show filter line.
# enabled (true) or disabled (false).
enabled: true
# Allows to switch default active filter for Player Visit GUI.
# ALL_ISLANDS - all islands will be available in the GUI.
# ONLINE_ISLANDS - all online islands will be available in the GUI.
# CAN_VISIT - all islands that can be visited will be available in the GUI.
show: CAN_VISIT
# Allows to toggle if player GUI should show search button.
# enabled (true) or disabled (false).
search: true
# Allows to toggle if filters line should be at the top or bottom.
# enabled (true) or disabled (false).
top: true
# Allows to change icon in the GUI for island selection.
# PLAYER_HEAD will be transformed to island owner head.
# Island owner permission `visit.icon.[material]` can overwrite the icon.
island-icon: PLAYER_HEAD
# Allows to change icon in the GUI for island selection.
# PLAYER_HEAD will be transformed to island owner head.
# Island owner permission `visit.icon.[material]` can overwrite the icon.
border-block: MAGENTA_STAINED_GLASS_PANE
# Allows to change icon in the GUI for island selection.
# PLAYER_HEAD will be transformed to island owner head.
# Island owner permission `visit.icon.[material]` can overwrite the icon.
border-block-name: ' '
commands:
player:
# Option that allows to enable asking for confirmation before teleporting via command if there are associated cost for it.
Expand All @@ -87,4 +76,4 @@ commands:
# To disable addon it is necessary to write its name in new line that starts with -. Example:
# disabled-gamemodes:
# - BSkyBlock
disabled-gamemodes: [ ]
disabled-gamemodes: []

0 comments on commit e98c98e

Please sign in to comment.