Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/modflower/plymouth-fabric

An anti-xray engine & locking system for Minecraft.
https://github.com/modflower/plymouth-fabric

anti-xray fabricmc-mod minecraft

Last synced: 3 months ago
JSON representation

An anti-xray engine & locking system for Minecraft.

Awesome Lists containing this project

README

        

Plymouth Utilities

# Plymouth

[![Java CI with Gradle](https://github.com/Modflower/plymouth-fabric/actions/workflows/build.yml/badge.svg)](https://github.com/Modflower/plymouth-fabric/actions/workflows/build.yml)
[![License](https://img.shields.io/github/license/Modflower/plymouth-fabric)](LICENSE)


[![Stable](https://img.shields.io/github/v/release/Modflower/plymouth-fabric?label=stable)](https://github.com/Modflower/plymouth-fabric/releases)
[![Beta](https://img.shields.io/github/v/release/Modflower/plymouth-fabric?include_prereleases&label=beta)](https://github.com/Modflower/plymouth-fabric/releases)


[![Discord](https://img.shields.io/discord/380201541078089738?color=7289da&label=Development&logo=discord&logoColor=7289da)](https://discord.gg/EmPS9y9)
[![Discord](https://img.shields.io/discord/368932049354227712?color=7289da&label=Community&logo=discord&logoColor=7289da)](https://discord.gg/ExCdXwP)

An anti-xray engine, claiming system and world tracker.

## [Plymouth: Anti-Xray](ply-anti-xray/README.md)

A cache-based anti-xray engine for FabricMC that replaces ores, buried chests and other materials with surrounding
materials.

## [Plymouth: Common](ply-common/README.md)

Internal utilities for deriving UUIDs from various objects and temporarily injecting into the player interaction
manager.

## [Plymouth: Database](ply-database/README.md)

Database API for Tracker. Requires extra setup due to the use of PostgreSQL. Please
see [the setup guide](ply-database/README.md#setup-postgresql--linux) for how to setup the database.

## [Plymouth: Debug](ply-debug/README.md)

Debugging mod for the anti-xray engine. Not intended for production use. If installed on the server, any client with the
debug client can see any recently hidden blocks otherwise hidden by the anti-xray engine.

## [Plymouth: Locking](ply-locking/README.md)

Chest... well, any block entity claiming and locking mod that allows players to lock various block entities and have
them only be mutable by them unless they choose to open it up for others.

## [Plymouth: Tracker](ply-tracker/README.md)

World, inventory and death tracking system. Can do lookups, but not rollbacks at the moment.