RedCraftGH / RedSkyBlock

Red's (amazing) SkyBlock plugin :) Seriously, it's awesome and easy to use!
GNU General Public License v2.0
46 stars 33 forks source link

Plugin Update Info: #51

Closed RedCraftGH closed 4 years ago

RedCraftGH commented 4 years ago

Hey everyone! So, since I lost access to my old discord account I am going to be making a new discord server for Red Development. Similarly, I am going to be releasing a revamped version of the skyblock plugin within the next week.

On another note, I would like to thank everyone for keeping this server alive in my absence. I have decided to continue with Red Development thanks to the overwhelming support I have received from many of you.

@everyone

LuciferVerma commented 4 years ago

Welcome back we missed you alot ;)

RedCraftGH commented 4 years ago

Thanks. I really appreciate that :)

BambankFx commented 4 years ago

Can you fix why member can't to island? he type /is tp but he can't, I hope you fix it. And welcome back!:)

RedCraftGH commented 4 years ago

If you are using the most recent version published on Poggit then there are several bugs. The next update to be released on poggit (coming soon..) should fix your problems.

BambankFx commented 4 years ago

if i type /is create server closed

Error: Undefined offset: 0 File: plugins/RedSkyBlock-master/src/RedCraftPE/RedSkyBlock/Tasks/Generate Line: 47 Type: ErrorException

THIS CRASH WAS CAUSED BY A PLUGIN BAD PLUGIN: RedSkyBlock v0.0.1

Code: [38] $y2 = (int) $islandZone[4]; [39] $z2 = (int) $islandZone[5]; [40] [41] for ($x = $lastX; $x <= $lastX + (max($x1, $x2) - min($x1, $x2)); $x++) { [42] [43] for ($y = 18; $y <= 18 + (max($y1, $y2) - min($y1, $y2)); $y++) { [44] [45] for ($z = $lastZ; $z <= $lastZ + (max($z1, $z2) - min($z1, $z2)); $z++) { [46] [47] $block = explode(" ", $islandBlocks[$counter]); [48] [49] $world->setBlock(new Vector3($x, $y, $z), Block::get($block[0], $block[1]), false); [50] $counter++; [51] } [52] } [53] } [54] [55] $this->sender->setImmobile(false); [56] return; [57] }

RedCraftGH commented 4 years ago

@BambankFx Please create a new issue.