Is your server dead? With no one on? When players log in they just log out because there the only ones online? Then this plugin is for you!
This plugin adds fake player that the server thinks are real. You can have the plugin automatically add a random amount between min and max in the config. or you can manually add and remove them with a login and logout message. They will welcome players to your server and I have more planed for future updates.
I run a Minecraft server and I wrote this plugin for it, I thought I would share it with everyone.
Optional:
Vault - for group/ranks
Setup:
Stop server
Drop plugin in plugin folder
Start server
Log in
Stop server
Information:
Would not recommend adding more than 60 players, but you can.
Because the server thinks players are really a command blocker will stop commands with fake players name. (can be turned off in settings under interaction)
If a really player logs in with the same name as a fake player, the fake player will be removed.
NameList.yml hold all the random names
You may copy or reuse my code, source code will be available soon.
[I'm Fake] and [Fake Player] can only be seen by ops.
If your using ProtocolLib turn safeLogging to true
/rfp help
/rfp add <#>
/rfp add <name>
/rfp remove <name>
/rfp remove all
/rfp list
/rfp reload
all commands: titanbox.admin or titanbox.rfp.admin
fake message: titanbox.rfp.show
Code (YAML):
settings:
maximum: 60
#Maximum number of player that can be added. block_interaction: true
#Stop commands that include fake player names message: This player is on DND
(Do Not Disturb
)!
#If a command is stop show the player this message ops_fake_tag: true
#if OPS can see [I'm Fake] and [Fake Player] groups: #groups that players will be randomly given - default
- Helper
- Admin
auto:
enable: true
join_messages: true
#does the fake players welcome others in firstJoinMessages: #random messages they will say to first joining - Welcome!
- Welcome <name>!
- Whats up <name>!
- <name>!
- Finally the one and only <name>!
reJoinMessages: #random messages they will say to rejoining players. - WB
- Welcome back <name>!
- Hey, <name>!
- Whats up <name>!
- <name>!
- Hello <name>!
- WB <name>!
minimum: 3
#minimum to create automatically maximum: 7
#maximum to create automatically logging:
seconds_delay_join: 3
#number of seconds after startup before it will log all the fake players in. minimum_minutes: 5
#auto log in/out time in minutes. maximum_minutes: 60
#auto log in/out time in minutes. join: true
#auto join. quit: true
#auto quit.