zeeuss
Plugin that allows you to temporarily or permamently ban/unban players from certain oxide groups.

Supported Games
GameServerKingsGameServerKings

What is it?

Group Bans gives players with permissions to temporarily or permamently ban players in oxide groups. Group Bans come with Chat and Console commands.

Usage

Let's say that you are hosting an event and you want to make all players with oxide group: default disappear and unable to reconnect, well you type /gban default and it's done, everyone with that group will be kicked and banned unless he has permission to not be banned even tho he is in the oxide group.

Permissions

groupbans.use -- Gives player permissions to use the command.

groupbans.protect -- Protects player from being groupbanned.

Commands

/gban (oxide group) - Bans permamently players that are in the oxide group.

/gban (oxide group) (duration) - Bans players that are in the oxide group for duration in secs.

/gunban (oxide group) - Unbans all players from the oxide group

Localization

{
  "NoPerms": "You don't have permission to use this command!",
  "BanSyntax": "Syntax: /gban oxide_group time",
  "UnbanSyntax": "Syntax: /gunban oxide_group",
  "GroupNotExist": "Group with this name does not exist!",
  "BanReason": "Your group has been banned!",
  "ReplyPerma": "You have permabanned: {0}!",
  "ReplyTempBan": "You have banned {0} for {1} seconds!",
  "ReplyUnban": "You have unbanned: {0}!"
}
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.