-
Notifications
You must be signed in to change notification settings - Fork 24
Common Issues
This is in most cases caused by the rendering engine because it can't handle defragmented terrain very well. This can be fixed by decreasing the the amount of air that is used for obfuscation. Simple decrease the weight of air (all types of air: cave_air
, void_air
or air
) or remove it entirely from your configs randomBlocks
sections. (Keep in mind there are more than one randomBlocks
section in the default config). The reason for using air
in the first place is to prevent cave finders from working properly.
This is intended since the whole obfuscation engine that Orebfuscator uses is designed for hiding blocks not entities. (Meaning Orebfuscator will never support entity obfuscation)
This could have many reasons so here is a short checklist to see if you did anything wrong:
- Check that the player doesn't have the
orebfuscator.bypass
permission - Check if you have installed the latest version of Orebfuscator and ProtocolLib for your game version
- Check if there are any warnings in the console about a wrongly configured config
- Check if you used the correct world names in the config
Still not working, check for existing issues our create a new one here