lishid / Orebfuscator

Orebfuscator - The definitive Anti X-Ray plugin for CraftBukkit
http://dev.bukkit.org/bukkit-plugins/orebfuscator/
GNU General Public License v3.0
115 stars 112 forks source link

config question + all blocks list #271

Open DrRek opened 8 months ago

DrRek commented 8 months ago

Hey, I've some basic question on this amazing plugin that I think can be helpful to know also for other people planning to use it

I'm on a vanilla server and my goal is to make it harder for the people to use x-ray to find bases to grief.

To achieve that, I want to add as many blocks as possible to the proximity and the obfuscation features.

So that if people try to use x-ray with special setting to find for example crafting benches, wood or any other block that might be present in a base then they cannot identify any of those.

Does this approach make sense and fits within the use cases of this proxy or is there a better one? Does adding too many hidden blocks impact significantly on performance to the best of your knowledge? My server is 1.20.4, how can I get a list of all the possible blocks? Including for example all various torches (not just Minecraft:torch) and blocks with multiple states

Thanks!