But bending != probendingBut Probending (release date) is dead thou.
Bending >= probending*But bending != probending
("Does not equal" for all you non-coders out there xD )
He's right with what he's saying, there's nothing to correctBending >= probending*
("Better/Higher and equal" it means)
Nope. Do you know the first main requirement for the probending to work properly after it gets released? (Highly I believe it will need) ProjectKorra (Core) to be install. Will it be supportive without it? Highly unlikely.He's right with what he's saying, there's nothing to correct
It should be:He's right with what he's saying, there's nothing to correct
It would be probending instanceof bendingIt should be:
bending == probending.
They both involve bending xD
Whoops..It would be probending instanceof bending
You'll get an error there because neither of the variables will represent a numerical value.If (Probending <= Bending) {
system.out.println("Probending is a sub plugin of ProjectKorra); }
else { systemoutprintln("Probending is not a sub plugin of ProjectKorra");
}
Plugin probending = Bukkit.getPlugin("probending");
if (probending == null) {
System.out.println("Probending isn't installed.");
} else if (probending.getDescription().getDepend() != null && probending.getDescription().getDepend().contains("ProjectKorra")) {
System.out.println("Yup probending is a sub plugin of PK");
} else {
System.out.println("not a sub plugin of PK.");
}
3hard5meNow shush.Code:Plugin probending = Bukkit.getPlugin("probending"); if (probending == null) { System.out.println("Probending isn't installed."); } else if (probending.getDescription().getDepend() != null && probending.getDescription().getDepend().contains("ProjectKorra")) { System.out.println("Yup probending is a sub plugin of PK"); } else { System.out.println("not a sub plugin of PK."); }
systemoutprintln.. what is that?If (Probending <= Bending) {
system.out.println("Probending is a sub plugin of ProjectKorra); }
else { systemoutprintln("Probending is not a sub plugin of ProjectKorra");
}