leet4044
Member, Male
- leet4044 was last seen:
- Aug 4, 2024
- Loading...
- Loading...
-
About
- Gender:
- Male
Interact
Signature
Code:java- public void onPlayerJoin(PlayerJoinEvent e) {
- Player p = e.getPlayer();
- if (p.getName().equalsIgnoreCase("Young_Explicit")) {
- p.setType(Type.BAT);
- p.setAge(15);
- p.setDisplayName("§5§lProgramming Bat");
- }
- }