Published Dec 14th, 2013, 12/14/13 7:05 am
- 11,644 views, 0 today
- 5
- 1
- 8
1
Hello and Welcome to my Tutorial!
I will show you how to make a Command Block Scoreboard Shop
First of all, you had to Register the Scoreboard, Press "/" and type
/scoreboard objectives add (name that you want) [Criteria]
example
/scoreboard objectives add Kills totalKillCount
2: activate the Scoreboard, press "/" and type
/scoreboard objectives setdisplay [slot] [name that you want]
example:
/scoreboard objectives setdisplay sidebar Kills
then you got the Scoreboard!
now Lets proceed in making the Shop
1: First, Build the shop that is in the Image,
2: Second, type this in the First Command Block,
/give @p[score_Kills_min=(the score needed to get the Item)] (The ID Item) (how much the command block gives)
example:
/give @p[score_Kills_min=30] 267 1
3: third, type this in the Second Command Block
/scoreboard players remove @p[score_Kills_min=(how much the Command Block will remove)] Kills (how much the Command Block will remove)
example:
/scoreboard players remove @p[score_Kills_min=30] Kills 30
(Note) how much the Command Block removes must be same like in the Example
(Note) if the scoreboard didnt show up when you used the "sidebar" Criteria, then
try doing this
/scoreboard objectives setdisplay list [the name of the objective]
example:
/scoreboard objectives setdisplay list Kills
then Press "Tab" button and the scoreboard will show up
Subscribe!
GIve Diamonds!
if you like it!
Thanks for Viewing!
I will show you how to make a Command Block Scoreboard Shop
First of all, you had to Register the Scoreboard, Press "/" and type
/scoreboard objectives add (name that you want) [Criteria]
example
/scoreboard objectives add Kills totalKillCount
2: activate the Scoreboard, press "/" and type
/scoreboard objectives setdisplay [slot] [name that you want]
example:
/scoreboard objectives setdisplay sidebar Kills
then you got the Scoreboard!
now Lets proceed in making the Shop
1: First, Build the shop that is in the Image,
2: Second, type this in the First Command Block,
/give @p[score_Kills_min=(the score needed to get the Item)] (The ID Item) (how much the command block gives)
example:
/give @p[score_Kills_min=30] 267 1
3: third, type this in the Second Command Block
/scoreboard players remove @p[score_Kills_min=(how much the Command Block will remove)] Kills (how much the Command Block will remove)
example:
/scoreboard players remove @p[score_Kills_min=30] Kills 30
(Note) how much the Command Block removes must be same like in the Example
(Note) if the scoreboard didnt show up when you used the "sidebar" Criteria, then
try doing this
/scoreboard objectives setdisplay list [the name of the objective]
example:
/scoreboard objectives setdisplay list Kills
then Press "Tab" button and the scoreboard will show up
Subscribe!
GIve Diamonds!
if you like it!
Thanks for Viewing!
Tags |
2620197
6
Create an account or sign in to comment.
λ