Fx Control!

Fx Control!

14M Downloads

[Suggestion] Output commands are like messages

luoxingzlx opened this issue ยท 3 comments

commented

Can you add the function of output command? Because there will be more operability, such as implementing such code.I didn't see this feature on the wiki, Is it hard to implement?

{
    "helditem": "minecraft:stick",
    "block": "minecraft:chest",
    "result": "allow"
},
{
    "block": "minecraft:chest",
    "command": "/gamestage add @p copper",
    "explosion": "10,true,true",
    "result": "deny"
}
commented

Implemented for next release

commented

Although for gamestages you will also be able to use the new 'addstage' command that I'm going to add to next version as well. Should be more efficient

commented

Thank you for your advice. I'll try to use it.