This commit is contained in:
nossr50 2019-02-06 11:01:57 -08:00
parent 2569ed0565
commit 8e048300e8
3 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,9 @@ Key:
! Change ! Change
- Removal - Removal
Version 2.1.11
Fixed a bug where Rupture was using the wrong permission node (new permission node: mcmmo.ability.swords.rupture)
Version 2.1.10 Version 2.1.10
Fishing command did an oopsie Fishing command did an oopsie
Endstone now gives the same XP as Stone (update your experience.yml) Endstone now gives the same XP as Stone (update your experience.yml)

View File

@ -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.1.10</version> <version>2.1.11</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>

View File

@ -560,10 +560,10 @@ permissions:
mcmmo.ability.swords.all: mcmmo.ability.swords.all:
description: Allows access to all Swords abilities description: Allows access to all Swords abilities
children: children:
mcmmo.ability.swords.bleed: true mcmmo.ability.swords.rupture: true
mcmmo.ability.swords.counterattack: true mcmmo.ability.swords.counterattack: true
mcmmo.ability.swords.serratedstrikes: true mcmmo.ability.swords.serratedstrikes: true
mcmmo.ability.swords.bleed: mcmmo.ability.swords.rupture:
description: Allows access to the Bleed ability description: Allows access to the Bleed ability
mcmmo.ability.swords.counterattack: mcmmo.ability.swords.counterattack:
description: Allows access to the Counter Attack ability description: Allows access to the Counter Attack ability