Janmm14 / orebfuscator

Orebfuscator - High-Performance Anti X-Ray plugin

Home Page:https://www.spigotmc.org/resources/orebfuscator.82710/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orebfuscator - Anti X-Ray

Release Status Build Status

Orebfuscator is plugin for Spigot based Minecraft Servers that modifies packets in order to hide blocks of interest from X-Ray Clients and Texture Packs. Thus it doesn't modify your world and is safe to use.

Features

  • Plug & Play
  • Highly configurable config
  • Support for Spigot based servers 1.9.4+ (only tested on spigot)
  • Obfuscate non-visible blocks
  • Hide block entities like Chests and Furnaces
  • Make blocks in a players proximity visible based on their distance an

Requirements

  • Java 17 or higher
  • Spigot and (proably) any other fork of Spigot (1.9.4 or higher)
  • ProtocolLib 5.0.0 or higher

Installation

  1. Download ProtocolLib
  2. Download Orebfuscator
  3. Put both in your plugins directory
  4. Start your server and configure orebfuscator to your liking

Still having trouble getting Orebfuscator to run check out our common issues.

Maven

<repositories>
  <repository>
    <id>codemc-repo</id>
    <url>https://repo.codemc.io/repository/maven-public/</url>
  </repository>
  ...
</repositories>

<dependencies>
  <dependency>
    <groupId>net.imprex</groupId>
    <artifactId>orebfuscator-api</artifactId>
    <version>5.2.4</version>
  </dependency>
</dependencies>

License:

Completely rewritten by Imprex-Development to support v1.14 and higher Minecraft version's; these portions as permissible: Copyright (C) 2020-2023 by Imprex-Development. All rights reserved.

Released under the same license as original.

Significantly reworked by Aleksey_Terzi to support v1.9 Minecraft; these portions as permissible: Copyright (C) 2016 by Aleksey_Terzi. All rights reserved.

Released under the same license as original.

Original Copyright and License:

Copyright (C) 2011-2015 lishid. All rights reserved.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

See the LICENSE file.

About

Orebfuscator - High-Performance Anti X-Ray plugin

https://www.spigotmc.org/resources/orebfuscator.82710/

License:GNU General Public License v3.0


Languages

Language:Java 100.0%