BKCommonLib Api Maps

Discussion in 'Plugin Development' started by Norbu10, Mar 29, 2014.

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

    Norbu10

    Somewhone said to me you can make a custom map with the BKCommonLib Api! I cant find it. And i dont know how to use it! I have BKCommonLib Installed as Api. But how do i make a custom map?
     
  2. Offline

    Deleted user

    SP > Worlds > Create New
    omg you made another map.

    Create a new world with a plugin such as Multiverse?
    omg you made another map.

    Create a new world with code.
    Code:
    WorldCreator wc = new WorldCreator(WORLD_NAME);
    wc.environment(World.Environment.NORMAL);
    wc.generateStructures(true);
    Bukkit.getServer().createWorld(wc);
    
    omg you made another map.
     
  3. Offline

    Azubuso

    Eballer48
    Map as in the map on a sheet of paper...(maybe?)
     
  4. Offline

    Deleted user


    I should probably stop smoking pot..
     
    Azubuso and ToastHelmi like this.
  5. Offline

    Norbu10

    I mean on paper yeah!
     
  6. Offline

    bobacadodl

    What exactly are you trying to do? You dont need BKCommonLib for that
     
  7. Offline

    Norbu10

    oh i just want to make something with text like :
    (Black Background)
    [Scoreboard]

    [Number 1]
    highscoreplayer.1.getname()
    [Number 2]
    highscoreplayer.1.getname()
    etc. and it automaticly updates
     
Thread Status:
Not open for further replies.

Share This Page