Typo in arrow type for "poison", currently "poision"
Hi,

found a spelling mistake in your script
line 442
case "poision":
DealWithArrow(player, new ActiveArrow(ArrowType.Poison));
return;​


You have to change this to "poison" because you would have to type /arrow poision to get this to work
In response to dreamunskilled ():
Hi,

found a spelling mistake in your script
line 442
case "poision":DealWithA...
Thanks I will update this ASAP.