Closed mgflames closed 6 years ago
You need add a space after :
like recapatcha-key: <key>
not recapatcha-key:<key>
I've fixed that, but now I get this error:
at org.glassfish.jersey.internal.inject.Injections.createInjectionManager(Injections.java:93) ~[?:?]
at org.glassfish.jersey.server.ApplicationHandler.
P.S. this is me on my other account. @InfamousYT
By the look of it, it failed to run a server. Did you set it up?
I've fixed it - but now when I turn it on, it says for me to go to null in my browser.
This is my config:
`#This is the main configuration file for Capatchafy 1.0, a plugin by James Depp.
always-on: false
security-level: 2
hostname: 92.222.167.249
port: 999
whitelisted-ips:
recapatcha-key: ** recapatcha-secret: **`
Is it enabled? always-on: off
, I believe it is not enabled.
I use /capatchafy on
@BlazingFlames The HttpServer is not initializing correctly. The most common cause of this problem is a Caoatchafy being unable to bind to a port. Make sure the hostname is also correct, too. The port needs to be open on the machine.
Closed due to inactivity.
I can't load Capatchafy, I get this error:
01.08 17:37:38 [Server] INFO [Capatchafy] Enabling Capatchafy v1.0 01.08 17:37:38 [Server] ERROR Cannot load plugins\Capatchafy\config.yml 01.08 17:37:38 [Server] INFO org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key 01.08 17:37:38 [Server] INFO in 'string', line 32, column 1: 01.08 17:37:38 [Server] INFO recapatcha-key:6LerUysUAAAAAPKAN ... 01.08 17:37:38 [Server] INFO ^ 01.08 17:37:38 [Server] INFO could not find expected ':' 01.08 17:37:38 [Server] INFO in 'string', line 33, column 1: 01.08 17:37:38 [Server] INFO recapatcha-secret:6LerUysUAAAAAO ... 01.08 17:37:38 [Server] INFO ^ 01.08 17:37:38 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[spigot-1.12.jar:git-Spigot-596221b-2c5c611] 01.08 17:37:38 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[spigot-1.12.jar:git-Spigot-596221b-2c5c611] 01.08 17:37:38 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot-1.12.jar:git-Spigot-596221b-2c5c611] 01.08 17:37:38 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [spigot-1.12.jar:git-Spigot-596221b-2c5c611] 01.08 17:37:38 [Server] INFO at me.hockey.capatchafy.Configuration.loadConfigs(Configuration.java:85) [Capatchafy-1.0-jar-with-dependencies.jar:?]
Please help.
Thanks.