• Guest, we are doing a new map (refresh) for Herocraft. Gather your friends and get ready! Coming next Friday, 06/28/24 @ 7PM CT play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Bug Trail bugs

Irishman81

Senior Staff
Guide
Architect
Balance Team
Legacy Supporter 7
Joined
Apr 1, 2013
So I won 4 trails today in some tier 2 crates, but i could only seem to get one working. It prompted me to use /trails but no perms. I only have a screenshot of 1/4 but I won the following (sorry didn't get most of the names)

1. Redstone follow??
2. Critical hits??
3. Something with snowballs
4. Lava drip http://puu.sh/ftVIb/ff9bbc929d.jpg

@Kainzo
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
So I won 4 trails today in some tier 2 crates, but i could only seem to get one working. It prompted me to use /trails but no perms. I only have a screenshot of 1/4 but I won the following (sorry didn't get most of the names)

1. Redstone follow??
2. Critical hits??
3. Something with snowballs
4. Lava drip http://puu.sh/ftVIb/ff9bbc929d.jpg

@Kainzo
These should now be functioning, I cross checked with
Code:
trailgui.commands.*:
description: Allows the player to use all the commands
default: op
children:
trailgui.commands.angryvillager: true
trailgui.commands.cloud: true
trailgui.commands.criticals: true
trailgui.commands.driplava: true
trailgui.commands.dripwater: true
trailgui.commands.enchantment: true
trailgui.commands.spark: true
trailgui.commands.flame: true
trailgui.commands.happyvillager: true
trailgui.commands.instantspell: true
trailgui.commands.largesmoke: true
trailgui.commands.lava: true
trailgui.commands.magiccrit: true
trailgui.commands.mobspell: true
trailgui.commands.mobspellambient: true
trailgui.commands.note: true
trailgui.commands.portal: true
trailgui.commands.reddust: true
trailgui.commands.coloredreddust: true
trailgui.commands.slime: true
trailgui.commands.snowshovel: true
trailgui.commands.snowballpoof: true
trailgui.commands.spell: true
trailgui.commands.splash: true
trailgui.commands.townaura: true
trailgui.commands.wake: true
trailgui.commands.witchmagic: true
trailgui.commands.hearts: true
trailgui.commands.endersignal: true
trailgui.commands.clearall: true
trailgui.commands.version: true
trailgui.commands.reloadconfigs: true
trailgui.commands.other.*: true
trailgui.commands.other.*:
description: Allows the player to give other players all the trails.
default: op
children:
trailgui.commands.other.angryvillager: true
trailgui.commands.other.cloud: true
trailgui.commands.other.criticals: true
trailgui.commands.other.driplava: true
trailgui.commands.other.dripwater: true
trailgui.commands.other.enchantment: true
trailgui.commands.other.spark: true
trailgui.commands.other.flame: true
trailgui.commands.other.happyvillager: true
trailgui.commands.other.instantspell: true
trailgui.commands.other.largesmoke: true
trailgui.commands.other.lava: true
trailgui.commands.other.magiccrit: true
trailgui.commands.other.mobspell: true
trailgui.commands.other.mobspellambient: true
trailgui.commands.other.note: true
trailgui.commands.other.portal: true
trailgui.commands.other.reddust: true
trailgui.commands.other.coloredreddust: true
trailgui.commands.other.slime: true
trailgui.commands.other.snowshovel: true
trailgui.commands.other.snowballpoof: true
trailgui.commands.other.spell: true
trailgui.commands.other.splash: true
trailgui.commands.other.townaura: true
trailgui.commands.other.wake: true
trailgui.commands.other.witchmagic: true
trailgui.commands.other.hearts: true
trailgui.commands.other.endersignal: true
trailgui.commands.other.clearall: true
trailgui.inventory.*:
description: Allows the player to select all the trails in the GUI.
default: op
children:
trailgui.inventory.angryvillager: true
trailgui.inventory.cloud: true
trailgui.inventory.criticals: true
trailgui.inventory.driplava: true
trailgui.inventory.dripwater: true
trailgui.inventory.enchantment: true
trailgui.inventory.spark: true
trailgui.inventory.flame: true
trailgui.inventory.happyvillager: true
trailgui.inventory.instantspell: true
trailgui.inventory.largesmoke: true
trailgui.inventory.lava: true
trailgui.inventory.magiccrit: true
trailgui.inventory.mobspell: true
trailgui.inventory.mobspellambient: true
trailgui.inventory.note: true
trailgui.inventory.portal: true
trailgui.inventory.reddust: true
trailgui.inventory.coloredreddust: true
trailgui.inventory.slime: true
trailgui.inventory.snowshovel: true
trailgui.inventory.snowballpoof: true
trailgui.inventory.spell: true
trailgui.inventory.splash: true
trailgui.inventory.townaura: true
trailgui.inventory.wake: true
trailgui.inventory.witchmagic: true
trailgui.inventory.hearts: true
trailgui.inventory.endersignal: true
trailgui.inventory.removetrails: true
trailgui.inventory.nextpage: true
trailgui.inventory.previouspage: true
 
Top