Braekpo1nt / MCTManager

The Paper plugin for Minecraft Tournament (MCT)
Other
1 stars 1 forks source link

Clear items from player's mouse #597

Closed Braekpo1nt closed 2 months ago

Braekpo1nt commented 2 months ago

Description

When the participant's inventory is cleared, their mouse item should also be cleared.

Reason for Redesign

Players could keep their items in their inventories on their mice.

Proposed Redesign

participant.getOpenInventory().setMouse(AIR) in ParticipantInitializer

Definition of Done