Cuberite Forum
[Plugin] CuboidPlus r4 - Building/Landscaping/Terraforming - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+---- Forum: Archived Plugins (https://forum.cuberite.org/forum-18.html)
+---- Thread: [Plugin] CuboidPlus r4 - Building/Landscaping/Terraforming (/thread-212.html)

Pages: 1 2 3 4


RE: [Plugin] CuboidPlus r3 - Building/Landscaping/Terraforming - Luthrandel - 12-30-2011

I'd like to add /butcher and maybe a butcher brush but I haven't found an lua exported way to retrieve a list of entities yet if there even is one. There's no "GetAllEntities" like there is with players and GetEntity in cWorld.h/ManualBindings.cpp requires a unique id which I believe you can only get from the entity itself. :/


RE: [Plugin] CuboidPlus r3 - Building/Landscaping/Terraforming - NiLSPACE - 12-30-2011

(12-30-2011, 10:54 PM)Luthrandel Wrote: I'd like to add /butcher and maybe a butcher brush but I haven't found an lua exported way to retrieve a list of entities yet if there even is one. There's no "GetAllEntities" like there is with players and GetEntity in cWorld.h/ManualBindings.cpp requires a unique id which I believe you can only get from the entity itself. :/

ok Sad


RE: [Plugin] CuboidPlus r3 - Building/Landscaping/Terraforming - rs2k - 12-30-2011

It probably won't be too hard to add a GetAllEntities function.


RE: [Plugin] CuboidPlus r3 - Building/Landscaping/Terraforming - FakeTruth - 12-31-2011

It's really slow to iterate over all entities when there are a lot though...


RE: [Plugin] CuboidPlus r3 - Building/Landscaping/Terraforming - NiLSPACE - 12-31-2011

(12-31-2011, 03:29 AM)FakeTruth Wrote: It's really slow to iterate over all entities when there are a lot though...

but is it possible to kill all the mobs in 100 blocks around yourself?



RE: [Plugin] CuboidPlus r3 - Building/Landscaping/Terraforming - FakeTruth - 12-31-2011

Not right nowTongue


RE: [Plugin] CuboidPlus r3 - Building/Landscaping/Terraforming - NiLSPACE - 12-31-2011

(12-31-2011, 12:50 PM)FakeTruth Wrote: Not right nowTongue

:P


RE: [Plugin] CuboidPlus r3 - Building/Landscaping/Terraforming - NiLSPACE - 01-02-2012

if you use for example only /fill without argument you get an error in the console and it everyone can see you wnt to try to use that command becouse they can see it in the chat so you don't see an help.
I use MCServer r160


RE: [Plugin] CuboidPlus r3 - Building/Landscaping/Terraforming - Luthrandel - 01-03-2012

I really need to go through CuboidPlus, clean it up, and just give it the time it deserves. It was kind of just thrown together out of necessity. Unfortunately, it'll have to wait until after my current project as my time is limited at the moment.

For now, here's a quick fix to that and I cleaned up some of the permissions.
http://dl.dropbox.com/u/18572363/Plugins/CuboidPlus_fix.zip


RE: [Plugin] CuboidPlus r3 - Building/Landscaping/Terraforming - Boo - 03-20-2012

Fix IT!