MLG-Fortress / ExtraHardMode

The now-official repository for the ExtraHardMode Bukkit Plugin.
http://dev.bukkit.org/bukkit-plugins/fun-hard-mode/
Other
24 stars 19 forks source link

Players can still craft pumpkin seeds with shears #324

Open Nanpure opened 3 months ago

Nanpure commented 3 months ago

I have the following enabled in my config:

Cant Craft Melonseeds: true

Players can still craft pumpkin seeds by using shears on pumpkin blocks.

RoboMWM commented 3 months ago

are pumpkin seeds crafted or merely obtained from the pumpkin blocks?

If the latter, then I guess this would technically be a new feature request to implement. (Though should be relatively easy to implement.)

Nanpure commented 3 months ago

They are obtained from placed pumpkin blocks. When you use shears on them to make a jack o lantern, their seeds pop out as an entity that can be picked up.

RoboMWM commented 3 months ago

mk then that means it'd be a separate event handler.

However, not sure if this is intended behavior. (Maybe the intent was to require shears?) Checking docs...

RoboMWM commented 3 months ago

hmm, I guess to help provide context, when did pumpkin seeds drop, and I guess what benefit do pumpkins bring... can they be used for food?

(Yes I haven't played much Minecraft, my knowledge is still mostly from beta lol.)

Nanpure commented 3 months ago

The pumpkin seeds pop out as an entity that can be picked up when shears are right clicked on a placed pumpkin block (this is how you make a jack o lantern). Our server uses Aurelium/Aura Skills, which gets EXP from farming. Farming melons and pumpkins was deemed too easy, because players could create huge towers of them and break the blocks easily without having to replant them for exp. Therefore we decided to make seeds scarce.

But because pumpkin seeds can still be obtained, people are now making pumpkin farms instead of melon/pumpkin farms to grind. We want to nerf all melon and pumpkin seeds so that they can only be obtained from chests.

RoboMWM commented 3 months ago

Cool, thanks for the info.

As per the readme, I only give feature request support to patrons. Since this seems like a relatively simple and easy feature, and it kind of exists between the bug/feature line, I may get around to implementing this feature soon.