⚙️ Configuration
⚙️ Configuration
config.yml
config.yml# The number of lives a player starts with on their first join.
starting-lives: 5
# The maximum number of lives a player can have. Set to -1 to disable the limit.
max-lives: 10
# The duration of the ban when a player runs out of lives.
# Format: <number><s/m/h/d> for seconds, minutes, hours, or days.
ban-duration: "12h" # 12 hours
# If true, players who run out of lives are teleported to a set location instead of being banned.
# You must set the location with /lives setbanlocation
server-ban-area: true
# A list of commands that banned players are still allowed to use.
# Must include the initial slash.
command-whitelist-for-banned:
- "/login"
- "/register"
- "/helpop"boosters.yml
boosters.ymlmessages.yml
messages.yml💎 Item Creation
Example of a Complex Item
📜 Permissions
Permission Node
Description
Default
config.yml
config.ymlboosters.yml
boosters.ymlmessages.yml
messages.yml💎 Item Creation
Example of a Complex Item
📜 Permissions
Permission Node
Description
Default
Last updated