https://github.com/lonedev6/api-itemsadder-example-servermonitor
Example usage of ItemsAdder API to create custom HUDs in Spigot
https://github.com/lonedev6/api-itemsadder-example-servermonitor
Last synced: 10 months ago
JSON representation
Example usage of ItemsAdder API to create custom HUDs in Spigot
- Host: GitHub
- URL: https://github.com/lonedev6/api-itemsadder-example-servermonitor
- Owner: LoneDev6
- Created: 2020-05-06T17:11:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-16T09:08:27.000Z (about 1 year ago)
- Last Synced: 2025-05-16T10:23:42.370Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IAServerMonitor
Example usage of ItemsAdder API to create custom HUDs in Spigot
I know the code is not perfect but I just wanted to show a basic API usage, you're free to copy it, edit it and include in your plugin.
# Important:
You must copy and paste `data` folder content into your `plugins\ItemsAdder\` folder, then use `/iazip` to generate the resourcepack
# Example

# Commands
- /monitor cpu
- /monitor ram
[API docs](https://itemsadder.devs.beer/developers/java-api)
[Plugin page](https://www.spigotmc.org/resources/%E2%9C%85must-have%E2%9C%85-itemsadder%E2%9C%A8-custom-items-huds-guis-textures-3dmodels-emojis-blocks-wings-hats.73355/)
[Addons website](https://addons.devs.beer/itemsadder)
## Known issues
The CPU bar seems not working on Java 16 and/or in some servers, I can't do anything about this. Check the method `PlayersManager#getProcessCpuLoad()`