Hi,
I am encountering an issue where I cannot manually remove a player from a group using the removegroup command, even though the player was successfully added via addgroup.
The plugin fails to recognize the group name regardless of whether it is typed in uppercase or lowercase.
Here are my console logs demonstrating the issue:
// Added/Extended successfully (Group name: VIP2000-60days)
06/12 16:23:07 | [Timed Permissions] NAME1 (76561################) - Group time extended: VIP2000-60days to 60.00:59:44.3204586
// Attempted to remove using lowercase
06/12 16:28:01 | >>> removegroup 76561################ vip2000-60days
06/12 16:28:02 | NAME1 isn't in group 'vip2000-60days'.
(Note: Attempting with the exact uppercase "VIP2000-60days" results in the same error).
It seems like the removegroup command's string comparison or lookup logic is failing to match the group stored in the data file. Could you please look into this?
Thank you for your time and for maintaining this plugin!