return;
ConfigTag tag = globalConfigSet().config.getTag(s);
worldConfigSet().config.getTag(s).setValue(tag.getValue());
if(recursive)
for(String s2 : tag.childTagMap().keySet())
copyGlobal(s+"."+s2);
}
public void onAdded(OptionScrollSlot slot) {
this.slot = slot;