Save location to database and then load it.

Discussion in 'Plugin Development' started by blackvoid, Mar 21, 2011.

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

    blackvoid

    Im trying to make a home plugin that saves all homes to the database. I just got one problem and its the World variable type.
    How would i do to save that?
    Cause i didnt find a way to create a world variable.
     
  2. Offline

    Sammy

    Save the worlds name and than grab it like this:
    Code:
    player.getServer().getWorld("name");
     
  3. Offline

    blackvoid

    oh thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page