This pull request addresses multiple issues in the Jailbreak project:
Issue JB-42: Fixes the issue where mp_death_drop_gun was not properly set on special days such as noscope and gun game days. The value mp_death_drop_gun is now correctly set to 1 on these days.
Issue JB-11: Implements the feature to automatically open cells, enhancing gameplay by streamlining cell management.
Issue JB-29: Ensures that spawns are not generated if a player is invincible or during special days, preventing unintended spawn issues.
Issue JB-13: Modifies the !open command to display the user who executed the command, aiding in better tracking and accountability for cell openings, especially useful for admin and MS actions.
Each of these updates improves functionality and user experience in the game.
PR Description
This pull request addresses multiple issues in the Jailbreak project:
Issue JB-42: Fixes the issue where
mp_death_drop_gun
was not properly set on special days such as noscope and gun game days. The valuemp_death_drop_gun
is now correctly set to 1 on these days.Issue JB-11: Implements the feature to automatically open cells, enhancing gameplay by streamlining cell management.
Issue JB-29: Ensures that spawns are not generated if a player is invincible or during special days, preventing unintended spawn issues.
Issue JB-13: Modifies the
!open
command to display the user who executed the command, aiding in better tracking and accountability for cell openings, especially useful for admin and MS actions.Each of these updates improves functionality and user experience in the game.