https://github.com/ad5001/customcraft
Make your own custom brand new Items and crafts !
https://github.com/ad5001/customcraft
Last synced: about 1 month ago
JSON representation
Make your own custom brand new Items and crafts !
- Host: GitHub
- URL: https://github.com/ad5001/customcraft
- Owner: Ad5001
- License: other
- Created: 2017-04-14T10:05:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T19:33:54.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T20:05:27.662Z (about 2 months ago)
- Language: PHP
- Homepage: https://git.ad5001.eu/Ad5001/CustomCraft
- Size: 8.79 KB
- Stars: 11
- Watchers: 5
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CustomCraft
Make your own custom brand new Items and crafts !## Description:
This plugin allows you to add custom crafts on your crftaing table juswt by modifing a simple config !
You can configure: Any item of the craft, it's place, it's count, and it's DATA TAGS :
```json
{display:{Name:"CUSTOM ITEM !!!!"}}
```
! You can also do this for the result.## How to create your custom craft?
1. Go to the config.
2. You will see an example, copy/modify it.
3. Here is the structure that youc an change as your desire: () are optionals.
```yaml
#Craft id make sure to never have same two times
1:
# Define the shape of the craft; Items are organized like this: "[id(:damage)"(, count(, "data tags"))]". Example: ["325:8", 1, "{display:{Name:Example}}"].
shape:
# 1st row
- [item 1], [item 2], [item 3]]
# 2nd row
- [[item 1], [item 2], [item 3]]
# 3rd row
- [[item 1], [item 2], [item 3]]
# Note that they will be organized like this in the crafting table.
# The result
result: [result item.]
```