Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tinyshellzz/customitemdemo

A customItemPlugin for Spigot and Paper.
https://github.com/tinyshellzz/customitemdemo

bukkit bukkit-plugin folia minecraft minecraft-plugin minecraft-server paper spigot spigot-plugin

Last synced: about 1 month ago
JSON representation

A customItemPlugin for Spigot and Paper.

Awesome Lists containing this project

README

        

## 1.usage
load item at "item/tcc_server.yml"
```
ItemStackManager.load("tcc_server");
```
load all item in folder "item"
```
ItemStackManager.reload()
```
get item by name
```
ItemStackManager.getItem("tcc_server")
```

## 2.example of item.yml
example file "resources/item/tcc_server.yml"