Solved Help with Customizing PreciousStones Blocks

Discussion in 'Bukkit Help' started by bvkkitnoob, Jul 11, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    bvkkitnoob

    Hi again. I was thinking of making a custom preciousstone block that has some toggles removed. Anyways, here's my idea.

    A Protection Sponge (this is the premium block that costs) has all the things that prevents griefers and mob from destroying blocks and sh**. It also has the toggle of allowing, removing and preventing players from the field and has a large field of protection.

    A Noob Protection block (free at first spawn) also pevent griefers and mobs from destroying blocks but it doesn't have the option of toggling everything. It can't be renamed and doesn't have the toggle to allow other people to build inside the field.

    Here's the nodes for the two blocks.

    Code:
    - title: protection sponge
      block: 19
      radius: 25
      custom-height: 50
      prevent-fire: true
      prevent-place: true
      prevent-pvp: true
      prevent-destroy: true
      prevent-unprotectable: true
      welcome-message: true
      limits:
      - 4
      farewell-message: true
      can-change-owner: true
      entry-alert: true
      enable-on-src: true
      grief-revert: true
      visualize-on-rightclick: true
      no-conflict: true
      mixing-group: 1
      visualize-on-place: true
      snitch: false
    - title: noob protection
      block: 121
      radius: 12
      custom-height: 24
      prevent-fire: true
      prevent-pvp: true
      welcome-message: true
      farewell-message: true
      prevent-place: true
      prevent-destroy: true
      prevent-unprotectable: true
      limits:
      - 1
      entry-alert: true
      grief-revert: true
      visualize-on-rightclick: true
      no-conflict: true
      mixing-group: 1
      visualize-on-place: true
      snitch: false
    nevermin... figured it out.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
Thread Status:
Not open for further replies.

Share This Page