MCPcopy Create free account
hub / github.com/PaperMC/Paper / set

Method set

paper-server/src/main/java/org/spigotmc/SpigotConfig.java:105–107  ·  view source on GitHub ↗
(String path, Object val)

Source from the content-addressed store, hash-verified

103 }
104
105 private static void set(String path, Object val) {
106 SpigotConfig.config.set(path, val);
107 }
108
109 private static boolean getBoolean(String path, boolean def) {
110 SpigotConfig.config.addDefault(path, def);

Callers 6

initMethod · 0.95
tabCompleteMethod · 0.95
messagesMethod · 0.95
bungeeMethod · 0.95
spamExclusionsMethod · 0.95
replaceCommandsMethod · 0.95

Calls 1

setMethod · 0.65

Tested by

no test coverage detected