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 - NiLSPACE - 05-27-2013 //drain is already implented RE: WorldEdit - tonibm19 - 05-27-2013 (05-27-2013, 05:19 AM)STR_Warrior Wrote: //drain is already implentedI'm so stupid, I dind't see it. RE: WorldEdit - NiLSPACE - 05-29-2013 (05-27-2013, 05:16 AM)tonibm19 Wrote: ... //expand commands would be useful What does the //expand command do? RE: WorldEdit - tonibm19 - 05-29-2013 (05-29-2013, 01:02 AM)STR_Warrior Wrote:It expands the selected region.(05-27-2013, 05:16 AM)tonibm19 Wrote: ... //expand commands would be useful //expand 3 u expands the region 3 blocks up. Try it in bukkit WorldEdit. RE: WorldEdit - NiLSPACE - 05-29-2013 That should not be that hard to add Hmm it turns out that it is not only expanding up but also left, right etc. This is harder then i thought ;O RE: WorldEdit - xoft - 06-19-2013 1, Please add command descriptions to the first post, so that we know what each command does 2, Please make //set command (and possibly others taking a BlockType param) accept a text Type, too (StringToItem() API function, see Core's "/item" command for usage) RE: WorldEdit - NiLSPACE - 06-19-2013 I'll work on that tomorrow. RE: WorldEdit - NiLSPACE - 06-19-2013 (06-19-2013, 06:20 AM)xoft Wrote: 1, Please add command descriptions to the first post, so that we know what each command does Done. The only problem I have is that StringToItem does not give a meta data. because of that texts like spruceplanks do not work. RE: WorldEdit - xoft - 06-19-2013 It should. I'll check this. It works for me, asking for a charcoal I really get charcoal, not normal coal. Same for colored wool. When I type "/i spruceplanks", I get spruce planks. RE: WorldEdit - NiLSPACE - 06-19-2013 maybe the cItem.m_ItemHealth is broken? |