Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed Oct 22, 2022
2 parents bae6a3b + 7f357b0 commit abd8629
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Garry's Mod global ban system based on public lists.

## How to create your first ban list
- Install [Community Ban Lists](https://github.com/Pika-Software/gmod_community_ban_lists)
- Create empty folder in Garry's Mod/garrysmod/addons
- In this folder create file by path /lua/community_bans/lists/{your_ban_list_short_name}.lua
- Install this addon from [Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2878187032) or [GitHub](https://github.com/Pika-Software/gmod_community_ban_lists)
- Create empty folder in **Garry's Mod/garrysmod/addons**
- In this folder create file by path **/lua/community_bans/lists/{your_ban_list_short_name}.lua**
- In this file write your settings, example
```lua
Name = 'My Awesome Ban List'
Expand All @@ -18,4 +18,4 @@
my_awesome_support@email.com
]]
```
- All extra reason tags: {nickname}, {steamid64}, {ip}, {listname}, {serverip}, {servername}
- All extra reason tags: **{nickname}**, **{steamid64}**, **{ip}**, **{listname}**, **{serverip}**, **{servername}**, **{steamid}**

0 comments on commit abd8629

Please sign in to comment.