https://github.com/ziondevelopers/dathusgatekeeper
Players join manager
https://github.com/ziondevelopers/dathusgatekeeper
garrysmod garrysmod-addon gatekeeper
Last synced: 5 months ago
JSON representation
Players join manager
- Host: GitHub
- URL: https://github.com/ziondevelopers/dathusgatekeeper
- Owner: ZionDevelopers
- License: other
- Created: 2016-07-29T18:56:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T03:08:13.000Z (about 2 years ago)
- Last Synced: 2025-01-22T21:17:02.192Z (about 1 year ago)
- Topics: garrysmod, garrysmod-addon, gatekeeper
- Language: Lua
- Homepage:
- Size: 11.7 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

It's a player Country Blocker for Garry's Mod,
Not just that, it's a full set of player join controller,
This is a game addon for [Garry's Mod][] servers, NOT FOR SINGLEPLAYER!
### Setup
Just download this addon by clicking on Download ZIP and extract the addon in ````Steam\SteamApps\common\GarrysMod\garrysmod\addons\```` as usual.
### Workshop Ready!
It's now available via the Steam Workshop! Go to [its Workshop page][workshop].
### Manual Installation
Simply clone this repository into your `addons` folder:
cd "%programfiles(x86)%/Steam/SteamApps/common/GarrysMod/garrysmod/addons"
git clone https://github.com/ZionDevelopers/DathusGatekeeper.git DathusGatekeeper
### Server's ConVars
```
Name, Default, Accepted, Description
dgk_whitelist_enabled, 0, 0/1, "Enable or Disable the Dathus' Gatekeeper Server Whitelist"
dgk_whitepass_enabled, 1, 0,1, "Enable or Disable the Dathus' Gatekeeper Server Whitepass"
dgk_countryblocker_enabled, 1, 0/1, "Enable or Disable the Dathus' Gatekeeper Country blocker"
dgk_reservedslots_enabled, 1, 0/1, "Enable or Disable the Dathus' Gatekeeper Reserved Slots for Admins"
dgk_scatman_enabled, 1, 0/1, "Enable or Disable the Dathus' Gatekeeper Server-wide Scatman's mode notification and music play"
```
### IP Database
This addon comes with one, which you can download from Github, but is an outdated one, [GeoIPDatabase][] save as geoip-db.txt on data/dathus_gatekeeper/.
If you manage to find an updated version of GeoIP1 Lite "GeoIPCountryCSV.zip" from maxmind send to us here, The version we got is from 2017-12-06.
### Requirements
You will need an IP database in the right format, And to use all the features you will need to use [ULX][] or [Exsto][].
### License
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
To view a copy of this license, visit [Common Creative's Website][License].
[Garry's Mod]:
[workshop]:
[Exsto]:
[License]:
[GeoIPDatabase]:
[ULX]: