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
//drain is already implented Wink
(05-27-2013, 05:19 AM)STR_Warrior Wrote: [ -> ]//drain is already implented Wink
I'm so stupid, I dind't see it.
(05-27-2013, 05:16 AM)tonibm19 Wrote: [ -> ]... //expand commands would be useful

What does the //expand command do?
(05-29-2013, 01:02 AM)STR_Warrior Wrote: [ -> ]
(05-27-2013, 05:16 AM)tonibm19 Wrote: [ -> ]... //expand commands would be useful

What does the //expand command do?
It expands the selected region.
//expand 3 u expands the region 3 blocks up.
Try it in bukkit WorldEdit.
That should not be that hard to add Wink

Hmm it turns out that it is not only expanding up but also left, right etc. This is harder then i thought ;O
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)
I'll work on that tomorrow. Wink
(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
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)

Done. The only problem I have is that StringToItem does not give a meta data. because of that texts like spruceplanks do not work.
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.
maybe the cItem.m_ItemHealth is broken?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18