Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class JailProps {
- String group;
- boolean mute;
- String groupname;
- int jailwand;
- PropertiesFile props = new PropertiesFile("plugins/config/Jail/JailProps.properties");
- public void load(){
- group = props.getString("Jailed-Group","jailed:f[Jailed]:/jailtime,/jailreason:jailed:-1");
- groupname = props.getString("Jailed-Group-Name","jailed");
- mute = props.getBoolean("Mute-Jailed-Players", true);
- jailwand = props.getInt("Jail-Wand-Item", 290);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment