kforbro / 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 empowers server owners to protect their server from X-Ray Clients and Texture Packs, all while offering a high degree of configurability. This is achieved through modifying network packets without altering your game world, guaranteeing a secure and reliable experience for users. With Orebfuscator, you can tailor the settings to suit your server's needs, ensuring precise control over the visibility of specific blocks. This means that not only does Orebfuscator safeguard your world's integrity, but it also empowers you to fine-tune your Anti-X-Ray measures for the best gameplay experience.

Features

  • Seamless Integration: Plug & Play functionality for effortless use.
  • Extensive Configuration: Highly customizable settings to tailor the experience to your liking.
  • Server Compatibility: Designed for Spigot-based servers 1.9.4 and newer (primarily tested on Spigot).
  • Block Obfuscation: Conceal non-visible blocks from players' view.
  • Block-Entity Support: Hide block entities such as Chests and Furnaces.
  • Dynamic Block Visibility: Adjust block visibility based on player proximity and distance.

Requirements

  • Java 11 or higher
  • Spigot, Paper, Folia or compatible forks (1.9.4 or newer)
  • ProtocolLib 5.0.0 or later

Installation

  1. Download ProtocolLib
  2. Download Orebfuscator
  3. Place both plugins 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

To include the API in your Maven project, add the following configuration to your pom.xml:

<repositories>
  <repository>
    <id>codemc-repo</id>
    <url>https://repo.codemc.io/repository/maven-public/</url>
  </repository>
  <!-- Additional repositories can be added here if needed -->
</repositories>

<dependencies>
  <dependency>
    <groupId>net.imprex</groupId>
    <artifactId>orebfuscator-api</artifactId>
    <version>5.2.4</version>
  </dependency>
  <!-- Add other dependencies as required -->
</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%