Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. After loading 4.5.6 and it finishes loading, go to your lib/ folder and locate h2.jar.
  2. Right click -> open with -> Java(TM)
  3. It will load up your browser with it's built in SQL database manager.
  4. In JDBC Url use the relative path to your plugins folder: ../plugins/iConomy/[database name] (Usually minecraft)
  5.  
  6. Example:
  7. Code:
  8. jdbc:h2:../plugins/iConomy/minecraft
  9. Username: sa
  10. Password: sa
  11.  
  12. Connect, now you can access the database and it's information.
  13.  
  14. SQLite Export
  15. Use SQLite database browser or something similiar (google if you can't find one), open your minecraft.sqlite or whatever it is named from your plugins/iConomy/ folder, export your data from iConomy and only copy the [INSERT INTO] queries / lines.
  16.  
  17. Paste that information into the box on the first page you land on when you click the button that says Run(CTRL+Enter)
  18.  
  19. And that should be that!
Add Comment
Please, Sign In to add comment