-
Timed cache for conditional placeholders are added.
-
MythicMobs ThreadTable internal placeholders are added
-
AuctionHouse Categories Vanilla source restriction materials now support all_blocks, allowing all materials whose API reports true/false for all isBlock(), isSolid(), and isOccluding().
-
New truncate function is added to formulas. (Limit or remove decimals from double numbers)
-
Empty command register support is added to commands.yml
-
Condition based required items added to Upgrade station.
Changes:
- Item Placeholder {item_name} and {item_name_clean_<1-3>} will return item name if item display name is empty.
- Vanilla player_head items now support hide tooltips.
- Recipe Remover now support regex.
- PlayerVaults purchase page now support sending message and sound to player.
- You can now specify a page number when opening a PlayerVault via commands or the openvault mechanic.
Fixes:
- Oraxen items buy was not working in shops.
- RemoveItemCondition doesn't work for 1 amount.
- NPE on shops when click shop items with Q (Drop) button
- Item Durability internal placeholder return material damage instead of the item.
- Shop script sell give failed item if condition return false.
- AuxtionHouse NPE when clearing the old items from db.
- DropItem mechanic MMOItems tier buff stats not applying if item is unidentified.
- Station extra settings failed loading when missing new settings.
- Stations stacking items restriction cause a dupe if stacking is canceled in the slot.
- Fix version checking for 26.2+ servers.