-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only one FakePlayer spawned? #15
Comments
FakePlayer used to spawn in one, but now spawns two fake players by default. |
I am kind of confused about the orientation of this plugin. If it is supposed to be controlled from other code like puppeteer, it should not do something by itself. If it is supposed to be user-friendly without code, it should provide commands for spawning fake players. |
It's the latter, a player is spawned in with properties specified in players.json and (to a user) is indifferentiable from an actual player on the server. The plugin does lack commands, I do intend to work on them. At the moment, the plugin is pretty useful in cases such as testing pvp mechanisms without needing another device or an emulator (like bluestacks). It is sort of complicated to work on a /spawnplayer command because of how much data is associated with a player (see data associated with every entry in players.json). |
If I understand correctly, FakePlayer only spawns one fake player by default. Shouldn't this be customizable like Specter?
The text was updated successfully, but these errors were encountered: