Generate a command block with variable dataUse raw json in Command attribute (/setblock)Detect *where* a specific player died?Command blocks executing w/out required parameters metHow to change scoreboard score if player does not have item in his inventory?Different commands select different entities (with the same target selector)Minecraft 1.10.2 Problem: Expected token 'm'In command block scripting, do arrays (or even variables for that matter) exist?Minecart ejection and deletion?Is there any way to create a variable in minecraft?/tp Relative CoordinatesMy arrows aren't being executed at by a looping function/command block

Knights fighting a steam locomotive they believe is a dragon

How can I prevent corporations from growing their own workforce?

expansion with *.txt in the shell doesn't work if no .txt file exists

Reduce column width of table while also aligning values at decimal point

What exactly makes a General Products hull nearly indestructible?

Where to place an artificial gland in the human body?

How do campaign rallies gain candidates votes?

Is my employer paying me fairly? Going from 1099 to W2

Why was Sauron not trying to find the Ring, and instead of preparing for war?

Grid/table with lots of buttons

Why isn't there a serious attempt at creating a third mass-appeal party in the US?

Keeping an "hot eyeball planet" wet

Using "Kollege" as "university friend"?

What does "see" in "the Holy See" mean?

Commercial jet accompanied by small plane near Seattle

How to judge a Ph.D. applicant that arrives "out of thin air"

What is the difference between 1/3, 1/2, and full casters?

How can I stop myself from micromanaging other PCs' actions?

What is the max number of outlets on a GFCI circuit?

How do professional electronic musicians/sound engineers combat listening fatigue?

Why is my read in of data taking so long?

How may I concisely assign different values to a variable, depending on another variable?

What are the exact meanings of roll, pitch and yaw?

Replacing tongue and groove floorboards: but can't find a match



Generate a command block with variable data


Use raw json in Command attribute (/setblock)Detect *where* a specific player died?Command blocks executing w/out required parameters metHow to change scoreboard score if player does not have item in his inventory?Different commands select different entities (with the same target selector)Minecraft 1.10.2 Problem: Expected token 'm'In command block scripting, do arrays (or even variables for that matter) exist?Minecart ejection and deletion?Is there any way to create a variable in minecraft?/tp Relative CoordinatesMy arrows aren't being executed at by a looping function/command block






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm trying to setblock a command block with variable data in it. I want to make a variable sized array with an armor stand, and read a custom tag at a variable position. This position should be stored in a scoreboard as well.



Further information:



  • Minecraft version 1.13.2

  • Singleplayer mode

I've already tried this command:



/setblock ~ ~2 ~ minecraft:command_blockCommand:"text":"execute store result score posN replay run data get entity highfrequent Pos[","score":"name":"#this","objective":"replay","text":"]" replace


But it doesn't work. It couldn't place the block, and I think I did something wrong with the JSON syntax.



My objective is to have an array which I can read at a variable position.



If anybody has an idea of how to do this, I would be glad to hear it.










share|improve this question
























  • What's the actual error? Hard for us to help you if you don't give us all the information.

    – MBraedley
    Jul 8 at 17:04











  • Even if command blocks allowed JSON as their command, you forgot the quotation marks and square brackets around it.

    – Fabian Röling
    Jul 8 at 18:32











  • It seems to me the title and your 'objective' (which I realize was constructed as an edit) do not really overlap a lot: could you rewrite the title to cover the goal of your question?

    – Joachim
    8 mins ago

















0















I'm trying to setblock a command block with variable data in it. I want to make a variable sized array with an armor stand, and read a custom tag at a variable position. This position should be stored in a scoreboard as well.



Further information:



  • Minecraft version 1.13.2

  • Singleplayer mode

I've already tried this command:



/setblock ~ ~2 ~ minecraft:command_blockCommand:"text":"execute store result score posN replay run data get entity highfrequent Pos[","score":"name":"#this","objective":"replay","text":"]" replace


But it doesn't work. It couldn't place the block, and I think I did something wrong with the JSON syntax.



My objective is to have an array which I can read at a variable position.



If anybody has an idea of how to do this, I would be glad to hear it.










share|improve this question
























  • What's the actual error? Hard for us to help you if you don't give us all the information.

    – MBraedley
    Jul 8 at 17:04











  • Even if command blocks allowed JSON as their command, you forgot the quotation marks and square brackets around it.

    – Fabian Röling
    Jul 8 at 18:32











  • It seems to me the title and your 'objective' (which I realize was constructed as an edit) do not really overlap a lot: could you rewrite the title to cover the goal of your question?

    – Joachim
    8 mins ago













0












0








0








I'm trying to setblock a command block with variable data in it. I want to make a variable sized array with an armor stand, and read a custom tag at a variable position. This position should be stored in a scoreboard as well.



Further information:



  • Minecraft version 1.13.2

  • Singleplayer mode

I've already tried this command:



/setblock ~ ~2 ~ minecraft:command_blockCommand:"text":"execute store result score posN replay run data get entity highfrequent Pos[","score":"name":"#this","objective":"replay","text":"]" replace


But it doesn't work. It couldn't place the block, and I think I did something wrong with the JSON syntax.



My objective is to have an array which I can read at a variable position.



If anybody has an idea of how to do this, I would be glad to hear it.










share|improve this question
















I'm trying to setblock a command block with variable data in it. I want to make a variable sized array with an armor stand, and read a custom tag at a variable position. This position should be stored in a scoreboard as well.



Further information:



  • Minecraft version 1.13.2

  • Singleplayer mode

I've already tried this command:



/setblock ~ ~2 ~ minecraft:command_blockCommand:"text":"execute store result score posN replay run data get entity highfrequent Pos[","score":"name":"#this","objective":"replay","text":"]" replace


But it doesn't work. It couldn't place the block, and I think I did something wrong with the JSON syntax.



My objective is to have an array which I can read at a variable position.



If anybody has an idea of how to do this, I would be glad to hear it.







minecraft minecraft-commands






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 10 mins ago









Joachim

3,3401 gold badge12 silver badges34 bronze badges




3,3401 gold badge12 silver badges34 bronze badges










asked Jul 8 at 16:29









commander guycommander guy

1737 bronze badges




1737 bronze badges












  • What's the actual error? Hard for us to help you if you don't give us all the information.

    – MBraedley
    Jul 8 at 17:04











  • Even if command blocks allowed JSON as their command, you forgot the quotation marks and square brackets around it.

    – Fabian Röling
    Jul 8 at 18:32











  • It seems to me the title and your 'objective' (which I realize was constructed as an edit) do not really overlap a lot: could you rewrite the title to cover the goal of your question?

    – Joachim
    8 mins ago

















  • What's the actual error? Hard for us to help you if you don't give us all the information.

    – MBraedley
    Jul 8 at 17:04











  • Even if command blocks allowed JSON as their command, you forgot the quotation marks and square brackets around it.

    – Fabian Röling
    Jul 8 at 18:32











  • It seems to me the title and your 'objective' (which I realize was constructed as an edit) do not really overlap a lot: could you rewrite the title to cover the goal of your question?

    – Joachim
    8 mins ago
















What's the actual error? Hard for us to help you if you don't give us all the information.

– MBraedley
Jul 8 at 17:04





What's the actual error? Hard for us to help you if you don't give us all the information.

– MBraedley
Jul 8 at 17:04













Even if command blocks allowed JSON as their command, you forgot the quotation marks and square brackets around it.

– Fabian Röling
Jul 8 at 18:32





Even if command blocks allowed JSON as their command, you forgot the quotation marks and square brackets around it.

– Fabian Röling
Jul 8 at 18:32













It seems to me the title and your 'objective' (which I realize was constructed as an edit) do not really overlap a lot: could you rewrite the title to cover the goal of your question?

– Joachim
8 mins ago





It seems to me the title and your 'objective' (which I realize was constructed as an edit) do not really overlap a lot: could you rewrite the title to cover the goal of your question?

– Joachim
8 mins ago










1 Answer
1






active

oldest

votes


















1














The command inside a command block is a regular string, not a JSON component. Since there's also no way to convert a JSON component into a normal string, you can't use it as the command inside a command block.






share|improve this answer























  • What did you actually want to do with that? Maybe there's still a way to do what you want, but not with variable command blocks.

    – Fabian Röling
    Jul 8 at 18:39











  • I try to make an array which I am able to read at an variable position.

    – commander guy
    Jul 9 at 16:03











  • So you mean just like the arrays in NBT? You can already do that, items allow arbitrary data in their tag NBT tag.

    – Fabian Röling
    Jul 10 at 1:48













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f354134%2fgenerate-a-command-block-with-variable-data%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














The command inside a command block is a regular string, not a JSON component. Since there's also no way to convert a JSON component into a normal string, you can't use it as the command inside a command block.






share|improve this answer























  • What did you actually want to do with that? Maybe there's still a way to do what you want, but not with variable command blocks.

    – Fabian Röling
    Jul 8 at 18:39











  • I try to make an array which I am able to read at an variable position.

    – commander guy
    Jul 9 at 16:03











  • So you mean just like the arrays in NBT? You can already do that, items allow arbitrary data in their tag NBT tag.

    – Fabian Röling
    Jul 10 at 1:48















1














The command inside a command block is a regular string, not a JSON component. Since there's also no way to convert a JSON component into a normal string, you can't use it as the command inside a command block.






share|improve this answer























  • What did you actually want to do with that? Maybe there's still a way to do what you want, but not with variable command blocks.

    – Fabian Röling
    Jul 8 at 18:39











  • I try to make an array which I am able to read at an variable position.

    – commander guy
    Jul 9 at 16:03











  • So you mean just like the arrays in NBT? You can already do that, items allow arbitrary data in their tag NBT tag.

    – Fabian Röling
    Jul 10 at 1:48













1












1








1







The command inside a command block is a regular string, not a JSON component. Since there's also no way to convert a JSON component into a normal string, you can't use it as the command inside a command block.






share|improve this answer













The command inside a command block is a regular string, not a JSON component. Since there's also no way to convert a JSON component into a normal string, you can't use it as the command inside a command block.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jul 8 at 18:38









Fabian RölingFabian Röling

10.5k3 gold badges17 silver badges48 bronze badges




10.5k3 gold badges17 silver badges48 bronze badges












  • What did you actually want to do with that? Maybe there's still a way to do what you want, but not with variable command blocks.

    – Fabian Röling
    Jul 8 at 18:39











  • I try to make an array which I am able to read at an variable position.

    – commander guy
    Jul 9 at 16:03











  • So you mean just like the arrays in NBT? You can already do that, items allow arbitrary data in their tag NBT tag.

    – Fabian Röling
    Jul 10 at 1:48

















  • What did you actually want to do with that? Maybe there's still a way to do what you want, but not with variable command blocks.

    – Fabian Röling
    Jul 8 at 18:39











  • I try to make an array which I am able to read at an variable position.

    – commander guy
    Jul 9 at 16:03











  • So you mean just like the arrays in NBT? You can already do that, items allow arbitrary data in their tag NBT tag.

    – Fabian Röling
    Jul 10 at 1:48
















What did you actually want to do with that? Maybe there's still a way to do what you want, but not with variable command blocks.

– Fabian Röling
Jul 8 at 18:39





What did you actually want to do with that? Maybe there's still a way to do what you want, but not with variable command blocks.

– Fabian Röling
Jul 8 at 18:39













I try to make an array which I am able to read at an variable position.

– commander guy
Jul 9 at 16:03





I try to make an array which I am able to read at an variable position.

– commander guy
Jul 9 at 16:03













So you mean just like the arrays in NBT? You can already do that, items allow arbitrary data in their tag NBT tag.

– Fabian Röling
Jul 10 at 1:48





So you mean just like the arrays in NBT? You can already do that, items allow arbitrary data in their tag NBT tag.

– Fabian Röling
Jul 10 at 1:48

















draft saved

draft discarded
















































Thanks for contributing an answer to Arqade!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f354134%2fgenerate-a-command-block-with-variable-data%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу