Exemplo n.º 1
0
 public void jail(Long l) {
   jail(
       new ArrayList<>(bammerbom.ultimatecore.spongeapi.api.UC.getServer().getJails().keySet())
           .get(
               ra.nextInt(
                   bammerbom
                       .ultimatecore
                       .spongeapi
                       .api
                       .UC
                       .getServer()
                       .getJails()
                       .keySet()
                       .size())),
       l);
 }