Cuberite Forum

Full Version: WorldEdit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Its a little more complicated than that, mostly because of the Lua interpreter. http://lua-users.org/wiki/ThreadsTutorial details the issues with having multiple threads for lua. At the moment we use separate lua states for each plugin, so each lua state is restricted to being accessed from one thread at a time. How we handle more than one is the difficulty.
This has already been discussed in this thread: https://forum.cuberite.org/showthread.php?tid=1830
I suggest you move further discussion there, since it's not too relevant to the WorldEdit plugin anymore.
Hey guys, I think one command is missing: //replacenear <size> <fromblock> <toblock>
There are still some commands missing, but we got the most used ones. //replacenear shouldn't be hard to implement.
I implemented //replacenear Smile
Another update: You can now disallow blocks in the configuration. If the player has worldedit.anyblock then he can use all blocks.
How can I return to default brush after "/brush cylinder 2 1 1"?
Do you mean disabling it? I believe it's /none, though I'm not completely sure if that works with brushes.
I think two command is missing:
//fill <block> <radius> [depth]
//fillr <block> <radius>

Blush

Worldedit version?Huh
Not all commands are implemented yet. Could you describe what they both do?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18