mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
2.1.11
This commit is contained in:
parent
2569ed0565
commit
8e048300e8
@ -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)
|
||||||
|
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.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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user