mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Fix Classpath
This commit is contained in:
parent
fc8ff96a26
commit
958a99a1aa
2 changed files with 13 additions and 13 deletions
24
.classpath
24
.classpath
|
@ -2,17 +2,17 @@
|
|||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Desktop/LotusCraftRPG/plugins/KorraRPG.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Desktop/Korra/bukkit-1.8-R0.1-SNAPSHOT.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Documents/PKDependencies/Factions.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Documents/PKDependencies/GriefPrevention.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Documents/PKDependencies/LWC.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Documents/PKDependencies/MassiveCore.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Documents/PKDependencies/NoCheatPlus.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Documents/PKDependencies/PreciousStones.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Documents/PKDependencies/TagAPI.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Documents/PKDependencies/Towny.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Documents/PKDependencies/worldedit-bukkit-6.0-beta-01.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Carbogen/Documents/PKDependencies/worldguard-6.0.0-SNAPSHOT.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/BukkitForPlugins1.8.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/KorraRPG.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/Factions.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/GriefPrevention.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/LWC.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/MassiveCore.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/NoCheatPlus.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/PreciousStones.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/TagAPI.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/Towny.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/WorldEdit.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/WorldGuard.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -1580,7 +1580,7 @@ public class Methods {
|
|||
if (gpp != null && respectGriefPrevention) {
|
||||
Material type = player.getWorld().getBlockAt(location).getType();
|
||||
if (type == null) type = Material.AIR;
|
||||
String reason = GriefPrevention.instance.allowBuild(player, location);
|
||||
String reason = GriefPrevention.instance.allowBuild(player, location, null);
|
||||
|
||||
if (ignite.contains(ability)) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue