A Simple Loot Event Developer Tool
Create Multiple Fountains with set drop intervals, duration, loot tables, and more!
⛲ For Java Version of Minecraft ⛲
Installation/Use
1. Download LootFountain.Jar
2. Move LootFountain.jar into the Plugins folder of your server
Main Commands
/ViewFountains
Used for viewing the existing fountains. Left-Click on fountains to view their loot table of items with their drop rates, Right-Click to delete the fountain.
/CreateFountan (FountainID) (DropEventFrequencyInSeconds) (DropEventDurationInSeconds) (ItemDropFrequencyInSeconds)
Used to create fountains. FountainID is the unique identifier for the fountain. Drop event Frequency is how long the fountain waits to start another drop event after one is finished. Item drop frequency is how long the fountain should wait until rolling and dropping the next item.
/AddFountainItem (FountainID) (DropChance%)
Add fountain allows you to add whatever item is in your hand to a fountains loot table. FountainID is the fountain which you want to add the item to. Drop Chance % is the percentage chance that the item is picked to be dropped.
/FountainVerticalVelocity (FountainID) (Value)
/FountainHorizontalVelocity (FountainID) (Value)
These allow you to edit how much Vertical and Horizontal velocity the dropped item will have in the given axis.
/FountainToggleGravity (FountainID)
Toggles if the dropped items are affected by gravity when dropped by a specific fountain.
Good for fishing for items floating away! 🎣