//drain is already implented

(05-27-2013, 05:19 AM)STR_Warrior Wrote: [ -> ]//drain is already implented 
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
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.

(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?