import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.reflect.TypeToken;
import com.runehive.content.WellOfGoodwill;
import com.runehive.content.WellOfGoodwill.Contributor;
import com.runehive.content.bot.BotUtility;
import com.runehive.game.world.entity.mob.player.PlayerRight;
import com.runehive.util.parser.GsonParser;
import java.io.FileWriter;
import java.util.HashMap;
import java.util.Optional;
Go to the source code of this file.