Add player command to reset skill levels

This commit is contained in:
Bill Tarbell
2012-07-29 23:49:42 -04:00
parent 422550abfd
commit 8c7d95f9ea
9 changed files with 100 additions and 1 deletions

View File

@ -321,6 +321,8 @@ Commands:
Enabled: true
mcstats:
Enabled: true
skillreset:
Enabled: true
mcability:
Enabled: true
party:

View File

@ -410,6 +410,9 @@ Commands.Party=<party-name> [[RED]]- Create/Join designated party
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Power Level [[YELLOW]]Leaderboard--
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
Commands.PowerLevel=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0}
Commands.Reset.All=[[GREEN]]All of your skill levels have been reset successfully.
Commands.Reset.Single=[[GREEN]]Your {0} skill level has been reset successfully.
Commands.Reset=[[RED]]Reset a skill's level to 0
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
Commands.SkillInfo=/<skill> [[RED]]- View detailed information about a skill

View File

@ -73,6 +73,9 @@ commands:
p:
aliases: [pc]
description: Toggle Party chat or send party chat messages
skillreset:
aliases: []
description: Reset the level of one or all of your skills
excavation:
aliases: []
description: Detailed skill info
@ -583,4 +586,6 @@ permissions:
mcmmo.skills.axes:
description: Allows access to the Axes skill
mcmmo.skills.acrobatics:
description: Allows access to the Acrobatics skill
description: Allows access to the Acrobatics skill
mcmmo.skillreset:
description: Allow reset of skill levels