Releases: TreeboMC/TreeboTrunks
0.0.10
0.0.9: Perm node update for update checker.
Adds some basic world guard protection, but also dependency.
0.0.7
Now respects WorldGuard
Implemts SpigotAPI Update Checker
0.0.5 Merge remote-tracking branch 'origin/master'
Bstats integration fix
Adds the following
/furnace - treebotrunk.furnace
/blastfurnace - treebotrunk.blastfurnace
/cartographer - treebotrunk.cartographer
/loom - treebotrunk.loom
/smoker - treebotrunk.smoker
/brew - treebotrunk.brew
/chests /belts /barrels - treebotrunk.<chest/barrel/belt>.open
Shows up to 54 chests/barrels/belts of the user and allows changing title / icon.
Adds world grouping based off of world name splitting at the first underscore ("_").
Eg.
Skygrid
Skygrid_the_end
Skygrid_nether
will share trunks, but
Skygrid_the_end
Skyblock_the_end
AcidIsland_the_end
will not
Adds bstats integration. You can either disable bstats in it's own config ./plugins/bstats/config.yml - enabled: false or if you wish to run your other plugins with bstats but not share stats for TreeboTrunks you can request a copy without bstats integration.
0.0.1
Removes debug messages left behind due to fatigue
Initial Release
commands:
belt:
permission: treebotrunk.belt.open
usage: "/belt[number] - Opens a virtual belt. If a number is specified, it will attempt to open a belt with that identifier."
barrel:
permission: treebotrunk.barrel.open
usage: "/barrel [number] - Opens a virtual barrel. If a number is specified, it will attempt to open a barrel with that identifier."
chest:
permission: treebotrunk.chest.open
usage: "/chest [number] - Opens a virtual double chest. If a number is specified, it will attempt to open a chest with that identifier."
trash:
permission: treebotrunk.trash.open
usage: "/trash - Opens an inventory that will eat items"
addtrunk:
permission: treebotrunk.admin
usage: "/addtrunk "
anvil:
permission: treebotrunk.anvil
usage: "/anvil"
description: "Temporarily Places an Anvil at your feet if the block is clear"
craft:
permission: treebotrunk.craft
usage: "/craft"
description: "Opens a virtual crafting table"
enchant:
permission: treebotrunk.enchant
usage: "/enchant"
description: "Temporarily Places an Anvil at your feet if the block is clear"
grindstone:
permission: treebotrunk.grindstone
usage: "/grindstone"
description: "Temporarily Places an grindstone at your feet if the block is clear"
stonecutter:
permission: treebotrunk.stonecutter
usage: "/stonecutter"
description: "Temporarily Places an stonecutter at your feet if the block is clear"
permissions:
treebotrunk.belt.open:
default: false
description: Allows opening of TreeBelts
treebotrunk.chest.open:
default: false
description: Allows opening of TreeboChests
treebotrunk.barrel.open:
default: false
description: Allows opening of TreeBarrels
treebotrunk.trash.open:
default: true
description: Allows opening of TreeBin
treebotrunk.anvil:
default: op
treebotrunk.craft:
default: op
treebotrunk.enchant:
default: op
treebotrunk.grindstone:
default: op
treebotrunk.stonecutter:
default: op