spigotplugins / fakeplayer

(WIP) A plugin allows you to create fake players to increase your server player count.
https://www.spigotmc.org/resources/73139/
MIT License
49 stars 16 forks source link

I can't select a fakeplayer directly with its name #9

Open hugeBlack opened 4 years ago

hugeBlack commented 4 years ago

Great plugin! I use this plugin to test my multiplayer map and I found that I couldn't select a fakeplayer directly with its name. for example, the command "/tp test(which was the fakeplayer's name) @s" didn't work, but the command "/tp @a[name=test] @s" did work. Also, although it didn't affected me so much, but it looked weird when fakeplayers can't be pushed by entities and when they are floating in the sky. (apology for my poor English)

portlek commented 4 years ago

Thanks for the reporting issue. For now, there is no feature that you can interact with the fake players. Executing commands on the fake players should be a good feature, thanks.

portlek commented 4 years ago

Unfortunately, I'm not able to work on the plugin these days.