Maxlego08 / Minecraft-Inventory-Builder

https://minecraft-inventory-builder.com/
Other
3 stars 1 forks source link
inventory-builder minecraft minecraft-inventory-builder

Minecraft Inventory Builder

Site for the zMenu plugin. The site will include a marketplace, an online inventory editor, and why not create a forum ?

Test site here: https://preprod.minecraft-inventory-builder.com/

ToDo

Thing to develop to open the site

How do I contribute?

The site is developed with laravel, so you must have knowledge in Laravel, php, html and scss.
To contribute you just need to clone the project, make your changes and create a pull request. You must always do your merge on the develop branch !

To install the Laravel app I advise you to use https://laravel.com/docs/10.x/homestead

Don’t forget to make the orders to install everything:

.env

Content to add in your . env

PAYMENT_INFO_ADMIN_ID=1
CURRENCY_ADMIN_ID=1
ADMIN_DISCORD_ID=1
STRIPE_ENDPOINT_SECRET=""
ZMENUPLUS_RESOURCE_ID=1

TOKEN_NAME="API RESOURCE"
ABILITY_RESOURCE="resources:list"
VERSION="beta-0.1"

VITE_APP_ENV=local
VITE_REACT_APP_API_URL=http://mib.test/builder/api
VITE_URL_ASSET=http://mib.test/
VITE_URL_API_IMAGE=http://mib.test/storage/images/
VITE_URL_UPLOAD_IMAGE=http://mib.test/profile/images/store

DISCORD_CLIENT_ID=<your discord client ID>
DISCORD_CLIENT_SECRET=<your discord client SECRET>

Inventory Builder

The inventory editor is developed with React. You will find the rendered.json file in storage/app/ with all the item information of each minecraft version. If you find an error on the file do not hesitate to make an issue or a PR