- Player Spawning Feature now fully works
- Changed local_name to server_name (you can still use local_name)
- Command support for folia
- Fixed Ping addon
- /asteroid chat <fake player> <message> (new command)
- Fixed 1.8.8 locale error
Asteroid:
- Asteroid now loads after PacketEvents
- AI Name threshold, if the user for e.g. is name Lythium_Fx, the user can just simply type hey lythium, and the fake player will respond (just add nameThreshold: 0.5 inside advanced section at AI)
- Added extension reload & load, to use it simply type /asteroid extension !load (file) or /asteroid extension !reload (file)
- Added the ability to choose your own gemini model (add ai_model inside gemini section, by default it's gemini-pro)
- Added the ability to choose whether or not the fake players can say non-English letters (sometimes with gemini-1.5-flash you could get a crash due to this) and yes, it works with small letters only and no punctation as well.
- PolarAC compatibility
- Performance mode added (if you wanna use it, simply add performanceMode: true inside spoof section), works on all versions
Bugs fixed:
- Velocity was compiled with java 21 (now its with 17)
- Removed pathfinding fire trailing particles under fake players
New features:
# How many hours before a fake player can vote again on the same site
- New login addon (allows fake players to register & login a lot faster without you using on join/one time commands)
- Vote Addon revamped, now all the fake players can only vote a website (from the list) only once before they get timed out (by default 24h), make sure you add this inside the voting.yml
vote-cooldown: 24
- Reloading now works on addons as well & should work on everything as well (with the exception of extensions)
- Realistic 1.21.3+ knockback
- FakePlayerSpawn implementation wouldn't work if experimental mode was on
- Full asteroid commands redesign (finally)
