IC2 Classic

IC2 Classic

2M Downloads

FakePlayers?

sameer opened this issue ยท 5 comments

commented

Can IC2Classic implement something similar to @gamerforEA's IC2-FakePlayers?

I think his code can be adapted, but I have not tried it myself.

commented

Why does IC2 need fakeplayers @robotia ? Terraformer do not need a player to place blocks...
And the miner uses already a FakePlayer...

commented

For the filler, which doesn't implement a fake player and bypass Bukkit style protection. @Speiger Also, the wrench automatically removes machines without checking if the player has the ability to do so.

commented

Well the Terraformer requires no Fake Player... @robotia.... Or what do you need it for. give me a example? ItemNBTData is aviable in my API now and that is good enough...

commented

@robotia did not watch everything from your comment:

  • Wrench does send PlayerData over to the TileEntity so its the machines that store no the Player. Has nothing todo with the Items..
  • Terraformer. True but terraformer exchange blocks and not distorying them... And when you have safty in the world then it does matter if the block get exchanged... (And nobody supports the terraformer so no worry about addons changing something extremly)
commented

Unnessesary