[v1.7] EasyWhitelist | Game whitelisting & blacklisting made easy!

Are you able too have unquie kick messages for each clause. Like (idk about right formatting):

EasyWhitelist.BlacklistedUsers = {
“Roblox” = “You are a admin and you are cheater”
}
Also in the next update will their be a setting to have the game open for whitelisted players duing a set time. Example: 10pm - 7pm kinda like server lock

  • Updated to v1.7 :arrow_double_up:
    Update logs included in the main post!

I will consider adding time controls in the future! I have implemented custom kick messages!

Does the custom kick message work for all of these:

EasyWhitelist.WhitelistedUsers = {}
EasyWhitelist.WhitelistedGroups = {}
EasyWhitelist.WhitelistedClothing = {}
EasyWhitelist.WhitelistedBundles = {}
EasyWhitelist.WhitelistedGamepasses = {}
EasyWhitelist.WhitelistedFriends = {}
EasyWhitelist.WhitelistedBadges = {}

Yes! So, essentially, the NotWhitelisted kick message will show up if the user does not meet any of the Whitelisted conditions (e.g. WhitelistedUsers, WhitelistedClothing, etc.) and the Blacklisted kick message will show up if the user meets any of the Blacklisted conditions (e.g. BlacklistedUsers, BlacklistedClothing, etc.)

any new updates coming soon or in near future?