Guest User

Untitled

a guest
Oct 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. for(String key : cfg.getKeys("Guardians.NPCS")) {
  2. System.out.println(cfg.getProperty(key+".inventory"));
  3. System.out.println(cfg.getProperty(key+".hand"));
  4. System.out.println(cfg.getProperty(key+".owner"));
  5. }
  6.  
  7. Guardians:
  8. NPCS:
  9. '1':
  10. inventory: 1, 2, 3
  11. hand: 1
  12. owner: desmin88
  13. '2':
  14. inventory: 1, 2, 3
  15. hand: 1
  16. owner: noob
  17. '3':
  18. inventory: 1, 2, 3
  19. hand: 1
  20. owner: noob1
  21.  
  22. 20:47:58 [INFO] null
  23. 20:47:58 [INFO] null
  24. 20:47:58 [INFO] null
  25. 20:47:58 [INFO] null
  26. 20:47:58 [INFO] null
  27. 20:47:58 [INFO] null
  28. 20:47:58 [INFO] null
  29. 20:47:58 [INFO] null
  30. 20:47:58 [INFO] null
Add Comment
Please, Sign In to add comment