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) |
RE: WorldEdit - worktycho - 07-01-2015 @SBPrime 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. RE: WorldEdit - xoft - 07-01-2015 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. RE: WorldEdit - Sonorpearl - 07-09-2015 Hey guys, I think one command is missing: //replacenear <size> <fromblock> <toblock> RE: WorldEdit - NiLSPACE - 07-09-2015 There are still some commands missing, but we got the most used ones. //replacenear shouldn't be hard to implement. RE: WorldEdit - NiLSPACE - 07-09-2015 I implemented //replacenear RE: WorldEdit - NiLSPACE - 07-10-2015 Another update: You can now disallow blocks in the configuration. If the player has worldedit.anyblock then he can use all blocks. RE: WorldEdit - DrMasik - 08-26-2015 How can I return to default brush after "/brush cylinder 2 1 1"? RE: WorldEdit - NiLSPACE - 08-26-2015 Do you mean disabling it? I believe it's /none, though I'm not completely sure if that works with brushes. RE: WorldEdit - cv6 - 09-11-2015 I think two command is missing: //fill <block> <radius> [depth] //fillr <block> <radius> Worldedit version? RE: WorldEdit - NiLSPACE - 09-11-2015 Not all commands are implemented yet. Could you describe what they both do? |