Option to disable spawner change on mob egg interact. #839
-
Would it be possible to add an option to disable being able to change spawners with mob eggs? This is a vanilla feature and I provide players a way to obtain eggs. However I do not want them to be able to use the egg on a spawner with the silk touch patch to have passive spawners for mobs like pigs. I would rather outright disable the ability to change spawners on interact if they don't have permission to do so. Finding a separate plugin for this seems a bit excessive since it's more of a smaller thing. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Paper already has this option in paper.yml world-settings:
default:
game-mechanics:
disable-mob-spawner-spawn-egg-transformation: false |
Beta Was this translation helpful? Give feedback.
-
Oh! I never knew about that, thanks! That does seem to work. Is there no way to allow overriding for OPs/Admins though? |
Beta Was this translation helpful? Give feedback.
Paper already has this option in paper.yml