mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +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,9 +367,10 @@ public class Commands {
|
||||||
if (Methods.isBender(un, Element.Earth)) {
|
if (Methods.isBender(un, Element.Earth)) {
|
||||||
if (Methods.canMetalbend(p)) {
|
if (Methods.canMetalbend(p)) {
|
||||||
s.sendMessage(Methods.getEarthColor() + "- Earthbender " + Methods.getMetalbendingColor() + "(Can Metalbend)");
|
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)) {
|
if (Methods.isBender(un, Element.Fire)) {
|
||||||
s.sendMessage(Methods.getFireColor() + "- Firebender");
|
s.sendMessage(Methods.getFireColor() + "- Firebender");
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: ProjectKorra
|
name: ProjectKorra
|
||||||
author: ProjectKorra
|
author: ProjectKorra
|
||||||
version: 1.2.0 BETA 5
|
version: 1.2.0 BETA 6
|
||||||
main: com.projectkorra.ProjectKorra.ProjectKorra
|
main: com.projectkorra.ProjectKorra.ProjectKorra
|
||||||
commands:
|
commands:
|
||||||
projectkorra:
|
projectkorra:
|
||||||
|
@ -81,6 +81,7 @@ permissions:
|
||||||
bending.ability.RaiseEarth: true
|
bending.ability.RaiseEarth: true
|
||||||
bending.ability.Shockwave: true
|
bending.ability.Shockwave: true
|
||||||
bending.ability.Tremorsense: true
|
bending.ability.Tremorsense: true
|
||||||
|
bending.ability.Extraction: true
|
||||||
bending.earth.passive: true
|
bending.earth.passive: true
|
||||||
bending.earth.metalbending: true
|
bending.earth.metalbending: true
|
||||||
bending.fire:
|
bending.fire:
|
||||||
|
|
Loading…
Reference in a new issue