mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 18:55:17 +01:00
Added in config and locale settings for ranks.
This commit is contained in:
parent
f7b6898559
commit
085db6cb21
@ -273,6 +273,13 @@ island:
|
||||
# Permission size cannot be less than the default below.
|
||||
max-team-size: 4
|
||||
|
||||
# Ranks for players
|
||||
# Pre-defined ranks are:
|
||||
# Owner (1000), Member (700), Visitor (0) and Banned (-1)
|
||||
# Rank names should be references to locale settings and must be in quotes
|
||||
# like "ranks.coop".
|
||||
"ranks.coop": 100
|
||||
|
||||
# Default maximum number of homes a player can have. Min = 1
|
||||
# Accessed via sethome <number> or go <number>
|
||||
# Use this permission to set for specific user groups: askyblock.island.maxhomes.<number>
|
||||
|
@ -134,6 +134,13 @@ commands:
|
||||
description: "select language"
|
||||
parameters: "<language>"
|
||||
|
||||
ranks:
|
||||
owner: "Owner"
|
||||
member: "Member"
|
||||
coop: "Coop"
|
||||
visitor: "Visitor"
|
||||
banned: "Banned"
|
||||
|
||||
protection:
|
||||
flags:
|
||||
ACID_DAMAGE: "Acid damage"
|
||||
|
Loading…
Reference in New Issue
Block a user