Solved Factions BuildPatch Error

Discussion in 'Plugin Development' started by BagduFagdu, Mar 13, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    BagduFagdu

    So I'm trying to declare MPlayer as:

    Player p = (Player) sender;
    MPlayer p2 = MPlayer.get(p);

    But it keeps telling me: Configure Build Path... Open the Java build path property page of project ******.

    What can I do to solve this? I added the Factions.jar into the build patch, along with the spigot source.
     
  2. Offline

    xTigerRebornx

    @BagduFagdu You need the MCore jar as well, as you are trying to access a class from it (since Factions depends on it as well)
     
    BagduFagdu likes this.
Thread Status:
Not open for further replies.

Share This Page