[Formatted] Unbreakable Obsidian

Discussion in 'Archived: Plugin Requests' started by Pandamatak, Mar 15, 2012.

  1. Offline

    Pandamatak

    Plugin category: Mechanics/General

    Suggested name: Stronger Obsidian

    A bit about me: I host a small server (around 10 people) and I like to change around small game mechanics to cause big changes in the game (for example, this would make obsidian more valuable).

    What I want: A simple plugin which makes it so that obsidian can only be broken by a diamond pickaxe and nothing else. Possibly an option to allow it to be broken by gold pickaxes without dropping any "ore." (To make gold more valuable as well).

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: No permissions - server-wide change.

    When I'd like it by: Any time within the month, but I'd like a reply to know if somebody is working on it.

    Similar plugin requests: None.

    Devs who might be interested in this: None that I know of.​
     
  2. Offline

    McSpazzy

    Gimme a min.

    Actually I gotta run off to uni. Will do it tonight if no one else has by then.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  3. Offline

    Zarius

    OtherDrops can do this, here's an example config:

    Code:
    otherdrops:
      OBSIDIAN:
              # stop any tool except diamond & gold pickaxes from breaking it
        - toolexcept: [diamondpickaxe, goldpickaxe]
          drop: deny
     
              # make gold pickaxes drop nothing
        - tool: goldpickaxe
          drop: nothing
    
     
  4. Offline

    Pandamatak

    Wow, thanks! Just out of curiousity, does it prevent the block from breaking client-side or does it do the thing where the client can break it but the block reappears when they sync with the server? (like protected blocks).

    McSpazzy

    Thanks so much for undertaking my request so quickly! I don't need it anymore but I thank you nevertheless for accepting it.
     
  5. Offline

    Zarius

    Pandamatak

    Only server side, just like WorldGuard protected blocks.
     
  6. Offline

    Pandamatak

    Oh well, I sort of expected that. I believe it's impossible without spoutcraft?
     
  7. Offline

    Zarius

    Maybe cancelling the leftclick event on obsidian will work. Not sure what changes Spout might let you do (although you could increase the durability by a huge amount I think).
     

Share This Page