mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
2.2.001
This commit is contained in:
parent
d45e48c401
commit
86a5d14a9b
@ -1,3 +1,6 @@
|
|||||||
|
Version 2.2.001
|
||||||
|
Fixed Crossbow's Powered shot showing the text for the wrong skill from the locale when using /crossbows command
|
||||||
|
|
||||||
Version 2.2.000
|
Version 2.2.000
|
||||||
General
|
General
|
||||||
Added Crossbows Skill, this skill is an early preview / WIP and feedback on discord is appreciated
|
Added Crossbows Skill, this skill is an early preview / WIP and feedback on discord is appreciated
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>2.2.000</version>
|
<version>2.2.001</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -48,7 +48,8 @@ public class CrossbowsCommand extends SkillCommand {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (canPoweredShot) {
|
if (canPoweredShot) {
|
||||||
messages.add(getStatMessage(ARCHERY_SKILL_SHOT, percent.format(mmoPlayer.getCrossbowsManager().getDamageBonusPercent(player))));
|
messages.add(getStatMessage(CROSSBOWS_POWERED_SHOT,
|
||||||
|
percent.format(mmoPlayer.getCrossbowsManager().getDamageBonusPercent(player))));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (canTrickShot) {
|
if (canTrickShot) {
|
||||||
|
Loading…
Reference in New Issue
Block a user