kostamax27 / vanillaloottables
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kostamax27/vanillaloottables
Requires
- php: ^8.1
- pocketmine/pocketmine-mp: ^5.4.4
This package is auto-updated.
Last update: 2025-12-07 12:28:59 UTC
README
📦 VanillaLootTables 🎲
Loot tables like vanilla!
📃 Description
A library for PocketMine-MP that implements vanilla Minecraft loot table system with conditions, pools, and entry functions.
Based on the loot table implementation by IvanCraft623.
For JSON structure examples, see the official Minecraft documentation or bedrock-samples.
✨ Features
- Loot Tables: Not complete support for vanilla-like loot table structure
- Conditions: Multiple condition types (random chance, killed by player, difficulty-based, etc.)
- Entry Functions: Item modification functions (enchanting, damage, count, meta, etc.)
- Pools: Weighted and tiered loot pools
- JSON Support: Serialization and deserialization helpers
📖 Example Plugin
For a real-world usage example, check out VanillaFishing - a plugin that uses VanillaLootTables to implement vanilla fishing mechanics.
📋 TODO
In the future, this section will contain a detailed checklist of all vanilla conditions and entry functions, with checkmarks indicating which features are implemented and which are still missing.