mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Final fix to the dependency resolution. Reverted minor changes to WorldEdit handling
This commit is contained in:
parent
7b183612e4
commit
aaeee0d36e
6
pom.xml
6
pom.xml
@ -91,9 +91,9 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.TotalFreedom</groupId>
|
<groupId>com.github.TotalFreedom.TF-WorldEdit</groupId>
|
||||||
<artifactId>TF-WorldEdit</artifactId>
|
<artifactId>worldedit-bukkit</artifactId>
|
||||||
<version>63626093f3</version>
|
<version>6.1.0-TF</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -2,8 +2,16 @@ package me.totalfreedom.totalfreedommod.bridge;
|
|||||||
|
|
||||||
import me.totalfreedom.totalfreedommod.TotalFreedomMod;
|
import me.totalfreedom.totalfreedommod.TotalFreedomMod;
|
||||||
import me.totalfreedom.totalfreedommod.util.FUtil;
|
import me.totalfreedom.totalfreedommod.util.FUtil;
|
||||||
import me.totalfreedom.worldedit.LimitChangedEvent;
|
// These imports are not in the latest releases of WorldEdit, and the new versions of WorldEdit do not build properly. This will need to be reverted once the new WorldEdit builds are building properly.
|
||||||
import me.totalfreedom.worldedit.SelectionChangedEvent;
|
//
|
||||||
|
//import me.totalfreedom.worldedit.LimitChangedEvent;
|
||||||
|
//import me.totalfreedom.worldedit.SelectionChangedEvent;
|
||||||
|
//
|
||||||
|
//The following two imports are a temporary measure as mentioned above.
|
||||||
|
//
|
||||||
|
import me.StevenLawson.worldedit.LimitChangedEvent;
|
||||||
|
import me.StevenLawson.worldedit.SelectionChangedEvent;
|
||||||
|
//
|
||||||
import net.pravian.aero.component.PluginListener;
|
import net.pravian.aero.component.PluginListener;
|
||||||
import org.bukkit.ChatColor;
|
import org.bukkit.ChatColor;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
Loading…
Reference in New Issue
Block a user