Players using parachutes can freely equip weapons and tools mid-air, which gives them a significant advantage during aerial combat or raids. This plugin disables item holding while parachuting by automatically unequipping any item a player tries to hold as soon as their parachute is deployed.
When a player attempts to equip an item from their belt while mounted on a parachute, the item is immediately removed from their hands. By default, the item is returned to its original belt slot or, if that slot is taken, moved elsewhere in the inventory. Optionally, items can be dropped to the ground instead.
When a player attempts to equip an item from their belt while mounted on a parachute, the item is immediately removed from their hands. By default, the item is returned to its original belt slot or, if that slot is taken, moved elsewhere in the inventory. Optionally, items can be dropped to the ground instead.
Permissions
unarmedparachuting.ignore-- Bypasses the restriction and allows the player to equip items while parachuting
Configuration
JSON:
{
"Drop Items On Ground Instead Of Moving To Inventory": false
}
Drop Items On Ground Instead Of Moving To Inventory-- Controls what happens to an item when a player tries to equip it while parachuting. When set tofalse, the item is returned to its original belt slot (or placed elsewhere in the player's inventory if that slot is no longer available). When set totrue, the item is dropped to the ground beneath the player instead
Localization
JSON:
{
"CannotEquipItemWhileParachuting": "You cannot hold items while parachuting."
}