Muqsit / FakePlayer

Test your PocketMine-MP server by having (real-looking) fake players assist you.
https://poggit.pmmp.io/ci/Muqsit/FakePlayer
57 stars 22 forks source link

Duplicate Chat #25

Closed IonicSyz1823 closed 2 years ago

IonicSyz1823 commented 2 years ago

Running /fakeplayer (name) chat (message) will display the message in chat twice

Example: /fakeplayer box chat hi

image

Muqsit commented 2 years ago

(duplicate of #13) I'm not sure whether to address this or have it stay this way.

The first message is sent because the console/player receives all in-game messages.

The second message is sent only to the person executing the command. If someone executes the command via RCON, they'd only see 1 message as rcon doesn't display global chat.