elBukkit / PreciousStones

Self-service protection for Minecraft servers
http://dev.bukkit.org/server-mods/preciousstones/
10 stars 10 forks source link

Fence config ignored? #71

Open trilliumhq opened 3 years ago

trilliumhq commented 3 years ago

I have fence-max-depth: 2 in my config file and the flag fence-on-place. Upon place any protection block with fence-on-place at a height of any blocks above it will generate fencing all the way down to the land despite the max-depth being 2.

Easily reproduced by placing a protection block at y>100 and you will see just an abnormal amount of fences generated all the way to the ground.

xtomyserrax commented 3 years ago

I dont really know what that configuration is for, will check. If you could send me a video record you would help me a lot. Thanks!

trilliumhq commented 3 years ago

Its supposed to generate a fence border of your block protection. the depth is supposed to be the amount in Y to generate at max going down.

xtomyserrax commented 3 years ago

If you could please show me a video of the issue you would help me a lot. Also if you can a video or explanation of how it will work. As soon as I can I will try to do tests myself but you would save me a lot of time. Thanks!

trilliumhq commented 3 years ago

Unable to provide video. Screenshot basically summarizes it. https://i.imgur.com/aWqODTN.jpg

xtomyserrax commented 3 years ago

Thank you! I will do some checkings in my test server. So this fences generate when you place the field block, right? (I didnt know this system existed haha)

What version of PS are you using? (you can type /version PreciousStones to check it)

xtomyserrax commented 3 years ago

After some testings I did this feature doesnt work fine and I dont really know what the original author wanted to acomplish with it. If anyone wants to make a PR to fix it or improve it please feel free!

trilliumhq commented 3 years ago

Using the latest versions 1.16.1.7 built using this repo.