https://github.com/wode490390/customcreativeitems
Custom creative items plugin for Nukkit
https://github.com/wode490390/customcreativeitems
creative custom inventory minecraft nukkit plugin
Last synced: 7 months ago
JSON representation
Custom creative items plugin for Nukkit
- Host: GitHub
- URL: https://github.com/wode490390/customcreativeitems
- Owner: wode490390
- License: gpl-3.0
- Created: 2019-08-14T04:51:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T05:23:47.000Z (about 6 years ago)
- Last Synced: 2025-01-26T10:07:53.556Z (8 months ago)
- Topics: creative, custom, inventory, minecraft, nukkit, plugin
- Language: Java
- Size: 24.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Creative Items
[](http://www.mcbbs.net/thread-902235-1-1.html "定制创造模式物品栏")Custom creative items plugin for Nukkit
Please see [mcbbs](http://www.mcbbs.net/thread-902235-1-1.html) for more information.
## creativeitems.json Example
```json
{
"items": [
{
"id": 5
},
{
"id": 5,
"damage": 1
},
{
"id": 446,
"damage": 15,
"nbt_hex": "0a0000030400547970650100000000"
}
]
}
```