

Код: Выделить всё
List list2 = ZevCoin.getPlugin(ZevCoin.class).getConfig().getStringList("placed-shops");
list2.add(stringLocation);
List list2indent = ZevCoin.getPlugin(ZevCoin.class).getConfig().set("placed-shops", stringLocation); // ??
// ?? list2indent.add("Hello!") ??
ZevCoin.getPlugin(ZevCoin.class).saveConfig();
player.closeInventory();
Подробнее здесь: https://stackoverflow.com/questions/788 ... n-onto-the