samolego / GolfIV

An anti-exploit attempt for Fabric
https://modrinth.com/mod/golfiv
MIT License
49 stars 13 forks source link

AOF4 server can't start with GolfIV 0.3.2 #44

Closed irunatbullets closed 3 years ago

irunatbullets commented 3 years ago

I noticed some suspicious disconnects after someone was looking for ink, so I wanted to add golfiv to the official aof4 server.

https://paste.alloffabric.com/ugitiqojol.yaml

samolego commented 3 years ago

Config is malformed around line items.survival.checkEnchants

Ampflower commented 3 years ago

Looking at the stack trace, it appears that your GolfIV config is damaged. Is checkEnchants properly set to true or false in GolfIV_config.json, and includes a trailing comma for the next line? Example of what to look for: image

irunatbullets commented 3 years ago

Sorry, yeah it was a missing comma. Thank you.