Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

More dispense blocking on roads #2874

Merged
merged 1 commit into from
Jul 9, 2020

Conversation

traksag
Copy link
Contributor

@traksag traksag commented Jul 9, 2020

Overview

Currently PlotSquared prevents water buckets and lava buckets from being used by dispensers on the road (fired from e.g. inside a plot). This pull request aims to prevent any modification by dispensers to the road.

Fixes https://issues.intellectualsites.com/issue/PS-69 (and more)

Description

Blocks the following items from being used by dispensers on roads:

  • Shulker boxes: placed by dispensers.
  • Carved pumpkins: placed on iron blocks and snow blocks if they are in the shape of an iron golem or snow golem.
  • Wither skeleton skulls: placed on soul sand if in the shape of a wither.
  • Flint and steel: places fire. PlotSquared currently prevents fire from being created already, but the flint and steel has its usage decreased.
  • Bone meal: creates plants. Although PlotSquared already prevents plants from growing on the road.
  • Shears: harvests honey combs from bee nests and beehives.
  • Glass bottle: harvests honey from bee nests and beehives.
  • Glowstone: charges respawn anchor.
  • Fish buckets: create water source block.
  • Buckets: pick up water.

See also https://minecraft.gamepedia.com/Dispenser.

Checklist

  • I included all information required in the sections above
  • I tested my changes and approved their functionality
  • I ensured my changes do not break other parts of the code
  • I read and followed the contribution guidelines

@Citymonstret Citymonstret merged commit 61de181 into IntellectualSites:v5 Jul 9, 2020
@traksag traksag deleted the road-dispense branch July 9, 2020 23:57
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants