Many Mine-Home plugins supported so-called Join-NPCs that allow players to join in games via NPCs. These have a custom-selected skin, look like normal players and also show the number of players.
There are 2 different types of NPCs that you can create.
Automatic game selection
These NPCs allow the player to join the most appropriate game during an interaction. Above this NPC the total number of players as well as the total maximum number of players is displayed. These NPCs can be created by running the following command:
/[Plugin] npc add [Skin]
This creates an NPC at the current position of the executing player with the specified player's skin.
Spezifisches Spiel
These NPCs allow players to join a specific game, if possible. Above the NPC the current number of players and the maximum number of players are displayed.
/[Plugin] npc add [Skin] [Game]
This creates an NPC at the current position of the executing player with the specified player's skin.
List NPCs
The NPCs can be listed with the following command:
/[Plugin] npc list
his shows a list of all NPCs in the chat, including the current distance to them, and a way to delete them directly.
Delete NPCs
NPCs can be deleted using the following command:
/[Plugin] npc delete [ID]
The ID can be viewed using the list command.