NBT XP Multiplier
作者:rebot | 分类:模组
Minecraft 版本: 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: datapack
标签: game-mechanics utility
NBT XP Multiplier
Direct NBT tag manipulation for experience_orb entities. Multiplies XP drops at the source without increasing entity count.
1. Trigger Edition (Singleplayer / Small SMPs)
Built for pure Survival/Hardcore. Players can configure the datapack dynamically without Cheats.
- Requirements: Minecraft 1.20.2+
- Permissions: Level 0 (No OP required).
- Performance: Minor tick overhead (listens for triggers in the tick loop).
- Set Multiplier:
/trigger XPMultConfig set <1-10000>(Inputs are clamped to prevent NBT corruption) - Toggle Boot Message:
/trigger XPMultToggle
2. Function Edition (Large Servers / SMPs with Cheats)
Optimized for high-population servers. Strips all listener checks from tick.mcfunction to maximize TPS.
- Requirements: Minecraft 1.20.2+ (Utilizes function macros)
- Permissions: Level 2 (OP required to configure).
- Performance: Zero tick overhead (configuration functions run strictly on demand).
- Set Multiplier:
/function xpmult:set {value: <1-10000>} - Toggle Boot Message:
/function xpmult:toggle_msg
Installation
- Drop the
.zipinto your world'sdatapacksdirectory. - Execute
/reloador restart the server/world. - Configuration variables are persistently stored in world data.
Which version to choose? > Choose the version that matches your environment. Both share the same core NBT logic but differ in configuration handling. Why use this? * **No Extra Entities:** Multiplies the XP value directly at the source via NBT tags. It modifies the existing orb rather than spawning new ones. * **Skip the Grind:** Maintain enchanting and Mending gear repairs through standard gameplay (mining, exploration, combat etc..) without the need to build ugly mob farms. * **Accelerated SMPs:** Perfect for global server events (e.g., x5 XP weekends) without altering vanilla loot tables or mob spawning rates.
请登录后举报
暂无评论,抢个沙发吧~