Published Jul 1st, 2013, 7/1/13 4:04 pm
- 5,822 views, 0 today
- 2
- 1
- 14
62
Hello Everyone! Today I'm doing a tutorial on how to make a command block store - no mods needed! I hope this helps!
To make a command block store, you will first need to activate the scoreboard. There are 2 commands that are NECESSARY for the store to work. They are:
1. /scoreboard objectives add Points totalKillCount Points
2. /scoreboard objectives setdisplay Sidebar Points
PLEASE NOTE: Red = Don't change Purple = Name Blue = More than one option (Sidebar, list, or belowname)
The currency is the totalKillCount. The name is just like what the currency is called.
Now to get on to the store part.

Command for Command Block 1: /give @p[score_Points_min=5] 267
Command for Command Block 2: /scoreboard players remove @p[score_Points_min=5] Points 5
Purple = Objective Name Blue = Cost Green = Item ID
Well, that's all that's to it, just keep adding to the store and you'll be good to go! Thanks for reading!
To make a command block store, you will first need to activate the scoreboard. There are 2 commands that are NECESSARY for the store to work. They are:
1. /scoreboard objectives add Points totalKillCount Points
2. /scoreboard objectives setdisplay Sidebar Points
PLEASE NOTE: Red = Don't change Purple = Name Blue = More than one option (Sidebar, list, or belowname)
The currency is the totalKillCount. The name is just like what the currency is called.
Now to get on to the store part.
Design

Command for Command Block 1: /give @p[score_Points_min=5] 267
Command for Command Block 2: /scoreboard players remove @p[score_Points_min=5] Points 5
Purple = Objective Name Blue = Cost Green = Item ID
Well, that's all that's to it, just keep adding to the store and you'll be good to go! Thanks for reading!
Tags |
2264369
6
Create an account or sign in to comment.
eazyrider101 5
@p[score_/color]Kills_min=5] -10
(I pressed the button twice)
But why does it say that?
/scoreboard objectives add Points totalKillCount [sidebar, list, or belowname] Points
Where I put down Points, you can put down something like Kills, Money, or whatever you want your currency to be called :)
Hope this helps