Advertisement
XploreLP

Untitled

Mar 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. int id = MySQL.executeBlob("INSERT INTO `dungeons`(`id`, `worldname`, `spawn`, `map`) VALUES (0,'" + worldName + "','" + spawn + "',?)", dungeonMap.toByteStream());
  2.         MySQL.execute("INSERT INTO `commands`(`recipient`, `command`) VALUES ('play','loaddungeon " + id + "')");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement