Cuberite Forum
WorldEdit - 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)
+--- Thread: WorldEdit (/thread-870.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18


RE: WorldEdit - xoft - 06-20-2013

You should be using cItem.m_ItemDamage, of course. m_ItemHealth is no longer in the API (but in Lua it means that it is nil, which converts to a valid number, zero)


RE: WorldEdit - NiLSPACE - 06-20-2013

(06-20-2013, 12:45 AM)xoft Wrote: You should be using cItem.m_ItemDamage, of course. m_ItemHealth is no longer in the API (but in Lua it means that it is nil, which converts to a valid number, zero)

Ah then the wiki is outdated Wink I'll update it.


RE: WorldEdit - catboy5 - 06-23-2013

Can't use //undo.

Because of this error:

[19:21:32] LUA: Plugins/WorldEdit-master/Commands/Selection.lua:52: attempt to index field '?' (a nil value)
[19:21:32] LUA error in HandleCommand. Stack size: 3
[19:21:32] Player "Marvin" issued an unknown command: "//undo"


RE: WorldEdit - NiLSPACE - 06-23-2013

(06-23-2013, 03:22 AM)catboy5 Wrote: Can't use //undo.

Because of this error:

[19:21:32] LUA: Plugins/WorldEdit-master/Commands/Selection.lua:52: attempt to index field '?' (a nil value)
[19:21:32] LUA error in HandleCommand. Stack size: 3
[19:21:32] Player "Marvin" issued an unknown command: "//undo"

It works fine for me. Does a reload fix it?


RE: WorldEdit - NiLSPACE - 07-03-2013

7 commits in the last 3 days. Seems reasonable. I can't believe how many tables I created even though it wasn't necessary. That is now mostly fixed Wink

(06-23-2013, 03:22 AM)catboy5 Wrote: Can't use //undo.

Because of this error:

[19:21:32] LUA: Plugins/WorldEdit-master/Commands/Selection.lua:52: attempt to index field '?' (a nil value)
[19:21:32] LUA error in HandleCommand. Stack size: 3
[19:21:32] Player "Marvin" issued an unknown command: "//undo"

I think I fixed it.


RE: WorldEdit - NiLSPACE - 07-04-2013

Hurray. I created an plugin that automaticly creates a README.md for me. It took quite some testing to see how github responded but now it works Smile
Also I created a logo.. in paint Wink When my brother comes back i'll ask him if he can create a better logo since he knows how to create nice looking logos.


RE: WorldEdit - NiLSPACE - 07-04-2013

Ok now it also generates the main page of this thread Smile


RE: WorldEdit - NiLSPACE - 08-08-2013

Got an update. Lots of small speed ups. Also I added the right click compass feature thanks to the new blocktracer class. thanks xoft Wink


RE: WorldEdit - bearbin - 08-08-2013

Sounds great new updates.


RE: WorldEdit - jlkkljh - 12-13-2013

i have a bug
[21:33:23] Malformed plugin, use cPluginManager.AddHook(HOOK_TYPE, CallbackFunct
ion). Fixing the call for you.
[21:33:23] Stack trace:
[21:33:23] [C](-1): AddHook
[21:33:23] Plugins/WorldEdit-master/main.lua(16): ?
[21:33:23] Stack trace end
[21:33:23] cPluginManager.AddHook(): bad parameters. Expected HOOK_TYPE and Call
backFunction, got TNIL, TFUNCTION, TNONE. Hook not added.
[21:33:23] Stack trace:
[21:33:23] [C](-1): AddHook
[21:33:23] Plugins/WorldEdit-master/main.lua(16): ?
[21:33:23] Stack trace end
i had that in the console