SmokeTrail
- My IGN: DimensioX, my youtube name is MixMasterWright
- Estimated Update Release date: TBA
- This plugins use was to essentially utilize the particle effects that bukkit has to offer mainly the smoke and fire particles(hence the name, but now it has a whole lot more than that). When you walk it will leave a trail of smoke and fire behind you hence the name. The trail can not be seen if you have particle effects turned off and it will not bother any anti-cheating plugins.
- Commands:
- /trail opens up the GUI to activate any of the trails you have permission for
- /trail smoke will leave a trail of smoke behind you
- /trail fire will leave a trail of fire behind you and
- /trail ender will leave a trail of ender particles behind you
- /trail flowers will leave a trail of flowers behind you(you can't pick them up and they will despawn on their own)
- /trail loot will leave a trail of goodies behind you
- /trail star will leave a trail of stars behind you
- /trail crit will leave a trail of critical blows behind you
- /trail sweat will make you feel like taking a hike
- /trail blood will leave a trail of bloodshed behind you
- /trail sparks will leave a trail of sparks behind you.
- /trail breadcrumb will leave a trail of crumbs behind you. Hansel and Gretel approved!
- /trail magma will leave a trail of destruction behind you.
- /trail letters will leave a trail of knowledge around you.
- /trail anger will make you want to punch a kitten
- /trail happy will leave you feeling green
- /trail magic will make you feel like Harry Potter
- /trail music will make you feel harmonious
- /trail clouds will have you sleeping on them
- /trail multi will let you have multiple trails at once!(if you have permission for the trail)
- /trail list will list all the current trails
- /trail off turns off all trails You can use all commands on other players using /trail command playername; it has to be the exact name case sensitive. For /trail multi you just do /trail multi trail1, trail2, etc.
- Permissions:
- smoketrail.use.smoke: for the /trail smoke command
- smoketrail.use.fire: for the /trail fire command
- smoketrail.use.ender: for the /trail ender command
- smoketrail.use.hearts: for the /trail hearts command
- smoketrail.use.flowers: for the /trail flowers command
- smoketrail.use.loot: for the /trail loot command
- smoketrail.use.star: for the /trail star command
- smoketrail.use.sweat: for the /trail sweat command
- smoketrail.use.crit: for the /trail crit command
- smoketrail.use.flowers: for the /trail flowers command
- smoketrail.use.breadcrumb: for the /trail breadcrumb command
- smoketrail.use.sparks: for the /trail sparks command
- smoketrail.use.magma: for the /trail magma command
- smoketrail.use.blood: for the /trail blood command
- smoketrail.use.clouds: for the /trail clouds command
- smoketrail.use.anger: for the /trail anger command
- smoketrail.use.music: for the /trail music command
- smoketrail.use.magic: for the /trail magic command
- smoketrail.use.letters: for the /trail letters command
- smoketrail.use.happy: for the /trail happy command
- smoketrail.use.off: for the /trail off command
- smoketrail.multi: for the /trail multi command
- You can use smoketrail.use.* for all commands and smoketrail.other.trail name for usage on other players like smoketrail.other.ender. Or just use smoketrail.other.* For the multi trail it's just smoketrail.multi. The global permission is smoketrail.all
- Custom Messages format: You can use it just like essentials chat colors. Just don't mess with the enabled/disabled or it will break and I will be upset. For a reference use this: http://ess.khhq.net/mc/
- Metrics Collection
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
-
View User Profile
-
Send Message
Posted Jan 20, 2014@zachrywilsn
The player trying to use the trail doesn't have any permissions to any skull trails but has permission to use the trail command itself. Once they toggle the command it will check if they have permission to each individual skull and if they have none then nothing will spawn and stuff breaks.
-
View User Profile
-
Send Message
Posted Jan 20, 2014when using skulls. they dont show up and i get this
[00:02:57 ERROR]: Could not pass event PlayerMoveEvent to Smoke Trail v6.0 org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) [craftbukkit.jar:git-Spigot-1245] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit.jar:git-Spigot-1245] at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:47) [craftbukkit.jar:git-Spigot-1245] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) [craftbukkit.jar:git-Spigot-1245] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) [craftbukkit.jar:git-Spigot-1245] at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:228) [craftbukkit.jar:git-Spigot-1245] at net.minecraft.server.v1_7_R1.PacketPlayInFlying.a(SourceFile:137) [craftbukkit.jar:git-Spigot-1245] at net.minecraft.server.v1_7_R1.PacketPlayInLook.handle(SourceFile:98) [craftbukkit.jar:git-Spigot-1245] at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [craftbukkit.jar:git-Spigot-1245] at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit.jar:git-Spigot-1245] at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:678) [craftbukkit.jar:git-Spigot-1245] at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273) [craftbukkit.jar:git-Spigot-1245] at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [craftbukkit.jar:git-Spigot-1245] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [craftbukkit.jar:git-Spigot-1245] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Spigot-1245]
Caused by: java.lang.IllegalArgumentException: n must be positive
at java.util.Random.nextInt(Random.java:300) [?:1.7.0_45] at me.dimension.smoke.traillistener.onPlayerMoveEvent(traillistener.java:360) [?:?] at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source) [?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [?:1.7.0_45] at java.lang.reflect.Method.invoke(Method.java:606) [?:1.7.0_45] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) [craftbukkit.jar:git-Spigot-1245] ... 14 more
-
View User Profile
-
Send Message
Posted Jan 18, 2014@MohammadCreeper
Fixed for the next update.
-
View User Profile
-
Send Message
Posted Jan 18, 2014People can get the loot dropped in ground in /trail loot using a glitch.
The glitch:
Please FIX ASAP.
-
View User Profile
-
Send Message
Posted Jan 18, 2014Suggestion: Fireworks trail :D
-
View User Profile
-
Send Message
Posted Jan 15, 2014where is the disco?!
-
View User Profile
-
Send Message
Posted Jan 11, 2014Wow, this is so cool! Would it be possible to add the bonemeal particles when growing a tree or bubbles?
-
View User Profile
-
Send Message
Posted Jan 11, 2014Hey,
Just an idea, it would be nice if the particles/entities disappear when you use /vanish.
Thanks! -Phil
-
View User Profile
-
Send Message
Posted Jan 10, 2014Wow, this is a beautiful plugin. Have you considered adding VanishNoPacket support and the ability to toggle another player's trail from the console?
-
View User Profile
-
Send Message
Posted Jan 9, 2014I love this plugin. I highly recommend it to anyone looking to spice up their server.
-
View User Profile
-
Send Message
Posted Jan 7, 2014Awesome plugin!!!!
-
View User Profile
-
Send Message
Posted Jan 6, 2014@themeparkman
Well, when Bukkit gets around to approving the latest update, you'll absolutely love it.
-
View User Profile
-
Send Message
Posted Jan 6, 2014I absolutely love this plugin!
I use it on my hub as a Donator Perk.
I can't wait to see what you add in the future!
I would rate this plugin 100 out of 10. I would recommend it to anyone, wanting a lot of good donator perks.
:D
-
View User Profile
-
Send Message
Posted Jan 4, 2014@dms1
I had removed the reload command a long time ago and the trails above are for the next update.
-
View User Profile
-
Send Message
Posted Jan 4, 2014For some reason, it doesn't recognize a lot of the trails listed in the description above :( Is there a way to fix this? It also doesn't recognize /trail reload. Thanks!
-
View User Profile
-
Send Message
Posted Jan 2, 2014@zachrywilsn
Also, I can't thank you enough. It really means a lot to me.
-
View User Profile
-
Send Message
Posted Jan 1, 2014@zachrywilsn
Upper right hand corner.
-
View User Profile
-
Send Message
Posted Jan 1, 2014wheres the button? the donate one.
-
View User Profile
-
Send Message
Posted Jan 1, 2014I've turned 18 today and to make use of that I made a PayPal account(which I couldn't before because they don't want me to) and added a donate button. I'm not saying give me money or the plugin won't work, not that type of guy. Just saying that anything is appreciated.
Happy New Years. :D
-
View User Profile
-
Send Message
Posted Dec 31, 2013@YourMCAdmin
Thanks, and fixed. :D