MCPcopy Create free account
hub / github.com/ZetaMap/MoreCommands / saveSettings

Method saveSettings

src/main/java/moreCommandsPlugin.java:2096–2101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2094 }
2095
2096 private void saveSettings() {
2097 Core.settings.put("Tags", PVars.tags);
2098 Core.settings.putJson("PlayersTags", PVars.playerTags);
2099 Core.settings.put("AutoPause", PVars.autoPause);
2100 Core.settings.putJson("BansReason", PVars.bansReason);
2101 }
2102
2103 private Team getPosTeamLoc(Player p) {
2104 Team newTeam = p.team();

Callers 2

Calls 1

putMethod · 0.45

Tested by

no test coverage detected