StackCraft [SALE OFF 50%] icon

StackCraft [SALE OFF 50%] 1.6

Custom auto crafting when mining & killing - Support custom items

Page 1
1.6 27 days ago
1.6
SC - 1.6
- Support toggle per material command by console
- Fix reload make load Crafting duplicate
- Fix command
- Make command register after /stc reload and show tab after player rejoin (Doesn't need restart)
- Fix issue about if you toggle per craft but it will craft all item
1.5.1 29 days ago
1.5.1
SC - 1.5.1
- Fix papi on 1.5
1.5 29 days ago
1.5
SC - 1.5 - Release
- Add papi
```
%stc_toggle_<id>% - Example %stc_toggle_coal%
%stc_toggle% - Return /stc toggle
```
- Fix some option with default config
- Maybe fix save issue
- Add more debug
- Try optimizing
- More performance
- Fix crafting only works 1 time
1.4.1 Mar 17, 2025
1.4.1
SC - 1.4.1
- Fix auto craft doesn't work on kill entity
1.4 Mar 5, 2025
1.4
  • Add new option
  • Add debug
  • Fix some IA issues
  • Test build
  • Update lib
  • Fix checkToggleItem
  • remove checkToggleItem (lagging xD)
  • Fix issues
  • Update all libs to latest (Mythicmobs 5.8+, ItemsAdder v4)
  • Support Nexo, ItemEdit (not test yet)
  • Now require java 21+
1.2 Apr 8, 2024
1.2
Support auto craft when killing mob

Make autocraft will be active when have enough items
1.1 Mar 9, 2024
1.1
Fix Ingredients
Fix checkIngredients
Add
[CODE]
    # When required_all: true, you will need all items below ingredient to craft - default is false
    required_all: true
[/CODE]
Example:
 
[CODE]
craft:
  # Custom item:
  # ItemsAdder: ITEMSADDER;CUSTOM_ID;AMOUNT
  # Oraxen: ORAXEN;CUSTOM_ID;AMOUNT
  # MMOItems: MMOITEMS;TYPE;ID;AMOUNT
  # ExecutableItems: EXECUTABLEITEMS;ID;AMOUNT
  # MythicMobs: MYTHICMOBS;ID;AMOUNT
  # Vanilla: VANILLA;TYPE;AMOUNT
  VANILLA;COAL;1:
    # When required_all: true, you will need all items below ingredient to craft - default is false
    required_all: true #If false, it only need 1 coal_ore or 1 coal_block to craft coal
    ingredient:
      - VANILLA;COAL_ORE;1 #1 coal_ore & 1 coal_block -> 1 coal
      - VANILLA;COAL_BLOCK;1
[/CODE]
1.0 Mar 5, 2024
1.0
Fix hook with ExecutableItems
Support MythicItems from MythicMobs
[CODE]
# MythicMobs: MYTHICMOBS;ID;AMOUNT
[/CODE]
1.0 Feb 25, 2024
Page 1