at the moment you have to write in a plugin the ability to spawn a human.
please allow /summon sponge:human to be a thing as right now it errors.
Can I ask why you want this?
@Zidane Slightly off-topic but I thought I'd mention that EntityHuman is rather broken at this point. It is currently impossible to write a decent NPC plugin in it's current state. I began fixing a few issues with this branch but I don't think I'll have an opportunity to finish it anytime soon.
I'm sure many plugin devs would appreciate it if someone has the time to throw that branch some love.
mainly so that the entity list is complete so that it could be worked upon rather then error into a stacktrace
@windy1 +1 to getting that worked on more. I don't want us to have to make our own damn cross-compatible human code when Sponge could helpfully do it for us.
@windy1 @mcmonkey4eva Humans have always been my baby (Though @simon816 technically gave birth). My professional work is winding down so this seems like a good way to kick back up Sponge dev work.
@windy1 PM or create me an issue with the current problems with Humans and I'll take that branch and modify it to address the issues.
https://github.com/SpongePowered/SpongeCommon/commit/fd4aca2ca58a04b86f545869558d6249c095a470
https://github.com/SpongePowered/SpongeCommon/commit/8b37cb29c7ed95a9e75d0d355ae1e017edc6c9b2
Humans now persist between restarts.
Summon command is working fine:
/summon Sponge.Human
What other issues are there?
Setting a player skin to them?
On 25 Feb 2017 6:37 p.m., "Chris Sanders" notifications@github.com wrote:
fd4aca2
https://github.com/SpongePowered/SpongeCommon/commit/fd4aca2ca58a04b86f545869558d6249c095a4708b37cb2
https://github.com/SpongePowered/SpongeCommon/commit/8b37cb29c7ed95a9e75d0d355ae1e017edc6c9b2Humans now persist between restarts.
Summon command is working fine:
/summon Sponge.Human
What other issues are there?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/SpongePowered/SpongeCommon/issues/1199#issuecomment-282503186,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACL4ozoxPegFPZRjmlxR4vDMVeBHuBMsks5rgHTMgaJpZM4L_paK
.
@writeescape make a new issue for that then.
Most helpful comment
@windy1 @mcmonkey4eva Humans have always been my baby (Though @simon816 technically gave birth). My professional work is winding down so this seems like a good way to kick back up Sponge dev work.
@windy1 PM or create me an issue with the current problems with Humans and I'll take that branch and modify it to address the issues.