Imprex-Development / orebfuscator

Orebfuscator - High-Performance Anti X-Ray plugin
https://modrinth.com/plugin/orebfuscator
GNU General Public License v3.0
126 stars 25 forks source link

My antixRay do not working. #300

Closed TuNovaQ closed 1 year ago

TuNovaQ commented 1 year ago

Description

Plugin after instaled isn't showing me "fake" ores. I dont know how to fix it. Also there's some warns in console: [19:00:35 WARN]: [Orebfuscator] config section 'obfuscation.obfuscation-overworld.randomBlocks.section-global.blocks' is missing or empty [19:00:35 WARN]: [Orebfuscator] config section 'obfuscation.obfuscation-nether.randomBlocks.section-global.blocks' is missing or empty [19:00:35 WARN]: [Orebfuscator] config section 'obfuscation.obfuscation-end.randomBlocks.section-global.blocks' is missing or empty [19:00:35 WARN]: [Orebfuscator] config section 'proximity.proximity-overworld.randomBlocks.section-global.blocks' is missing or empty [19:00:35 WARN]: [Orebfuscator] config section 'proximity.proximity-nether.randomBlocks.section-global.blocks' is missing or empty [19:00:35 WARN]: [Orebfuscator] config section 'proximity.proximity-end.randomBlocks.section-global.blocks' is missing or empty Please, help me. Also i was reinstaling plugins and that didnt work. And yes, I'm not having this permision/bypass enabled.

Reproduction Steps

I need only answer what I need to do.

Expected Behaviour

I wanna this plugin to work.

Orebfuscator Dump

https://gist.github.com/TuNovaQ/6d745dbb3ac8f639b103ecbf97361a93

Extra Details

No response

NgLoader commented 1 year ago

Your config file contains the following settings:

obfuscation:
  obfuscation-overworld:
    randomBlocks:
      section-global:
        minY: -2032
        maxY: 2031
        blocks: {}

That means you have no blocks defined which should be used for obfuscation. You can manually add them or delete your current config.yml after that Orebfuscator will automatically generate a new default config that isn't wrongly configured. Please note that Orebfuscators default config only uses the default world names (world, world_nether and world_the_end). When you're using custom worlds you need to manually add them too your config.

NgLoader commented 1 year ago

closed due to inactivity