π 4.1.0-Release
The 4.1.0 has just released!
If you find a bug, create an issue on GitHub here.
Summary
This update addresses some reported issues.
The configuration file's structure has been revised and improved. With this restructuring, configurations will now be merged, ensuring a seamless transition for users. Additionally, several new options have been introduced in the config file to provide greater flexibility and control. With more coming!
Anticheat:
# The intelligent mode alters the anticheat behavior and determines based on flags, client type, etc. when a player
# should throw a flag, type of punishment and if the player should be kicked
intelligent: true
...
environment:
# Validate a block placement after a certain amount of time to make sure the server actually placed the block
validate-placements: true
The intelligent mode is not implemented currently and will be a feature for the premium version. The idea is, that the anticheat uses flag data for itself and prevents flags until the anticheat is certain that the flags are justified. This will reduce the amount of false positives and makes moderating a lot easier!
It will also improve the player experience by better deciding which and when to punish a player.
https://cardinalanticheat.github.io/documentation/getting-started/