Skip to content
JvstvsHD edited this page Aug 20, 2024 · 2 revisions

Welcome to the Necrify wiki!

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.

Quick start

  1. Download the latest version of the plugin or download dev builds here (may be unstable or not working)
  2. Put the downloaded file into the plugins folder of your server.
  3. (Re-)Start the server.
  4. Configure storages

Mute handling on Velocity

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

Clone this wiki locally