Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghost-chu/itemvoid
Item Void Hopper, scan, save and search all discovered NBT items
https://github.com/ghost-chu/itemvoid
bukkit bukkit-plugin plugin
Last synced: about 2 months ago
JSON representation
Item Void Hopper, scan, save and search all discovered NBT items
- Host: GitHub
- URL: https://github.com/ghost-chu/itemvoid
- Owner: Ghost-chu
- License: mit
- Archived: true
- Created: 2024-03-17T15:49:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T13:21:53.000Z (5 months ago)
- Last Synced: 2024-09-24T04:33:11.854Z (about 2 months ago)
- Topics: bukkit, bukkit-plugin, plugin
- Language: Java
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ItemVoid
Item VoidHopper, collecting everything!
[[Download from Modrinth]](https://modrinth.com/plugin/itemvoid-plugin)
## Dependencies
* [NBTAPI](https://modrinth.com/plugin/nbtapi)
## Description
In RIA, whole server built up with over 60,000 different special NBT items. Even we build up lots of repository, but still have some items get lost in chest ocean or get lost forever.
ItemVoid will collect the items which have custom name or custom lores, and store it into database. And provide commands to allow users search by name or lores.
You can take out items from query result GUI when you need.
The plugin is heavily optimized for performance, all discovered items will be inserted into the queue waiting for asynchronous processing in the shortest possible code path, and it has been stress-tested in RIA's production environment with over 150+ online players and 60,000+ custom items. Spark shows that ItemVoid has no noticeable impact on server performance, cheers!
## Permission
* itemvoid.use - To access all features provide by ItemVoid
## Commands
/itemvoid queryName - Search by name
/itemvoid queryLore - Search by lores
/itemvoid queryMaterial - Seatch by Material name
/itemvoid status - Check save queue status
/itemvoid forcesaveall - Flush all items that pending to save from memory to database for search