commands:
-spawn <number> look in the file 'item list' to see what number is what item
-gold x*
-wood x*
-exp x
-kill
-del
*using '-gold 100' will add 100 gold, not set your gold to 100. Same for wood and exp.
by using -exp you cannot skip lvls, the effect of -exp 999999 will just be 1 lvlup.
At first 'item codes.txt' may look strange, but you only need a bit of it.
this map also doesn't use rawcodes for items, each item is given a number by jass.
example: you want a good dagger, the 7th line in 'item codes' starts with " (1+5,"Flametongue","Dagger_06", ... "
so, using "-spawn 6" (1+5) would give you a 'flametongue' (rank 6 dagger).

also, be sure to use the correct number, as some items are only used in triggers, and could crash the game if you picked them up.