public class Configs extends Object
| Modifier | Constructor and Description |
|---|---|
|
Configs()
Deprecated.
DO NOT USE THIS
|
protected |
Configs(wtf.nucker.kitpvpplus.KitPvPPlus instance) |
| Modifier and Type | Method and Description |
|---|---|
ConfigValue |
getDataRaw(String path)
Used for getting raw values from KitPvPPlus data.yml file
|
ConfigValue |
getFromConfig(String path)
Used for getting raw values from KitPvPPlus config.yml file
|
ConfigValue |
getKitDataRaw(String path)
Used for getting raw values from KitPvPPlus kits.yml file
|
ConfigValue |
getMessage(String path)
Used for getting raw values from KitPvPPlus messages.yml file
|
ConfigValue |
getSignDataRaw(String path)
Used for getting raw values from KitPvPPlus signs.yml file
|
protected Configs(wtf.nucker.kitpvpplus.KitPvPPlus instance)
public Configs()
public ConfigValue getFromConfig(String path)
path - the path of the value you want to accessConfigValue class forpublic ConfigValue getMessage(String path)
path - the path of the value you want to accessConfigValue class forpublic ConfigValue getDataRaw(String path)
path - the path of the value you want to accessConfigValue class forpublic ConfigValue getSignDataRaw(String path)
path - the path of the value you want to accessConfigValue class forpublic ConfigValue getKitDataRaw(String path)
path - the path of the value you want to accessConfigValue class forCopyright © 2021. All rights reserved.