By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
Customizable Lootboxes: Create and configure lootboxes with unique properties, including name, display name, identifier, and animation type. Supports PiggyCustomEnchants when setting up a lootbox with PiggyCustomEnchant names.
Varied Reward Types: Define rewards for your lootboxes in two ways: through items or custom commands. For items, you can specify the item's name, display name, chance, type, custom name, item name, amount, and enchantments. For commands, you can set the name, display item, chance, and specify the command with optional player-specific arguments.
Stunning Animations: Choose from various animation types to enhance the opening experience of your lootboxes, including roll, slide, plain, display, and choose.
How to use?
1. Place your lootbox configuration files in the plugin_data/Lootbox/lootboxs folder. These files should be named with the .yml extension and follow the provided sample configuration.
2. Customize your lootbox settings by editing the configuration file, specifying the lootbox's name, display name, identifier, animation type, and rewards.
3. Start the server and watch as players enjoy the thrill of opening your lootboxes, revealing exciting rewards based on your configuration.
Test Configuration
name: "Test"
displayName: "&b&lTest"
identifier: "test" # Can only contain letters, no spaces
animationType: "roll" # roll, slide, plain, display, choose
itemId: chest # Minecraft item name
# Type can only be "command" or "item"
#
# For item:
# "Name:DisplayItemName:Chance (1-100):Type:CustomName (Or "default" for default name):ItemName:Amount:EnchantmentName:EnchantmentLevel:EnchantmentName:EnchantmentLevel..."
#
# For command:
# "Name:DisplayItem:Chance (1-100):Type:Command"
# Arguments:
# {player} - Player name
rewards:
- "&r&l&cx64 Apples:apple:100:item:default:apple:64"
- "&r&l&cx64 Apples:apple:100:command:give {player} 260 64"
- "&r&l&4Enchanted Sword:diamond_sword:100:item:&r&4&lEnchanted Sword:diamond_sword:1:sharpness:5"
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time