
- Last Activity:
- May 7, 2022 at 2:40 PM
- Joined:
- Jul 17, 2015
- Messages:
- 393
- Positive ratings received:
- 56
Post Ratings
Received: | Given: | |
---|---|---|
![]() |
19 | 31 |
![]() |
19 | 2 |
![]() |
1 | 1 |
![]() |
1 | 2 |
![]() |
8 | 1 |
![]() |
1 | 1 |
![]() |
3 | 2 |
![]() |
4 | 1 |
![]() |
0 | 1 |
- Gender:
- Male
- Birthday:
- Feb 5, 2001 (Age: 21)
HSIkMy
Male, 21
- HSIkMy was last seen:
- May 7, 2022
- Loading...
- Loading...
-
About
- Gender:
- Male
- Birthday:
- Feb 5, 2001 (Age: 21)
Interact
- Discord:
- Hky#0275
Signature
Code (Text):@EventListener(priority=EventPriority.LOWEST)
public void onChat(AsyncPlayerChatEvent event) {
if(isMojangEmployee(event.getPlayer()) && event.getMessage().contains("EULA")) {
event.getPlayer().sendMessage("OMFG I AM SO SORRY I BROKE THE EULA");
} }