EssentialsX

EssentialsX

2M Downloads

Un-Pullable piston

Momonche opened this issue ยท 4 comments

commented

Feature request

Feature description
Hello,

With Essentials AntiBuild, there is an option to make a block un-pushable by pistons. They can still be pulled though. Do you think you could make this feature to affect pistons pulling too ?

How the feature is useful
That complete the un-pushable feature

commented

Can you share your current anti-build config?

commented
############################################################`
# +------------------------------------------------------+ #
# |                EssentialsX AntiBuild                 | #
# +------------------------------------------------------+ #
############################################################

  # This section requires the EssentialsAntiBuild.jar to work.

  # Disable various default physics and behaviors
  # For more information, visit http://wiki.ess3.net/wiki/AntiBuild

    # Should people with build: false in permissions be allowed to build?
    # Set true to disable building for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from building.
    build: false

    # Should people with build: false in permissions be allowed to use items?
    # Set true to disable using for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from using items.
    use: false

    # Should we tell people they are not allowed to build?
    warn-on-build-disallow: false

  # For which block types would you like to be alerted?
  # You can find a list of items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html.
  alert:
    on-placement:
    on-use:
    on-break:

  blacklist:

    # Which blocks should people be prevented from placing?
    placement:

    # Which items should people be prevented from using?
    usage:

    # Which blocks should people be prevented from breaking?
    break: bedrock

    # Which blocks should not be pushed by pistons?
    piston: end_stone_bricks,end_stone_brick_stairs,end_stone_brick_wall,end_stone_brick_slab

    # Which blocks should not be dispensed by dispensers
    dispenser: tnt,minecart,tnt_minecart,hopper_minecart,furnace_minecart,oak_boat,dark_oak_boat,jungle_boat,acacia_boat,birch_boat,spruce_boat,creeper_spawn_egg,horse_spawn_egg,pig_spawn_egg
commented

Actually on
Essentials 2.17.2.74
Paper build 245 Minecraft 1.15.2

commented

It looks like AntiBuild already does this on the version of Essentials you are using. Most likely this is a conflict with another plugin.