1. Note- StackSizeManager has be installed can't see anywhere in there to change it.
    When I add Materials to a furnace my max stack is 1000 and it's also the same in Boxes.
    Do I change this in StackSizeManager or somewhere else?

    Peace.
     
  2. Check the oxide->config->Pluginname.fileformat
     
  3. my stacksize and all new item.
     

    Attached Files:

  4. Alright, when you look in that file you wil see

    "\"The Accident\" Book": 1,

    At the very top

    "The Accident" is the item name "book" IS THE ITEM, now "1" is the amount
    so lets say you want it to be stackable up to 64 items on 1.

    Then change this "\"The Accident\" Book": 1, to this "\"The Accident\" Book": 64,

    Understand? =)