Skip to content

duzos/fakeplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Fake Players Mod

A Forge/Fabric mod aimed at adding fake players to the game.

curseforge modrinth fabric forge

Features

Fake Player Mob

These mobs look exactly like regular players.

What can they do?

  • Send chat messages
  • Change skin
  • Wander around
  • Attack when hurt
  • Change username from name tag
  • Wear armour
  • Hold items
  • Utilise inventory space

And much more!

Interactions

An interaction is when the player right clicks the mob with an item

  • Observer: Toggle the fake player's AI
  • Name Tag: Change the fake player's name + skin
  • Stairs: Make the fake player sit
  • Beds: Make the fake player sleep
  • Slabs: Toggle slim skin
  • Eye of Ender: Toggle name tag visibility
  • Paper: Send a chat message

How do I get one?

You need to craft a Robot Shell and a Robot AI and combine them in a crafting table

Recipes are on the gallery

Skin Grabbing!

This mod is able to get the skin of a player. This means that the fake player will always have the correct and matching skin to its given username.

To do this you name the fake player with the username of the player.

Image of this in gallery!

Skin from URL

You can also set the skin of a fake player to a skin from a URL.

To do this, you run the command /players url <entity> <url>

Trending Skins

The mod provides a list of trending skins that you can use for your fake players.

To use this feature, shift and right-click the fake player to open the GUI.

Slim Skin Support!

This mod supports both slim skins and regular skins.

Thanks

  • Jeryn - for his API and Skin Downloading code.

Why am I crashing on dedicated forge servers?

This is a known issue and is being worked on.

It's because forge ( nightmare modloader of doom and despair ) by default tries to load client-only code in server.

Try setting advertiseDedicatedServerToLan to false in your server config.

Handy Dandy Links