Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Minecraft server protection suit
- Host: GitHub
- URL: https://github.com/afn-arcnode/nullprotect
- Owner: afn-ArcNode
- License: apache-2.0
- Created: 2024-09-02T15:13:43.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T12:06:18.000Z (about 2 months ago)
- Last Synced: 2024-10-01T08:21:04.094Z (about 1 month ago)
- Topics: fabric-mod, minecraft-mod, minecraft-plugin, neoforge-mod, paper-plugin
- Language: Kotlin
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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