Added in config and locale settings for ranks.

This commit is contained in:
Tastybento 2018-01-28 20:52:06 -08:00
parent f7b6898559
commit 085db6cb21
2 changed files with 14 additions and 0 deletions

View File

@ -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>

View File

@ -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"