Skip to main content

Hide Settings


CCA introduced this feature in 1.6.0, with the goal of hiding some features that are not intended to be exposed to users.

They are some Java system properties


List Of Parameters

System propertiesdescribe
-Dcca.disable.EasterEggs=trueDisable Easter eggs
-Dcca.enable.debug=truePrint debug logs
-Dcca.enable.network.debug=truePrint network debug logs
-Dcca.enable.MagicSettings=trueEnable the magic settings

How To Use:

Server

You need to put them in your startup command

For example (in Windows)

java -Xmx2G -Dcca.enable.MagicSettings=true -jar server.jar nogui

Client

Please refer to your launcher's documentation