Resolved an issue where the GUI was not opening on servers.
Fixed the instant ragdoll system to work as intended.
Improvements
Enhanced the separation between client-side and server-side logic.
Cleaned up and optimized the mod code for better performance.
New Features
Introduced a new configuration option: DropItems.
This setting allows you to specify when items should be dropped, with the following available values:
NoDrop: No items will be dropped.
DropWhenGetInRagdoll: Items are dropped when the player enters ragdoll mode.
DropWhenRespawn (default): Items are dropped before the respawn process is triggered.