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

Allow us to add placeholders to FakePlayers #20

Open the-najjar opened 3 years ago

the-najjar commented 3 years ago

I'm not sure but is it possible to make like yml file with all the fake players, and allow us to assign placeholders values for each fake player? For example: I can add the following placeholder with its value to a fake player named Josh in fake player yml database

Placeholders: {Player_world} = "survival_world"

Then other plugins would think Josh is in survival_world. Also we can maybe add a command: /fakeplayer placeholder Ex: /fakeplayer placeholder Josh {player_world} survival_world

portlek commented 3 years ago

how do you think to use these placeholders? what is the other plugins?

the-najjar commented 3 years ago

Thank you for the quick reply, plugins like advancedtaboverly (tablist plugin that uses placeholders to show players in certain tab) and dynmap.

portlek commented 3 years ago

I think it should work with the current version, did you try PlaceholderAPI plugin for created fake players? Is it working for fake players?