Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afn-arcnode/nullprotect

Minecraft server protection suit
https://github.com/afn-arcnode/nullprotect

fabric-mod minecraft-mod minecraft-plugin neoforge-mod paper-plugin

Last synced: about 1 month ago
JSON representation

Minecraft server protection suit

Awesome Lists containing this project

README

        

# NullProtect

Minecraft server protection suit

## Features
- HWID blacklist/whitelist/bind (Requires client mod)
- Player account activation code
- Mods hash verification (Requires client mod)

## Building

Due to the type of functionality of this mod, it is recommended that changes be made to its networking portion before distribution (if you need HWID authentication)

Changes and redistributions of this mod are permitted, but the original license must be included in the distribution copy

- **NeoForge mod (client)** `gradlew :mod:neoforge:build`
- **Fabric mod (client)** `gradlew :mod:fabric:build`
- **Server plugin** `gradlew :server:dist`
- **All** `gradlew :dist` (Output in dist folder)

## Installing

**Client**: Install the mod if needs HWID authentication

**Server**: Install [packetevents](https://github.com/retrooper/packetevents) and plugin