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

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: 3 months 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 this Mod if you need HWID verification

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