Player Dragging
Allow players to drag other players around the map !
Features
- Players can drag other handcuffed players
- Vehicle dragging is supported ! Players can take their handcuffed players inside vehicles
- Other plugins like Medical System can work with it's API
Permissions
Allows players to drag other handcuffed players:
dragging
Configuration
<?xml version="1.0" encoding="utf-8"?>
<PlayerDraggingPluginConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<VehicleDragging>false</VehicleDragging>
</PlayerDraggingPluginConfiguration>
Translatation
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Translation Id="Start" Value="You have just started dragging {0}" />
<Translation Id="Stop" Value="Dragging has been stopped" />
</Translations>