extras/src/main/java/pw/kaboom/extras/modules
Allink cbbc4937d5
Fix & improve skin command, improve username command (#331)
* Use per-player ratelimit for /username

* Improve the skin system

- Migrates skin getting over to Mojang. I do indeed understand that the Mojang API is more ratelimited and generally harder to use, it should be noted that it has an almost 0% chance of error. Compare that to Ashcon which, on some days, has a 50% chance of actually recognizing your account exists
- Uses CompletableFutures and a ExecutorService for making requests
- Renames SkinDownloader class to SkinManager class
- Makes SkinManager class static
- Limits the /skin command per-player
2022-12-27 19:50:02 +02:00
..
block Set maximum line length to 100 characters 2022-05-20 07:06:09 +03:00
entity Don't attempt to remove broken entities 2022-05-21 20:14:24 +03:00
player Fix & improve skin command, improve username command (#331) 2022-12-27 19:50:02 +02:00
server Unblock selector even more (#327) 2022-11-05 00:11:40 +02:00