Leveryl icon indicating copy to clipboard operation
Leveryl copied to clipboard

What do you guys want to get added?

Open CortexPE opened this issue 8 years ago • 68 comments

Title says it all. Just need ideas for this "Advanced" Spoon.


Contributions are VERY welcome

CortexPE avatar Jun 17 '17 11:06 CortexPE

No regenerate/ and regen

daniel022302 avatar Jun 19 '17 12:06 daniel022302

You gonna have mob AI?

DerddyDert avatar Jun 20 '17 06:06 DerddyDert

/regen Maybe... MobAI will be laggy but Maybe I'll add it soon... 😉

CortexPE avatar Jun 20 '17 11:06 CortexPE

Redstone, API ignore, API support for old and new plugins, All 1.1 blocks for design only(as usefull as a cobblestone xD), Async chunk request. And most of all, anticheats xD And working enchant table.

TDMidkwhatisxd avatar Jun 24 '17 12:06 TDMidkwhatisxd

Redstone would be laggy API Support, Fixed on the latest commit 1.1 blocks, Mk... ;) Async chunk request, hmm... maybe soon. Because, that requires a lot of stuff. AntiCheat, It's already added. (PMAntiCheat) EnchantTables... I can make them open but they won't work. Reason: MCPE Doesn't send EnchantTable packets anymore.

CortexPE avatar Jun 24 '17 14:06 CortexPE

Adding gamerules would be great

NidPlays avatar Jun 25 '17 02:06 NidPlays

I will ;)

CortexPE avatar Jun 25 '17 04:06 CortexPE

add a way to disable water and lava flow.

TDMidkwhatisxd avatar Jun 27 '17 10:06 TDMidkwhatisxd

add blocks. and more entity.

shdudwns avatar Jun 27 '17 12:06 shdudwns

I hope all items in 1.1 are added

shdudwns avatar Jun 27 '17 12:06 shdudwns

Add border

daniel022302 avatar Jun 27 '17 12:06 daniel022302

add all all monster and normal entities and also mob spawners

GDRGamingzz avatar Jul 01 '17 14:07 GDRGamingzz

hoppers, anvils, and enchant tables

junkdude avatar Jul 08 '17 18:07 junkdude

yo @daniktheboss can ye fix ebottles. $this->level and Position::getLevel() both returns null.

CortexPE avatar Jul 14 '17 02:07 CortexPE

uh wtf... ill take a look

daniktheboss avatar Jul 14 '17 16:07 daniktheboss

error plz

daniktheboss avatar Jul 14 '17 16:07 daniktheboss

@CortexPE @daniktheboss Wow I see somthing xD, good going, also have any problems to add me in the org and repo? lol

TheAz928 avatar Jul 15 '17 10:07 TheAz928

I can add you to the repo (write access) if you've contributed a lot of things.

CortexPE avatar Jul 15 '17 12:07 CortexPE

Release 1.1.2

daniel022302 avatar Jul 15 '17 12:07 daniel022302

@CortexPE Okay ;)

TheAz928 avatar Jul 15 '17 12:07 TheAz928

@daniel022302 , I Still can't. eBottles are still not fully fixed. Might need to re-write the class.

CortexPE avatar Jul 15 '17 12:07 CortexPE

let me take a look

TheAz928 avatar Jul 15 '17 12:07 TheAz928

@CortexPE Everything seemed fine, idk why it doesn't work...maybe try getting level by $shootingEntity->getLevel()?

TheAz928 avatar Jul 15 '17 12:07 TheAz928

and level returning null at Player.php or ThrownExpBottle.php?

TheAz928 avatar Jul 15 '17 12:07 TheAz928

That's the problem. Whenever I use $this->level or $this->getLevel() on XPOrb.php or Entity.php (while using XPOrb to call it) it returns null. I already fixed the Level::addSound() on null error by using $target->getLevel() ($target is a Player)

CortexPE avatar Jul 15 '17 12:07 CortexPE

I also tried hacks by using if($this->level instanceof Level) but that just made "not" work at all.

CortexPE avatar Jul 15 '17 12:07 CortexPE

Maybe at Entity.php constructor, edit the code $this->setLevel($level) to $this->level = $level...

TheAz928 avatar Jul 15 '17 12:07 TheAz928

hmm lemme try that after trying this out image

CortexPE avatar Jul 15 '17 13:07 CortexPE

nope Orbs doesnt spawn at all xD

CortexPE avatar Jul 15 '17 13:07 CortexPE

so it's probably on Level::spawnXPOrb() and XPOrb.php

CortexPE avatar Jul 15 '17 13:07 CortexPE