EndlessDispense allows server owners and moderators to create dispensers and droppers which never run out of stock. This is especially useful for drop events, distributing free items, adventures, etc.
In contrast to many other plugins of its kind, the plugin preserves all vanilla functions of droppers and dispensers, including:
- Support for all items, including those with special tags, properties, or custom nbt data
- Different items for each slot
- Special dispense behavior, e.g., the shooting of projectiles
Setting up dispensers with infinite supply is easy.
- Fill the dispenser or dropper as you would normally
- Attach a sign to any side, or place it below, with "supply" as the first line
That's it. You can now activate the dispenser with normal means, e.g., a button.
Installation
Place the "EndlessDispense.jar" file in you server's plugin folder
Translation
You can customize all plugin messages using the "messages.yml" file. It supports standard color codes using the '&' symbol.
Permissions
There are two permissions:
Code (Text):
endlessdispense.create
endlessdispense.destroy
As the names suggest, they allow players to create and destroy infinite dispensers. Make sure to only give those to players you trust, as they enable the creation of infinite item supplies.