Not working.

It was working for the longest time, now its not functioning anymore. Its not even giving me the ability to set perms or anything. Just says unknown command. Plz fix! 

Ok so i got it working but without the crafting quests .
so as a temp fix (without the Crafting quests) take out the craft section starting from 407 to 414 , I don't have the knowledge to fixed this only take it out for it to work.
so take out this save and it should work till someone can fix it 

//Craft
        void OnItemCraftFinished(ItemCraftTask task, Item item)
        {
            var player = task.owner;
            if (player != null)
                if (hasQuests(player.userID) && isQuestItem(player.userID, item.info.shortname, QuestType.Craft))
                    ProcessProgress(player, QuestType.Craft, item.info.shortname, item.amount);
        }