-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Necrify is a system that is capable of managing users's punishments. It is designed primarily for Minecraft servers, for which two plugins currently exist: Velocity and PaperMC (currently feature-incomplete, see below for more information). Moreover, it is possible to use those plugin's API to use Necrify's functionality within your own plugins. Moreover, it would be possible to create your own implementation of the API for other systems and use cases.
- Download the latest version of the plugin or download dev builds here (may be unstable or not working)
- Put the downloaded file into the
plugins
folder of your server. - (Re-)Start the server.
- Configure storages
In MC 1.19.1, Mojang changed its chat system significantly (detailed explanation).
Since then, it is no longer possible to block chat messages in the ChatEvent of Velocity due to the signed chat messages.
This is why the chat listener does not block any messages anymore which means mutes are effectively useless. A solution to this problem is developing an extension plugin for the actual game servers where cancelling these messages is still possible. Downloads for this paper plugin are found in the releases and also as dev builds on Jenkins.
For further information about 1.19.1, please refer to the official release notes