storage:
# [DB type]
# => mysql | [Remote] Save the data into Mysql database
# => mariadb | [Remote] Save the data into MariaDB database
# => postgresql | [Remote] Save the data into PostgreSQL database
# => sqlite | [File] Save the data into SQLite database
# => h2 | [File] Save the data into H2 database (default)
# => yaml | [File] Save the data info .yml file
type: h2
# Item
item:
enable: true
slot: 6
show:
material: LIME_DYE
name: "&7Players: &aVisible &7(Right-Click)"
lore: "&7Right-Click to toggle player visibility!"
custom-head-value: "" #Leave empty for player personal head
hide:
material: GRAY_DYE
name: "&7Players: &cHidden &7(Right-Click)"
lore: "&7Right-Click to toggle player visibility!"
custom-head-value: "" #Leave empty for player personal head
# Other
use-visible-status-on-join: true
cooldown: 3 #In second
check-updates: true
# Error
no-perm: "&cYou do not have permission to run this command"
no-console: "&cOnly players can run this command"
player-not-found: "&cPlayer not found"
add-yourself: "&cYou can not add yourself"
already-added: "&cYou already added &6%player% &cin your keepvisible list"
player-not-in-list: "&cThis player is not in your keepvisible list"
cooldown: "&cYou must wait &e%time%s &cbetween uses!"
# Messages
hideall: "&cPlayer visibility disabled!"
showall: "&aPlayer visibility enabled!"
add-player: "&aYou added &6%player% &ain your keepvisibile list"
remove-player: "&aYou removed &6%player% &afrom you keepvisible list"
reset-list: "&aYou have reset your keepvisible list"
# Placeholder API
is-players-hidden:
true: "Yes"
false: "No"