mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
1.2.0 BETA 6
This commit is contained in:
parent
78b6ee6278
commit
a17f98af45
3 changed files with 4 additions and 2 deletions
Binary file not shown.
|
@ -367,8 +367,9 @@ public class Commands {
|
|||
if (Methods.isBender(un, Element.Earth)) {
|
||||
if (Methods.canMetalbend(p)) {
|
||||
s.sendMessage(Methods.getEarthColor() + "- Earthbender " + Methods.getMetalbendingColor() + "(Can Metalbend)");
|
||||
} else {
|
||||
s.sendMessage(Methods.getEarthColor() + "- Earthbender");
|
||||
}
|
||||
s.sendMessage(Methods.getEarthColor() + "- Earthbender");
|
||||
}
|
||||
if (Methods.isBender(un, Element.Fire)) {
|
||||
s.sendMessage(Methods.getFireColor() + "- Firebender");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: ProjectKorra
|
||||
author: ProjectKorra
|
||||
version: 1.2.0 BETA 5
|
||||
version: 1.2.0 BETA 6
|
||||
main: com.projectkorra.ProjectKorra.ProjectKorra
|
||||
commands:
|
||||
projectkorra:
|
||||
|
@ -81,6 +81,7 @@ permissions:
|
|||
bending.ability.RaiseEarth: true
|
||||
bending.ability.Shockwave: true
|
||||
bending.ability.Tremorsense: true
|
||||
bending.ability.Extraction: true
|
||||
bending.earth.passive: true
|
||||
bending.earth.metalbending: true
|
||||
bending.fire:
|
||||
|
|
Loading…
Reference in a new issue