Skip to content

Add Multi Tasking Patch#175

Merged
Suisuroru merged 4 commits intoLuminolMC:ver/1.21.11from
libalpm64:ver/1.21.11
Mar 5, 2026
Merged

Add Multi Tasking Patch#175
Suisuroru merged 4 commits intoLuminolMC:ver/1.21.11from
libalpm64:ver/1.21.11

Conversation

@libalpm64
Copy link
Contributor

Allows players to use items while moving or switching hotbar slots. This is for Anarchy servers or Crystal PVP servers this allows them to pvp without stopping items mid animation (Turned off by default).

Allows players to use items while moving or switching hotbar slots. This is for Anarchy servers or Crystal PVP servers this allows them to pvp without stopping the item mid animation.
+ }
+ } else {
+ this.player.stopUsingItem(); // CraftBukkit - SPIGOT-4706
+ }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// Luminol end

return;
}
// CraftBukkit end
- if (this.player.getInventory().getSelectedSlot() != packet.getSlot() && this.player.getUsedItemHand() == InteractionHand.MAIN_HAND) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@Suisuroru Suisuroru merged commit 670fc2a into LuminolMC:ver/1.21.11 Mar 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants