Published Jun 15th, 2017, 6/15/17 11:21 am
- 3,275 views, 0 today
- 7
- 4
- 1
2
Hello this is me again now I have been playing bedwars recently and I thought to make a blog on how to make bedwars in minecraft but without plugins
Repeating Alway Active:/testforblock X Y Z bed -1
meaning: this will test for a bed at the specific X Y Z location
Chain Always Active:/testforblock X Y Z repeating_command_block -1 {SuccessCount:0}
meaning:this will detect for a repeating command block that is not working (that is not finding the bed)
Chain Conditional Always Active:/execute @a[score_FinalDeath_min=1] ~ ~ ~ /gamemode 3 @a[c=1]
Type in chat:/scoreboard objectives add FinalDeath DeathCount
meanng: this will make an objective that will keep count of your deaths and if your bed is destroyed and you die you will be out in spectator mode
Chain Always Active:/scoreboard players set @a FinalDeath 0
meaning: this will set your score to zero
If you liked this please give this a diamond. goodbye!!!!!!
Repeating Alway Active:/testforblock X Y Z bed -1
meaning: this will test for a bed at the specific X Y Z location
Chain Always Active:/testforblock X Y Z repeating_command_block -1 {SuccessCount:0}
meaning:this will detect for a repeating command block that is not working (that is not finding the bed)
Chain Conditional Always Active:/execute @a[score_FinalDeath_min=1] ~ ~ ~ /gamemode 3 @a[c=1]
Type in chat:/scoreboard objectives add FinalDeath DeathCount
meanng: this will make an objective that will keep count of your deaths and if your bed is destroyed and you die you will be out in spectator mode
Chain Always Active:/scoreboard players set @a FinalDeath 0
meaning: this will set your score to zero
If you liked this please give this a diamond. goodbye!!!!!!
Tags |
3965402
6
Create an account or sign in to comment.