Guest User

Untitled

a guest
Jul 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.31 KB | None | 0 0
  1.     public void setPermGroup(Player player){
  2.         List<String> groupName = this.getGroups(player.getPlayerListName());
  3.         Cops.set(player.getPlayerListName() + ".groups", groupName);
  4.         this.setGroups(player.getPlayerListName(), getConfig().getStringList("copGroup"));
  5.         this.savecop();
  6.     }
Add Comment
Please, Sign In to add comment