Deleted target/classes/com/songoda/epicbuckets/commands/GenbucketCommand.class, target/classes/com/songoda/epicbuckets/events/GenbucketPlaceEvent.class, target/classes/com/songoda/epicbuckets/filehandler/files/ShopFile.class, target/classes/com/songoda/epicbuckets/filehandler/FileManager.class, target/classes/com/songoda/epicbuckets/genbuckets/Genbucket$1.class, target/classes/com/songoda/epicbuckets/genbuckets/GenbucketManager.class, target/classes/com/songoda/epicbuckets/genbuckets/GenbucketType.class, target/classes/com/songoda/epicbuckets/regionhandlers/RegionFactions.class, target/classes/com/songoda/epicbuckets/regionhandlers/RegionGriefPrevention.class, target/classes/com/songoda/epicbuckets/regionhandlers/RegionWBorder.class, target/classes/com/songoda/epicbuckets/regionhandlers/RegionWorldGuard.class, target/classes/com/songoda/epicbuckets/util/ChatUtil.class, target/classes/com/songoda/epicbuckets/util/InventoryUtil.class, target/classes/com/songoda/epicbuckets/util/ItemStackUtil.class, target/classes/com/songoda/epicbuckets/util/Util.class, target/classes/com/songoda/epicbuckets/Locale.class, target/classes/config.yml, target/classes/en_US.lang, target/classes/plugin.yml, target/classes/shops.yml files

This commit is contained in:
Brianna O'Keefe 2018-11-01 01:51:04 +00:00
parent a4e8f8b1c0
commit 4cbd59b672
20 changed files with 0 additions and 681 deletions

View File

@ -1,217 +0,0 @@
###############################################
# EpicBuckets #
# Made by Songoda #
###############################################
# All config files can be found on
# https://www.spigotmc.org/resources/ezbucket-1-7-1-12-region-support-gui-horizontal-vertical-and-infused-gens-genbucket.50944/
FACTIONS-SUPPORT: false # MassiveCore and Factions/FactionsUUID/SavageFactions is needed
WORLDGUARD-SUPPORT: false # WorldEdit and WorldGuard is needed
GRIEFPREVENTION-SUPPORT: false # GriefPrevention is needed
ENABLE-GENS-IN-WILDERNESS: true
ENCHANT: false # Enchant genbuckets in all guis
CLOSE-GUI-AFTER-PURCHASE: false # Close the inventory after purchase
INFINITE-USE: false # If enabled, you won't lose a genbucket when you place it down
USE-SPONGE-SUPPORT: false # If a sponge is found it will stop the genbucket
SPONGE-RADIUS: 3 # <- SPONGE-RADIUS 3 == 3x3. I do not recommending putting this higher than 3
MAX-ACTIVE-GEN-PER-PLAYER: 10 # Amount of gens a player can have active at time
PLACE-UNLIMTED-GENS: true # This will override MAX-ACTIVE-GEN-PER-PLAYER and let them place unlimted gens
MAX-VERTICAL-HEIGHT: 257 # Vertical gen height, the gen will stop if y > 256
MAX-HORIZONTAL-LENGTH: 50 # Horizontal height
DELAY: 10 # If delay is set to 20 it will place one block every second. 10 will place two blocks each second
DISABLE-GENBUCKETS: false # If enabled placing any genbuckets wont be placeable
CUSTOM-ACTIVE-GEN-PER-PLAY: # Put the highest first
# Everyone with the permission genbucket.limit.god
# will be able to place 30 instead of the default value (MAX-ACTIVE-GEN-PER-PLAYER)
GOD: "30:genbucket.limit.god"
VETERAN: "25:genbucket.limit.veteran"
VIP: "20:genbucket.limit.vip"
# All genbuckets will run over these materials
# except the psuedo.
# Make all words capital!
IGNORE-MATERIALS:
- "AIR" # <- Don't remove unless you know what you're doing
- "SNOW"
- "LONG_GRASS"
- "DEAD_BUSH"
- "YELLOW_FLOWER"
- "DOUBLE_PLANT"
- "RED_ROSE"
PSUEDO-MATERIALS: # Which materials should the psuedo genbucket work on?
- "cobblestone"
- "sand"
- "obsidian"
FILL-ITEM:
name: " "
material: stained_glass_pane
damage: 15
BACK-BUTTON:
name: " &c&lReturn back to categories"
material: barrier
damage: 0
BULK-SHOP-INVENTORY:
inventory-name: "Bulk shop for {player}"
size: 54 # Must be one of these: 9, 18, 27, 36, 45, 54
fill: false # recommended off
return-back-slot: 49
main-item-slot: 22
increase-item:
material: stained_glass_pane
damage: 5
slots: "24,25,26" # Put only three integers and separate with commas
decrease-item:
material: stained_glass_pane
damage: 14
slots: "18,19,20" # Put only three integers and separate with commas
purchase-item:
name: "&a&lConfirm"
material: stained_glass
damage: 13
slot: 40
# All material names can be found @ https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
MENU-ITEMS:
size: 27 # Must be one of these: 9, 18, 27, 36, 45, 54
fill: true # Fill inventory ?
inventory-name: "Select a category"
'1': # Must be unique
item: # Item configuration
material: WATER_BUCKET # material name
damage: 0 # also known as short
name: "&eVertical genbuckets" # Name of the item
lore: # Lore of the item
- ""
- "&7&o(( Click to open shop ))"
- ""
- "&7Use vertical genbuckets to create"
- "&7vertical walls fast and efficient"
- ""
shop: "vertical" # make a shop in shops.yml
slot: 10 # slot in the gui
'2':
item:
material: WATER_BUCKET
damage: 0
name: "&eHorizontal genbuckets"
lore:
- ""
- "&7&o(( Click to open shop ))"
- ""
- "&7Use horizontal genbuckets to create"
- "&7roofs & floors fast and efficient"
- ""
shop: "horizontal"
slot: 12 # slot in the gui
'3':
item:
material: WATER_BUCKET
damage: 0
name: "&eInfused genbuckets"
lore:
- ""
- "&7&o(( Click to open shop ))"
- ""
- "&7Use infused genbuckets to place"
- "&7vertical walls on each side of the"
- "&7block"
- ""
shop: "infused"
slot: 14 # slot in the gui
'4':
item:
material: WATER_BUCKET
damage: 0
name: "&ePsuedo genbuckets"
lore:
- ""
- "&7&o(( Click to open shop ))"
- ""
- "&7Use psuedo genbuckets to repair"
- "&7broken walls"
- ""
shop: "psuedo"
slot: 16 # slot in the gui

View File

@ -1,30 +0,0 @@
#General Messages
general.nametag.prefix = "&8[&6EpicBuckets&8]"
#Command Messages
command.reload.success = "&7You've reloaded the config"
command.admin.on = "&7You have toggled admin-mode &aon"
command.admin.off = "&7You have toggled admin-mode &coff"
command.settings.modify = "&7You've set &e%setting%&7 to &e%value%"
#Interface Messages
interface.withdrawl.success = "&e$%amount%&7 was taken from your &eaccount&7!"
#Event Messages
event.general.nopermission = "&cYou do not have permission to do that."
event.general.playercommand = "&c&lOnly players can use this"
event.general.error = "&cAn error occurred, please contact an administrator"
event.purchase.notenoughmoney = "&7You need &e$%money% &7more to purchase this genbucket!"
event.purchase.inventoryfull = "&7Your inventory is &efull&7!"
event.place.nothere = "&7You're not &eallowed&7 to place a genbucket here!"
event.place.wait = "&7You must &ewait&7 before your other gen(s) finishes!"
event.translate.directionup = "on top of blocks"
event.translate.directionside = "on the side of blocks"
event.genbucket.disabled = "&eGenbuckets &7are currently disabled!"
event.genbucket.placedwrong = "&e%genbucket% &7can be placed %direction%"
event.genbucket.wrongmaterialpsuedo = "&7You cannot use this genbucket on this &eblock!"
event.admin.playerplaced = "&e%player% &7placed a &e%type% genbucket&7!"

View File

@ -1,16 +0,0 @@
name: EpicBuckets
version: 1
description: Generate walls fast and efficient with beautiful guis!
author: Songoda
main: com.songoda.epicbuckets.EpicBuckets
softdepend: [WorldGuard, WorldEdit, Factions, MassiveCore, FactionsUUID, GriefPrevention]
depend: [Vault]
commands:
genbucket:
description: Open EpicBuckets shop
aliases: [gb, gen, genbuckets, ezbucket, epicbuckkets, genshop]
usage: "/gb"
genbucketadmin:
description: Admin commands
aliases: [gbadmin, genadmin, genbucketadmin, ezbucketadmin]
usage: "/genbucketadmin"

View File

@ -1,418 +0,0 @@
use-back-buttons: true
shops:
vertical:
goBackButton: 31 # back button will display if enabled in config.yml
trait: "VERTICAL" # Which genbucket type does this shop have?
size: 36 # Must be one of these: 9, 18, 27, 36, 45, 54
fill: true # Fill inventory ?
inventory-name: "Vertical genbuckets"
'0': # Must be unique
name: "&eVertical Cobble" # Genbucket item name
icon: "WATER_BUCKET" # This is the item placed in the GUI and the item you will get when purchased
type: "COBBLESTONE" # This is the material the bucket places
type-damage: 0 # Set a damage for the block the genbucket places
slot: 12 # This is the slot for the bucket in the GUI
price: 400 # This is the price for the bucket
damage: 0 # Material id if needed, for example if you want to spawn red wool in the guit
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
'1':
name: "&eVertical Sand"
icon: "WATER_BUCKET"
type: "SAND"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 13
price: 400
damage: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
'2':
name: "&eVertical Obby"
icon: "WATER_BUCKET"
type: "OBSIDIAN"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 14
price: 700
damage: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
infused:
goBackButton: 31
trait: "INFUSED"
size: 36
fill: true
inventory-name: "Infused genbuckets"
'0':
name: "&eInfused Cobble"
icon: "WATER_BUCKET"
type: "COBBLESTONE"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 12
price: 200
trait: "INFUSED"
material-id: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
'1':
name: "&eInfused Obsidian"
icon: "WATER_BUCKET"
type: "OBSIDIAN"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 13
price: 700
trait: "INFUSED"
material-id: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
'2':
name: "&eInfused Netherrack"
icon: "WATER_BUCKET"
type: "NETHERRACK"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 14
price: 31
trait: "INFUSED"
material-id: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
psuedo:
goBackButton: 31
trait: "PSUEDO"
size: 36
fill: true
inventory-name: "Psuedo genbuckets"
'0': # Must be unique
name: "&ePsuedo Cobble"
icon: "WATER_BUCKET"
type: "COBBLESTONE"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 12
price: 400
damage: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
'1':
name: "&ePsuedo Sand"
icon: "WATER_BUCKET"
type: "SAND"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 13
price: 400
damage: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
'2':
name: "&ePsuedo Obby"
icon: "WATER_BUCKET"
type: "OBSIDIAN"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 14
price: 700
damage: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
horizontal:
goBackButton: 31
trait: "HORIZONTAL"
size: 36
fill: true
inventory-name: "Horizontal genbuckets"
'0': # Must be unique
name: "&eHorizontal Cobble"
icon: "WATER_BUCKET"
type: "COBBLESTONE"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 12
price: 400
damage: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
'1':
name: "&eHorizontal Sand"
icon: "WATER_BUCKET"
type: "SAND"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 13
price: 400
damage: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""
'2':
name: "&eHorizontal Obby"
icon: "WATER_BUCKET"
type: "OBSIDIAN"
type-damage: 0 # Set a damage for the block the genbucket places
slot: 14
price: 700
damage: 0
description: # This is the lore of the bucket in the gui
- ""
- "&7&o((Left click to buy or right click to open bulk shop))"
- ""
- "&7Price for one &e${price}" # The {price} and {material} placeholders only works in description
- ""
- "&7Spawns &e{material} &7blocks"
- ""
item-lore: # New lore after the gen has been purchased
- ""
- "&7&oRight click a block to place"
- ""