Skip to content

Releases: TreeboMC/TreeboTrunks

0.0.10

13 Oct 18:47
Compare
Choose a tag to compare
Adds /furnace2 command, first implementation of an actual VIRTUAL fur…

0.0.9: Perm node update for update checker.

11 Aug 04:21
Compare
Choose a tag to compare
Adds some basic world guard protection, but also dependency.

0.0.7

23 Jan 11:21
Compare
Choose a tag to compare

Now respects WorldGuard

Implemts SpigotAPI Update Checker

29 Dec 06:17
Compare
Choose a tag to compare
0.0.5

Merge remote-tracking branch 'origin/master'

Bstats integration fix

27 Dec 08:34
Compare
Choose a tag to compare

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

21 Dec 23:15
Compare
Choose a tag to compare

Removes debug messages left behind due to fatigue

Initial Release

21 Dec 08:54
Compare
Choose a tag to compare

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