Published Jul 19th, 2016, 7/19/16 8:17 pm
- 4,016 views, 0 today
- 11
- 7
- 10
168
Turrets:
Hey, guys! Today I bring you a customizable turret system you can intsall into your world with just two commands. It was suggested by a viewer of mine, Smeagol Plays. These turrets will locate the player anywhere in the arena, and shoot directly at them. You can adjust the range of the turret so that player's have to get within a certain distance. The default range is 30.0 blocks. If you like this creation, a diamond would be much appreciated! :D
Features:
Make sure you don't place any arena within 130 blocks of another. The second one can destroy some of the first (even if it's not visible from above). The arenas can be up to 100x100 blocks, so you should have plenty of space. Also, if you accidentally place a turret outside of an arena, stand on top of it and kill any armorstand within a radius of 5. You can use this command if you're not sure how:
/kill @e[type=ArmorStand,r=5]
COMMAND 1: http://pastebin.com/hREr2Uyb
COMMAND 2: http://pastebin.com/jCC72PZm
When you activate the first command, it places a command block for you to place the second one in. You can watch the first minute of the video to see this.
Hey, guys! Today I bring you a customizable turret system you can intsall into your world with just two commands. It was suggested by a viewer of mine, Smeagol Plays. These turrets will locate the player anywhere in the arena, and shoot directly at them. You can adjust the range of the turret so that player's have to get within a certain distance. The default range is 30.0 blocks. If you like this creation, a diamond would be much appreciated! :D
Features:
- Customizable arena with adjustable length and width
- Adjustable turret range (required distance of a player for a turret to shoot)
- Adjustable turret power (how fast the bullets are)
- Adjustable turret speed (how fast the turret shoots)
Make sure you don't place any arena within 130 blocks of another. The second one can destroy some of the first (even if it's not visible from above). The arenas can be up to 100x100 blocks, so you should have plenty of space. Also, if you accidentally place a turret outside of an arena, stand on top of it and kill any armorstand within a radius of 5. You can use this command if you're not sure how:
/kill @e[type=ArmorStand,r=5]
COMMAND 1: http://pastebin.com/hREr2Uyb
COMMAND 2: http://pastebin.com/jCC72PZm
When you activate the first command, it places a command block for you to place the second one in. You can watch the first minute of the video to see this.
Progress | 100% complete |
Tags |
3755407
2
Create an account or sign in to comment.
I Need some of that for my base. Is there any way to make said turrets target mobs and not players?
(Stupid question, but a question nonetheless.)
Thanks for the Innovation before me, and carry on making them!
First you'd need to locate the stats command, and change @a to @e[type=!Player] and change @p to @e[type=!Player,r=0,c=1]
Then you need to find @a[tag=Arena] or @p[tag=Arena] and change @a[tag=Arena] to @e[type=!ArmorStand,tag=Arena] and @p[tag=Arena] to @e[type=!ArmorStand,tag=Arena,c=1]
Then, when you're executed off the armorstand named bullet, change all the @a commands to @e[type=!ArmorStand].
So yeah, it might take a little while. You can use ctrl+f in a word doc or pastebin to find all the tags in the one command. It may take a bit of time, though.
Heheheheheheh...