5x5 Crafting Table

5x5 Crafting Table 1.0.1

Denizen Version
1762 REL
A small script that lets you use a 5x5 crafting table. I have no idea how performant this script is but it works so that's something. Open recipes.dsc to add custom recipes, the format should be pretty self explanatory.
There's a few example recipes in the file, you can safely delete them.

# Doesn't support shapeless atm, I'll probably add shapeless eventually...
#
# Three formats for items in the recipe:
# Normal - <vanilla/denizen item>:<quantity>
# Flag - flag:<denizen flag>:<value>:<quantity>
# Item - item:<denizen item tag>
# Leaving a blank space means empty
#
# Flags can be used if you have some custom material that you want to universally allow, for example different types of wood
# Item tags can be used to add recipes for items from other plugins,
# use /getitem (permission is customcrafting.getitem) in game while holding an item and it will give you the tag
# The result option uses the same format as the recipes but can't use flag
# The permission option can be whatever permission you can think of
#
# You can open the crafting table with /craft (permission is customcrafting.craftcommand)
# If you want to create your own method of opening it, the inventory is called crafting_inventory
  • crafting.png
    crafting.png
    9.9 KB · Views: 253
Author
7w1
Downloads
489
Views
929
First release
Last update
Rating
0.00 star(s) 0 ratings

Share this resource

Latest updates

  1. Support for item quantities with flags

    Support for item quantities with flags flag:<flag>:<value>:<quantity>