Mods New Content

[1.7.2][SP/LAN] Counting Command--Bugfix

  • 3,557 views • 1 today
  • 187 downloads • 0 today
  • 1
  • 1
MCenderdragon
Level 62 : High Grandmaster Programmer
60
This mod is from MCenderdragon.
Its add a new command named "count"

Click to reveal
/count {x=-2,5} {y=1,5} {z=-2,5} /setblock ~#x ~#y ~#z

first the vaiable x, y and z where made and the start value are set (-2 for x, 1 for y and -2 for z)
the we use the vaiables in the command with #+"variable name"
this command make the 5x5x5 block at the picture

/count {x=score_@p_dummy1,1} /say #x

first we made the variable 'x' with the value from the dummy1 at the nearest player
than the variable x is used in the command say


Click to reveal
/count {=[minimum/score_player_object],,[steps]} ... {} /command #variable
  • variable is the name of the new variable
  • minimum is the number the vaiable start to count, default 0
  • or you can juse with "score_" + playername + scoreboard-object name the value of the scoreboard as minimum
  • maximum is the value the command count to, if the minimumis -5 and the maximum 10 the command count from -5 to 5 (-5 + 10 = 5)
  • steps is the value that where add to the minimum , deafult 1
Progress90% complete
Game VersionMinecraft 1.7.2
Tags

  Have something to say?

Welcome