Skip to content

[BUG] Players with a reserved flag are being kicked by others with a reserved flag #9

@iCallH4x

Description

@iCallH4x

I will attach some log snippets below.

This is happening on a wide scale - I have noticed that the exact time down to the millisecond where players VIP flags are added, they are also kicked by this plugin. It appears to be a bug within the kick immunity logic - I have switched from one VIP system to another, and this is still happening.

2024-10-27 19:35:51.697 +00:00 [INFO] plugin:[VIP] Core Player 'Insurv [45xxxxxxx]' VIP information has been successfully updated
2024-10-27 19:35:51.697 +00:00 [INFO] plugin:Reserved Slots Player Insurv (765611xxxxxxxxxx) was kicked, because player with a reservation slot joined.

Here is my config file:

{
  "Reserved Flags": [
    "@css/vip"
  ],
  "Admin Reserved Flags": [
    "@css/ban",
  ],
  "Reserved Slots": 1,
  "Reserved Slots Method": 0,
  "Leave One Slot Open": false,
  "Kick Immunity Type": 0,
  "Kick Reason": 135,
  "Kick Delay": 1,
  "Kick Check Method": 0,
  "Kick Type": 0,
  "Kick Players In Spectate": true,
  "Log Kicked Players": true,
  "Display Kicked Players Message": 2,
  "ConfigVersion": 1
}

Please let me know if you need any more information in regards to this, thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions