Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senseiwells/fakeplayers
https://github.com/senseiwells/fakeplayers
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/senseiwells/fakeplayers
- Owner: senseiwells
- License: mit
- Created: 2024-10-04T19:30:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T02:01:04.000Z (13 days ago)
- Last Synced: 2024-12-13T03:17:17.513Z (13 days ago)
- Language: Kotlin
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FakePlayers
Modern, simple implementation of the fake players implemented originally in Carpet Mod.
There are some fundamental differences to how these fake players are implemented
in comparison to the original implementation in Carpet Mod.This mod can be used alongside Carpet Mod, carpet's fake player actions *will* work
on these fake players; however, it's recommended to use the provided actions instead.The aim of this mod is to keep the behaviour of the fake players as accurate as
possible to a real player:
- All the player ticking is done in the correct tick phase.
- The client code for player actions is simulated on the server.
- Fake players send packets to interact with the server, like a real player.## Usage
## Developers