This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I need a little bit of help: I need to give someone a "Coin" only whe n a certain score is more than 100.
give @p[scores={money=10}] sunflower{CanDestroy:["minecraft:barrier"],display:{Name:"{\"text\":\"Coin\"}"}}
But this command won't work. How can i do what i want to do?
btw I'm using the snapshot 19w03c
Quote from xXThe_LolloXx» I need a little bit of help: I need to give someone a "Coin" only whe n a certain score is more than 100. give @p[scores={money=10}] sunflower{CanDestroy:["minecraft:barrier"],display:{Name:"{\"text\":\"Coin\"}"}} But this command won't work. How can i do what i want to do? btw I'm using the snapshot 19w03c
I don't think 1.14 change anything about /give. But I'm certain that's a 10, not 100.
give @p[scores={money=100..}] sunflower{CanDestroy:["minecraft:barrier"],display:{Name:"{\"text\":\"Coin\"}"}}
So something like this can work (Let's not talk about breaking barriers using sunflower, you got your reasons.)
Joining the map server or giving me a download link to add stuff.
This is mainly because I don't want some simple signs mentioning my name or my stupid head sticking to the wall.
You know you can't destroy barrier blocks is survival or adventure mode right?
Ik xD. But i needed something to make this sunflower different from other one's (Other than the name)
Quote from xXThe_LolloXx» Ik xD. But i needed something to make this sunflower different from other one's (Other than the name)
If that's all you need, just make a custom tag.
/give @a sunflower{abc:1b} 1
The system won't delete custom item tags, unlike entities.
I need a little bit of help: I need to give someone a "Coin" only whe n a certain score is more than 100.
But this command won't work. How can i do what i want to do?
btw I'm using the snapshot 19w03c
I don't think 1.14 change anything about /give. But I'm certain that's a 10, not 100.
give @p[scores={money=100..}] sunflower{CanDestroy:["minecraft:barrier"],display:{Name:"{\"text\":\"Coin\"}"}}
So something like this can work (Let's not talk about breaking barriers using sunflower, you got your reasons.)
Joining the map server or giving me a download link to add stuff.
This is mainly because I don't want some simple signs mentioning my name or my stupid head sticking to the wall.
You know you can't destroy barrier blocks is survival or adventure mode right?
Ik xD. But i needed something to make this sunflower different from other one's (Other than the name)
If that's all you need, just make a custom tag.
/give @a sunflower{abc:1b} 1
The system won't delete custom item tags, unlike entities.
Joining the map server or giving me a download link to add stuff.
This is mainly because I don't want some simple signs mentioning my name or my stupid head sticking to the wall.