Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #264 #265

Merged
merged 1 commit into from
Nov 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ maxTeamLength: 12
maxTagLength: 12

# This is used with the /team title command, this specifies the limit in characters
# If you are using belowNameManagement, any names over 16 characters will be clipped throught some handeling of the plugin
# If you are using belowNameManagement, any names over 16 characters will be clipped through some handling of the plugin
#
# Possible values: [Any whole number]
maxTitleLength: 10
Expand Down Expand Up @@ -293,13 +293,13 @@ levels:
# This message is included in /team rank command to give more details about the rank
# this message, for example could include the perks of this team rank along with the perks of the next rank
rankLore:
- '&7The first rank'
- '&7The first level'
l2:
# Price is determined for all levels aside level 1,
# - If this value ends with 's' it will take score from the team
# - If this value ends with 'm' it will take money from the team balance
price: 100s
# This is commands that are run when the player becomes this rank
# This is commands that are run when the team levels up
# View endCommands above for placeholders
startCommands:
# - say %player% leveled up
Expand All @@ -310,7 +310,7 @@ levels:
maxAdmins: 5
maxOwners: 1
rankLore:
- '&7The secondrank'
- '&7The second level'

# This determines if the team limits defined by team level are used
# This feature requires vault to work
Expand Down Expand Up @@ -422,8 +422,8 @@ minScore: 0
###############################################################################

# This section is used to define the minecraft teams behaviors to enable within this plugin
# The minecraft scoreboard mechanics have some inbuilt features that can be overridden, for this to work
# no other plugin may be utilising these features, else they will conflict and both plugins may break (players can only be a member of a single minecraft team)
# The minecraft scoreboard mechanics have some built-in features that can be overridden for this to work
# No other plugin may be utilising these features, else they will conflict and both plugins may break (players can only be a member of a single minecraft team)

# This is used to configure if betterteams should try and use the minecraft team mechanics
# - If this is set to false, you can ignore the rest of this section as it will all only work if this is enabled
Expand Down Expand Up @@ -514,4 +514,4 @@ worldGuard:

# This option can be used to rebuild lookups in the teams.yml file, this should never have to be used unless advised to by booksaw
# Set this to true to rebuild the lookup tables in teams.yml for seperatedYamlStorage
rebuildLookups: false
rebuildLookups: false