pandorabox-io / pandorabox_custom

pandorabox server customization mod
https://pandorabox.io
MIT License
4 stars 7 forks source link

allow replacer limited use of protectors #76

Open SwissalpS opened 2 months ago

SwissalpS commented 2 months ago

replacer:replacer has historically blocked usage with/on protection nodes. Some players have requested this limit to be lifted.

This PR makes it possible to use replacer with/on protection nodes but limits to single nodes. (avoiding players from placing huge amounts with technic replacer)

Note: there is a known non-critical bug in technic replacer that prevents usage with it for now. This PR does not need to wait for it to be fixed though.

S-S-X commented 2 months ago

What was the reason for complete blacklisting in first place? Is it to keep custom code out from replacer mod?

What I'm saying is basically could this be done directly in replacer instead? Does it make any sense that way?

SwissalpS commented 2 months ago

'backward expectations' are keeping me from doing it in replacer. I'll re-consider doing so anyway.