Need help!!!

Discussion in 'Plugin Development' started by hostadam, May 20, 2017.

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

    hostadam

  2. Offline

    Zombie_Striker

    @hostadam
    1. You are using an outdated version of bukkit that still used arrays instead of collections (most likely, pre 1.8). Update to 1.11 and build off of that jar.
    2. Interfaces cannot be instantiated. Either you meant for it to be an actual class, or you need to then define all the methods for that class.
     
Thread Status:
Not open for further replies.

Share This Page