Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
How this plugin (NCollections) works The plugin adds a “collection” system where players can contribute Vault currency or items (depending on the economy settings for each collection).
You open the main GUI with the command /collection (there are aliases like /collections).
Clicking on a collection opens AnvilGUI, where you enter the deposit amount; the plugin checks if you have the funds/items and updates the progress of collections.<name>.value.have.
Commands Player: /collection + aliases (/collections, /collection, /collections).
Admin: /ncollection + aliases (/ncollections, /ncollections, etc.).
In the code, the admin has the following subcommands:
reload
reset <player>
Permissions The only permission strictly checked for admins is: ncollections.admin (without it, the admin command does not work).
The player command /collection does not have a permission check in the code, but it only works for the player (not from the console)

