mirror of
https://github.com/tanyaofei/minecraft-fakeplayer.git
synced 2025-09-14 11:16:46 +08:00
update FAQ
This commit is contained in:
parent
8070d6d589
commit
777f7314c8
11
README.md
11
README.md
@ -149,6 +149,16 @@ Command examples:
|
||||
|
||||
# FAQs (Important - Must Read)
|
||||
|
||||
|
||||
## lost connection: PacketEvents 2.0 failed to inject
|
||||
Some plugin change the `Connection` of the fake player, You can set `prevent-kicking` to `ALWAYS` to solve it.
|
||||
```yaml
|
||||
# config.yml
|
||||
prevent-kicking: ALWAYS
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Fake players do not attract aggression
|
||||
|
||||
By default, fake players are in invincible mode. Players need to manually turn off invincible mode with `/fp config set invulnerable false` to attract aggression. After turning it off, they will
|
||||
@ -164,3 +174,4 @@ plugin from kicking out players for being idle:
|
||||
self-commands:
|
||||
- '/register abc123! abc123!'
|
||||
- '/login abc123!'
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user