Fake Players

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

SkyDevil_

New Member
Jul 29, 2019
13
0
0
Hi im using FTB unleashed V:1.1.4 Server using MCPC+ With:

fake-players:
do-login: true

But i am wondering if there are any fake players in this version?
If there are can you give me a list please
Thanks Sky :)
 

Solice2o0

New Member
Jul 29, 2019
69
0
0
At the moment ComputerCraft, Forestry and Steve's Carts all have fake players. A few things to note about the fake players is;

  • They do not abide by bukkit's events, permission nodes or any permission plugins
  • [Minecraft] is required to be OP'd if you want Steve's Carts to be able to place any saplings within the world.
  • Same goes with Forestry, but by default it is auto OP'd.
  • ComputerCraft's fake player is only from turtles, and can only do a login if done through the MCPC/Bukkit.yml, trust me when I say it's easy to find.
Alright, I hope that helps.
 
  • Like
Reactions: Connor Gavitt

Vindex

Active Member
Sep 22, 2013
14
1
29
Documentation for fake players is seriously lacking. You need 2 items for each faking mod:
- username - for OP
- full class name for MCPC

Could someone start maintaining it please? Looking all over the net is not very productive.

Please, help me with Thermal Expansion (autonomous activator) and OpenBlocks (placer).
-------------------------
For Thaumcraft 4 I've found here https://github.com/Azanor/thaumcraft/issues/466:
thaumcraft/common/lib/FakeThaumcraftPlayer:
username: '[FakeThaumcraftGolem]'
thaumcraft/common/lib/FakeThaumcraftPlayer:
username: '[FakeThaumcraftBore]'

Only second one seems to matter.
--------------------------
Others which work for me:
dan200/turtle/shared/TurtlePlayer:
username: '[ComputerCraft]'
buildcraft/core/proxy/CoreProxy$1:
username: '[[BuildCraft]]'
forestry/core/utils/Utils$1:
username: '[[Forestry]]'
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
You should make your own post as this one is several months old and not many people will read this.