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.
- Plug & Play
- Highly configurable config
- Support for Spigot based servers 1.9.4+ (only tested on spigot)
- Obfuscate blocks based on their light level
- Hide block entities like Chests and Furnaces
- Make blocks in a players proximity visible based on their distance an
- Java 8 or higher
- Spigot and (proably) any other fork of Spigot (1.9.4 or higher)
- ProtocolLib 4.0 or higher
- Download ProtocolLib
- Download Orebfuscator
- Put both in your plugins directory
- Start your server and configure orebfuscator to your liking
- Clone this repo "git clone https://github.com/Imprex-Development/Orebfuscator.git"
- Open eclipse and right click on the "Project Explorer"
- Click "Import..."
- Maven -> Existing Maven Projects
- Select the downloaded repo
- Click right click on the Orebfuscator-repo folder and select "Run as" -> "Maven Build..."
- Put into Goals this "clean compile package -pl Plugin -Dorebfuscator-version=5.0.0 --also-make"
- Click Run
- Your jar will be builded under the folder "target"
- git tag version -m "description"
- git push origin version
Almost completely rewritten by Imprex-Development to support v1.14 and higher Minecraft version's; these portions as permissible: Copyright (C) 2020-2021 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.
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.