Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tinyshellzz/customitemdemo
- Owner: Tinyshellzz
- License: gpl-3.0
- Created: 2024-07-17T08:56:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T10:08:44.000Z (4 months ago)
- Last Synced: 2024-10-11T03:02:59.669Z (about 1 month ago)
- Topics: bukkit, bukkit-plugin, folia, minecraft, minecraft-plugin, minecraft-server, paper, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"