mirror of
https://github.com/TotalFreedomMC/TF-Captchafy.git
synced 2025-01-10 09:07:07 +00:00
Security improvements. Fixed dependency issues. Updated to 1.12.
This commit is contained in:
parent
8bced5bad3
commit
1ba051ebe6
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ You will need to assign the permission 'capatchafy.command' to anyone who needs
|
|||
You can also whitelist IPs in the config. These IPs will never have to solve a capatcha.
|
||||
|
||||
### How do I install Capatchafy?
|
||||
Installation is fairly straight-forward. Drag Capatchafy to your plugins folder like any other add-on, and start your server. This will allow Capatchafy to generate the necessary config files. Then, edit the config as you please. You will need to obtain a reCapatcha key from Google. You can do that here: https://www.google.com/recaptcha/. Place the keys in the config file, and you're ready to go!
|
||||
Installation is fairly straight-forward. Drag Capatchafy to your plugins folder like any other add-on, and start your server. This will allow Capatchafy to generate the necessary config files. Then, edit the config as you please. You will need to obtain a reCapatcha key from Google. You can do that here: https://www.google.com/recaptcha/. Place the keys in the config file, and you're ready to go! Be sure to open a port up in your firewall, as well as port forward if you are creating a server on a home connection.
|
||||
|
||||
---
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>me.hockey</groupId>
|
||||
<artifactId>Capatchafy</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.0.1</version>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: Capatchafy
|
||||
version: 1.0
|
||||
version: 1.0.1
|
||||
main: me.hockey.capatchafy.Capatchafy
|
||||
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue