-
-
Notifications
You must be signed in to change notification settings - Fork 15
config.yml
The lobby world, where all players are teleported to, whenever they join or leave a plot
[default] -> Uses the default multiverse spawn world
spawn-world: default
Keep updated about newer versions
check-for-updates: true
Enable score requirement to restrict players to certain plot difficulties
Prevents beginners from generating difficult plots
enable-score-requirement: true
Enables special dev tools and features for development
NOTE: Do not change if you do not know what you are doing
dev-mode: false
Supported databases are MySQL and MariaDB
If you use MySQL change mariadb
in url to mysql
database:
url: jdbc:mariadb://adress:3306/
dbname: plotsystem
username: plotsystem
password: minecraft
Use holograms to show plot statistics in the spawn world
NOTE: Requires the HolographicDisplays plugin to work
holograms:
# Displays the top 10 builders with the highest score
score-leaderboard:
enabled: false
x: 0
y: 0
z: 0
# Displays the top 10 players with the most completed plots
plots-leaderboard:
enabled: false
x: 0
y: 0
z: 0
Switch hologram statistics between different time stamps
[interval] -> default: 5 seconds
display-options:
interval: 5
show-daily: false
show-weekly: true
show-monthly: true
show-yearly: false
The command that the player will automatically execute when pressing the navigator item in the companion
NOTE: Remove the "/" from whatever command you want to use
navigator:
item: NETHER_STAR
name: Navigator
description: Open the navigator menu
command: navigator
message-prefix: §7§l>>
info-colour: §a
error-colour: §c