Skip to content

Greaper88/Orebfuscator

 
 

Repository files navigation

Orebfuscator - Anti X-Ray Build Status Release Status

Description

The definitive Anti X-Ray plugin for CraftBukkit This plugin is used to counter X-RAY client mods, texture packs, chest radar, and other similar exploits It modifies data that are sent to clients to hide blocks of your choice, such as ore, chests, dungeons, etc. It does not manipulate blocks in the world file, thus is safe to use. ProximityHider is a feature that hides chests that are far from players.

Features:

  • Advanced algorithm that hides ore, chest and and anything you specify in the configuration
  • Spout compatible, but optional
  • No modifications to CraftBukkit.jar is needed
  • Customize the blocks you want to hide
  • HIDES DUNGEONS and other blocks that are in the dark
  • Different hiding mode, or scrambling.
  • Extensive configuration. Change updating methods depending on your bandwidth and processing speed.
  • Hide hidden chests and furnaces until a player is close to it.
  • Hide hidden chests and furnaces until a player can see it.

Links

IMPORTANT

Requirements:

  • Java 1.6 / 1.7 / 1.8
  • Spigot/PaperSpigot and any other fork of CraftBukkit! (1.9 through 1.14.*)
  • ProtocolLib (4.0 or better)

Configurate

  1. Download ProtocolLib
  2. Download Orebfuscator
  3. Restart your minecraft server
  4. That was it.

Developer

Clone

  1. Clone this repo "git clone https://github.com/Imprex-Development/Orebfuscator.git"
  2. Open eclipse and right click on the "Project Explorer"
  3. Click "Import..."
  4. Maven -> Existing Maven Projects
  5. Select the downloaded repo
  6. Finished

Build

  1. Click right click on the Orebfuscator-repo folder and select "Run as" -> "Maven Build..."
  2. Put into Goals this "clean compile package -pl Plugin -Dorebfuscator-version=5.0.0 --also-make"
  3. Click Run
  4. Your jar will be builded under the folder "target"
  5. Finished

Release a new version

  1. git tag version
  2. git push origin version
  3. Finished

License:

Significantly reworked by Imprex-Development to support v1.14 and higher Minecraft version's; these portions as permissible: Copyright (C) 2020 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 - The definitive Anti X-Ray plugin for CraftBukkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%