Guest User

Untitled

a guest
Mar 9th, 2022
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.43 KB | None | 0 0
  1. for(ConfigItem item: configItems){
  2.             map.put(shopConfig.get(section+"."+item.getPath().substring(item.getPath().lastIndexOf('.') + 1)), item.getItem());
  3.             System.out.println(section+"."+item.getPath().substring(item.getPath().lastIndexOf('.') + 1));
  4.             Object obj = shopConfig.get(section+"."+item.getPath().substring(item.getPath().lastIndexOf('.') + 1));
  5.             System.out.println(obj);
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment