Untitled
unknown
plain_text
9 months ago
4.5 kB
11
Indexable
#######################
# Plugin Settings #
#######################
Plugin-Settings:
license-key: 3BE4-7B3C-5AF0-47DA
money-decimals:
thousands: '%number%K'
millions: '%number%M'
billions: '%number%B'
trillions: '%number%T'
#Message callbacks are the chat answers required when writting your team tag or team name for example.
message-callback-settings:
lifetime: 30
cancel-phrase: cancel
invite-settings:
lifetime: 60
teleportation-timer: 5
toggle-features:
enderchest: true
bank: true
home: true
ally: true
leaderboard-gui: true
disable-economy: false
#
# The leaderboard ranking is defined by a number calculated like this:
# x = kill-factor
# y = bank-factor
# z = death-factor
#
# ranking = x*team_kills + y*team_bank - z*team_deaths
#
leaderboard-settings:
death-factor: 3.0
kill-factor: 3.0
bank-factor: 0.5
placeholders:
team-name: '%value%'
team-tag: '%value%'
#Don't touch it if you don't know what you are doing.
chat-listener-priority: MONITOR
#######################
# Command Settings #
#######################
Command-Settings:
#--------------------------------------------
#Please keep the list format for all of those
team-command:
- team
- teamss
teamchat-command:
- teamchat
- tc
allychat-command:
- allychat
- ac
teamreload-command:
- teamreload
teamadmin-command:
- teamadmin
- teama
#--------------------------------------------
#Please do not remove any section or add new ones
#Aliases can be added to any of them using the 'aliases' property.
team-subcommand:
ally:
sub-command: ally
allies:
sub-command: allies
bank:
sub-command: bank
help:
sub-command: help
home:
sub-command: home
invite:
sub-command: invite
accept:
sub-command: accept
deny:
sub-command: deny
stats:
sub-command: stats
create:
sub-command: create
leaderboard:
sub-command: leaderboard
enderchest:
sub-command: enderchest
aliases:
- ec
ally-add:
sub-command: add
ally-remove:
sub-command: remove
promote:
sub-command: promote
demote:
sub-command: demote
kick:
sub-command: kick
#######################
# Team Settings #
#######################
Team-Settings:
team-tag:
max-length: 5
team-name:
max-length: 12
allow-colors: false
#Special colors are colors such as: "&k", "&l", "&o", "&n", "&m", "&r"
allow-special-colors: false
banned-keywords:
- fuck
- cock
- dick
- pussy
- nigger
- nigga
- nazi
- hitler
- adolf
- reich
- bitch
- gay
- ass
return-balance-on-disband: true
default-friendly-fire-state: true
#Works with money only, not token plugins.
team-creation:
requires-payment: false
payment-amount: 100.0
team-home:
y-level-limit-enabled: false
max-y-level: 100
team-bank:
limit: 100000000000
#
# The role system should be configured carefully, please make sure to always have the same ids since the launch of the plugin
# And regardless of anything, there should always be the number -1 and 1, the -1 means the leader and the 1 means the default role.
#
# Available permissions are: ACCESS_ENDERCHEST, ACCESS_BANK, USE_HOME, SET_HOME, SET_NAME, MANAGE_ALLIANCE, SWITCH_FRIENDLY_FIRE, MANAGE_MEMBERS
#
team-roles:
'-1':
name: Leader
permissions:
- ACCESS_ENDERCHEST
- ACCESS_BANK
- USE_HOME
- SET_NAME
- SET_HOME
- MANAGE_ALLIANCE
- SWITCH_FRIENDLY_FIRE
- MANAGE_MEMBERS
'1':
name: Recruit
permissions:
- USE_HOME
'6':
name: Member
permissions:
- ACCESS_BANK
- ACCESS_ENDERCHEST
- USE_HOME
'8':
name: Officer
permissions:
- ACCESS_ENDERCHEST
- ACCESS_BANK
- USE_HOME
- SET_NAME
- SET_HOME
- MANAGE_ALLIANCE
- SWITCH_FRIENDLY_FIRE
- MANAGE_MEMBERS
'10':
name: Co-Leader
permissions:
- ACCESS_ENDERCHEST
- ACCESS_BANK
- USE_HOME
- SET_NAME
- SET_HOME
- MANAGE_ALLIANCE
- SWITCH_FRIENDLY_FIRE
- MANAGE_MEMBERS
Editor is loading...
Leave a Comment