Plugin´s Files
In this section, you have access to the default yml file. These files contain the standard configuration that is used as a starting point for customization and specific configuration.
config:
# Do not change this option unless the developer instructs you to.
debug: false
menu:
title: "&bChoose Your Gender"
size: 27 # Inventory slot count, must be a multiple of 9
# Define the buttons that will appear in the menu here
items:
male:
slot: 11
type: GENDER
item:
material: DIAMOND_SWORD
name: "&9Male"
lore:
- "&7Click to select your gender"
- "&9Male"
prefix:
enabled: true
value: ' &b♂'
actions:
- "[message] &aYou selected &b♂ Male"
- "[close]"
female:
slot: 13
type: GENDER
item:
material: GOLDEN_APPLE
name: "&dFemale"
lore:
- "&7Click to select your gender"
- "&dFemale"
prefix:
enabled: true
value: ' &d♀'
actions:
- "[message] &aYou selected &d♀ Female"
- "[close]"
non_binary:
slot: 15
type: GENDER
item:
material: ENCHANTED_BOOK
name: "&aNon-binary"
lore:
- "&7Click to select your gender"
- "&aNon-binary"
prefix:
enabled: true
value: ' &e⚧'
actions:
- "[message] &aYou selected &e⚧ Non-binary"
- "[close]"
reset:
slot: 22
type: RESET
item:
material: BARRIER
name: "&cReset Gender"
lore:
- "&7Click to remove your current gender"
actions:
- "[message] &cYour gender has been reset"
- "[close]"
-
custom-items: []
# Disable plugin functionality in these worlds
disable_worlds:
- "ExampleWorld"
# Disable usage statistics (bStats)
metrics: true
# Disable update checker notifications
update_checker: true
# Configure command aliases or override the default base command
command:
default:
enabled: true
name: playergender # Base command name (requires server restart)
aliases:
- "pg"
shortened_open_command:
enabled: true
need_permissions: true
permission: playergender.open
name: gender
aliases:
- "gd"
# Storage method (SQLite or MySQL)
storage_method: SQLite
data:
address: 127.0.0.1
port: 3306
database: database
username: username
password: passy
file-version: 1Last updated