The final version of the Minecraft wenxingtools tool
Characteristics Module
1. Life Characteristics
- Effect: Locks the player's current health value (locks current health, not max health).
- Control Methods:
- Activate: Hotkey
Numpad 1or/wenxingtoolsbase lifeCharacteristics on - Deactivate: Hotkey
Numpad 1or/wenxingtoolsbase lifeCharacteristics off
- Activate: Hotkey
- Trigger Mechanism: Active continuously when turned on.
2. Attack Characteristics
- Effect: Forces the maximum health and current health of any mob attacked by the player to be set to 2.
- Priority: The check for "attacked by the player" should have the highest priority.
- Control Methods:
- Activate: Hotkey
Numpad 2or/wenxingtoolsbase attackCharacteristics on - Deactivate: Hotkey
Numpad 2or/wenxingtoolsbase attackCharacteristics off
- Activate: Hotkey
- Trigger Mechanism: Takes effect when the player attacks a mob, while the feature is active.
3. Resource Characteristics
- Effect: Increases the quantity of dropped items.
- Formula:
Added quantity = Dropped item quantity * [Multiplier]. - Implementation: Directly modifies the stack size of the item entity (EntityItem), with no upper limit on the increased amount.
- Configuration:
- Default multiplier
[Multiplier]is 10. - Modify multiplier:
/wenxingtoolsbase setResourceCharacteristics [Multiplier]
- Default multiplier
- Control Methods:
- Activate: Hotkey
Numpad 3or/wenxingtoolsbase resourceCharacteristics on - Deactivate: Hotkey
Numpad 3or/wenxingtoolsbase resourceCharacteristics off
- Activate: Hotkey
- Trigger Mechanism: Takes effect when a player drops an item (Toss Event), while the feature is active.
4. Freedom Characteristics
- Effect: Grants the player the ability to fly.
- Control Methods:
- Activate: Hotkey
Numpad 4or/wenxingtoolsbase freedomCharacteristics on - Deactivate: Hotkey
Numpad 4or/wenxingtoolsbase freedomCharacteristics off
- Activate: Hotkey
- Trigger Mechanism: Takes effect immediately when activated.

