We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

14

Command block “|” pipe statement

4 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    /gamerule sendcommandfeedback false
    it will give you the data on the command you just used, such as “filled 128 blocks”

  • 2
    Registered User commented
    Comment actions Permalink

    JimTJones, that's really not what he means. Read it again. Also, it would be /gamerule sendcommandfeedback true, not false.

  • 1
    Registered User commented
    Comment actions Permalink

    this is a great idea. 

    plus, the addition of non-scoreboard variables and getting values from commands and putting them into a variable

  • 0
    Registered User commented
    Comment actions Permalink

    This is already possible using the following commands in Java Edition:

    /execute store result FakePlayer myObjective run fill 0 0 0 4 4 4 dirt
    /tellraw @a {"score":{"name":"FakePlayer","objective":"myObjective"}}

    In Bedrock Edition, I would advocate for getting the /stats command added to Bedrock Edition.