Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Utils.banReasons.put(0,new BanReason("Hausverbot",1,1000));
  2. Utils.banReasons.put(1,new BanReason("Cheating v1",2,14));
  3. Utils.banReasons.put(2,new BanReason("Cheating v2",3,30));
  4. Utils.banReasons.put(3,new BanReason("Cheating v3",4,90));
  5. Utils.banReasons.put(4,new BanReason("Cheating v4",5,365));
  6.  
  7. Utils.banReasons.put(5,new BanReason("Bugusing",6,3));
  8. Utils.banReasons.put(6,new BanReason("Werbung",7,365));
  9. Utils.banReasons.put(7,new BanReason("Werbung v2",8,90));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement