
0.3.0-fabric
release13 ноября 2025 г.v0.3.0 - Update Checker
Update Checker
I have added a simple update checker so that you can always be notified when there is a new release! It will notify the staff with the permission detoxify.admin and notify console when the server is started.
This feature can be disabled within the config by disabling check-updates
Other Things
I aso removed some annoying debug messages that were left over from me testing the config system. As well as some other non-necessary messages
0.3.0-spigot
release13 ноября 2025 г.v0.3.0 - Update Checker
Update Checker
I have added a simple update checker so that you can always be notified when there is a new release! It will notify the staff with the permission detoxify.admin and notify console when the server is started.
This feature can be disabled within the config by disabling check-updates
Other Things
I aso removed some annoying debug messages that were left over from me testing the config system. As well as some other non-necessary messages
0.3.0-paper
release13 ноября 2025 г.v0.3.0 - Update Checker
Update Checker
I have added a simple update checker so that you can always be notified when there is a new release! It will notify the staff with the permission detoxify.admin and notify console when the server is started.
This feature can be disabled within the config by disabling check-updates
Other Things
I aso removed some annoying debug messages that were left over from me testing the config system. As well as some other non-necessary messages
0.3.0-neoforge
release13 ноября 2025 г.v0.3.0 - Update Checker
Update Checker
I have added a simple update checker so that you can always be notified when there is a new release! It will notify the staff with the permission detoxify.admin and notify console when the server is started.
This feature can be disabled within the config by disabling check-updates
Other Things
I aso removed some annoying debug messages that were left over from me testing the config system. As well as some other non-necessary messages
0.2.0-fabric
release12 ноября 2025 г.v0.2.0 - New Config & New Versioning Scheme
New Config
While none of the values have changed, I have changed to using a new approach to the configuration. While developing AlwaysAuth (Another one of my projects) I developed a way to make a simple configuration that can be updated automatically from my code. This will allow me to make changes in the future and auto be updated for the end user, as well as keeping the values you already set.
This new config will be in the same folder, but renamed to config.properties instead of detoxify.conf
####################################
# #
# Detoxify Configuration #
# #
####################################
# Whether or not there should be debug message
debug=false
############################
# Value Settings #
############################
toxicity=0.9
severe-toxicity=0.5
obscene=0.25
threat=-1.0
insult=-1.0
identity-attack=-1.0
############################
# Message Settings #
############################
player=§cYour message was removed for violating chat rules.
staff=§c%s's message has been removed [%s]
console=§c%s's message has been removed [%s]
New Version Scheme
I will be implementing (properly) the SemVer format which follows the
Major.Minor.Patch format, so right now we are on Major version 0, Minor version 3,
and Patch version 0.
