FactionBuckets/InstaWalls - Instantly generate walls (1.0)

Status
This thread has been locked.

Bill

a rare billy boy has appeared
Premium
Feedback score
11
Posts
843
Reactions
335
Resources
2
FactionBuckets (1.8+)

What is it?
Extremely lightweight wall generation plugin for faction servers, easy to configure easy to setup. By default two wall buckets are already configured, cobble and obsidian.
Why?
I saw someone the other day asking for a re-creation of GenBuckets / InstaWalls, so that is what this is. You configure buckets in the config, and when a Lava Bucket with the specified name is placed it will generate a wall downwards depending on the material specified in the config. It supports unlimited amount of different buckets.

(side note, the source is a little messy rn. It was just something I made in a swift couple minutes)

Command: /buckets
Permission: factionbuckets.buckets (only for commands)


Screenshot:
BYPSXl1yRPKZlNKg-xDzDg.png


Example Config:
Code:
resetConfig: false
EnabledBuckets:
- cobble
- obsidian
- diamond
- emerald
Buckets:
  cobble:
    Name: "&7Cobble Wall"
    Material: COBBLESTONE
  obsidian:
    Name: "&0Obsidian Wall"
    Material: OBSIDIAN
  diamond:
    Name: "&bDiamond Wall"
    Material: DIAMOND_BLOCK
  emerald:
    Name: "&aEmerald Wall"
    Material: EMERALD_BLOCK

Download Now (Mediafire)
 
Last edited:
Status
This thread has been locked.
Top