Development Assistance World Boarder Problem

Discussion in 'Plugin Help/Development/Requests' started by Clive128, Feb 21, 2015.

Thread Status:
Not open for further replies.
  1. Hey,

    I have a Problem with the WorldBoarder Class(Spigot).
    When i try to perform this:

    Player a = (Player)sender;
    WorldBorder c = a.getWorld().getWorldBorder();
    c.setSize(100);

    I get the error message:
    Caused by: java.lang.NoSuchMethodError: org.bukkit.World.getWorldBorder()Lorg/bukkit/WorldBorder;

    Can someone help me?

    LG Clive
     
  2. Online

    timtower Administrator Administrator Moderator

    Moved to Bukkit alternatives.
     
Thread Status:
Not open for further replies.

Share This Page