Published Jun 27th, 2015, 6/27/15 12:47 am
- 2,747 views, 1 today
- 3
- 1
- 11
86
Hey, this is EnderDurant and today I'm going to show you how to make customizable aesthetic trails. They are especially cool on servers but can also be used on single player maps.
What you need: 1+ command block, 5+ redstone dust, 2+ redstone repeaters
1. Type this command into the chat.
2. Make a quick clock using the repeaters. Set both repeaters to full delay. (right-click them 3 times)
3. Activate the clock. You will need a very short pulse.
4. Place down the command block. It will need to be powered by the redstone each time it switches from on to off.
5. Copy paste this command into the command
Replace {objectiveName} with the word you used in the the /scoreboard command at the beginning and {particleType} with anything from this list. (The trail will look different depending on which one you use)
6. Now to activate your trail copy this command into the chat!
7. Enjoy your new trail! You can adjust the trail by changing these parts of the command in the command block. You will probably want to type /gamerule commandBlockOutput into the chat to prevent the chat from being spammed.
/execute @a[score_{objectiveName}=1,score_{objectiveName}_min=1] ~ ~ ~ /particle {particleType} ~ ~1 ~ 0.5 1 0.5 .1 20 10
Change the 20 to increase the amount of particles that spawn around you.
Change {particleType} to change what type of particle spawns
You can add more trails by repeating the first command with a different {objectiveName} and add another command block. Use the same command in it but change the {objectiveName} to your new one. Also change the particleType}
I hope I helped you create some cool trails and maybe taught you a bit about scoreboards, /execute and /particle!
Another option instead of using the scoreboard objective suggested by MarkTheHunt is to use teams instead of an objective.
Diamond if you liked it!
Favorite if you loved it!
Subscribe if you want more!
:P
What you need: 1+ command block, 5+ redstone dust, 2+ redstone repeaters
1. Type this command into the chat.
Command
/scoreboard objectives add {objectiveName} dummy
Replace {objectiveName} with whatever you want. It won't be visible but you will need to remember it.
Replace {objectiveName} with whatever you want. It won't be visible but you will need to remember it.
2. Make a quick clock using the repeaters. Set both repeaters to full delay. (right-click them 3 times)
Example Clock
3. Activate the clock. You will need a very short pulse.
4. Place down the command block. It will need to be powered by the redstone each time it switches from on to off.
All blocks set up
5. Copy paste this command into the command
Command
/execute @a[score_{objectiveName}=1,score_{objectiveName}_min=1] ~ ~ ~ /particle {particleType} ~ ~1 ~ 0.5 1 0.5 .1 20 10
Particle Types
hugeexplosion
largeexplode
bubble
suspended
depthsuspend
townaura
crit
magicCrit
smoke
mobSpell
spell
instantSpell
note
portal
enchantmenttable
explode
flame
lava
footstep
splash
largesmoke
cloud
reddust
snowballpoof
dripWater
dripLava
snowshovel
slime
heart
iconcrack_
largeexplode
bubble
suspended
depthsuspend
townaura
crit
magicCrit
smoke
mobSpell
spell
instantSpell
note
portal
enchantmenttable
explode
flame
lava
footstep
splash
largesmoke
cloud
reddust
snowballpoof
dripWater
dripLava
snowshovel
slime
heart
iconcrack_
6. Now to activate your trail copy this command into the chat!
Command
/scoreboard players set {Your Username} {objectiveName} 1
7. Enjoy your new trail! You can adjust the trail by changing these parts of the command in the command block. You will probably want to type /gamerule commandBlockOutput into the chat to prevent the chat from being spammed.
/execute @a[score_{objectiveName}=1,score_{objectiveName}_min=1] ~ ~ ~ /particle {particleType} ~ ~1 ~ 0.5 1 0.5 .1 20 10
Change the 20 to increase the amount of particles that spawn around you.
Change {particleType} to change what type of particle spawns
You can add more trails by repeating the first command with a different {objectiveName} and add another command block. Use the same command in it but change the {objectiveName} to your new one. Also change the particleType}
I hope I helped you create some cool trails and maybe taught you a bit about scoreboards, /execute and /particle!
Another option instead of using the scoreboard objective suggested by MarkTheHunt is to use teams instead of an objective.
Replacement commands
Replace the first command you type in the chat with this:
/scoreboard teams add {teamName}
Replace {teamName} with any thing that you will remember.
Replace the command block's command with this:
/execute @a[team={teamName}] ~ ~ ~ /particle reddust ~ ~1 ~ 0.5 1 0.5 .1 20 10
Replace the activation command (last command you type in the chat) with this:
/scoreboard teams join {teamName} {Your Username}
You can replace {Your Username} with anyone's username who you want to have the trail and can not type it to join the team yourself.
/scoreboard teams add {teamName}
Replace {teamName} with any thing that you will remember.
Replace the command block's command with this:
/execute @a[team={teamName}] ~ ~ ~ /particle reddust ~ ~1 ~ 0.5 1 0.5 .1 20 10
Replace the activation command (last command you type in the chat) with this:
/scoreboard teams join {teamName} {Your Username}
You can replace {Your Username} with anyone's username who you want to have the trail and can not type it to join the team yourself.
Diamond if you liked it!
Favorite if you loved it!
Subscribe if you want more!
:P
Tags |
1 Update Logs
Update #1 : by Sardonyx 06/27/2015 12:00:46 pmJun 27th, 2015
Added option using teams instead of objectives suggested by MarkTheHunt.
3364832
6
Create an account or sign in to comment.
it probably would if you modified it right
Team is easyer.