Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brycecanyoncounty/bcc-serverpassword
Protect your servers with a password on join!
https://github.com/brycecanyoncounty/bcc-serverpassword
Last synced: about 1 month ago
JSON representation
Protect your servers with a password on join!
- Host: GitHub
- URL: https://github.com/brycecanyoncounty/bcc-serverpassword
- Owner: BryceCanyonCounty
- License: gpl-3.0
- Created: 2022-10-14T01:58:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T23:53:00.000Z (over 1 year ago)
- Last Synced: 2023-09-27T07:50:52.878Z (over 1 year ago)
- Language: Lua
- Size: 708 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BCC-ServerPassword
> Protect your servers with a password on join!![image](https://user-images.githubusercontent.com/10902965/214179579-e49e23cd-39b1-4c2d-be66-b4c45f64aa90.png)
## Features
- Case Sentative Server-Side Password
- Kick timer (Players cannot sit on the login page longer than x seconds)
- Limited Password retries (Player can retry password x times before being kicked)
- Player ban after x retries### Install
* Download this repo
* Download the required [bcc-deferralcards](https://github.com/BryceCanyonCounty/bcc-deferralcards)
* Copy and paste `bcc-serverpassword` folder to `resources/bcc-serverpassword`
* Copy and paste `bcc-deferralcards` folder to `resources/bcc-deferralcards`
* Open Project in terminal.
* Add `ensure bcc-deferralcards` to your `server.cfg` file
* Add `ensure bcc-serverpassword` to your `server.cfg` file
* Now you are ready to get coding!## Need More Support?
- [BCC Discord](https://discord.gg/cQMJaTqcqJ)## Requirements
- NONE! It's standalone.