This is my original code:
#Init Scoreboards
{"type":"impulse", "auto":false}
/scoreboard objectives add sHambre food
{"type":"chain", "auto":true}
/scoreboard objectives add sHp health
When I compile it, I get this in the command blocks:
1: /scoreboard \tobjectives add sHambre\t\tfood
2: /scoreboard objectives add sHp \t\t\thealth
As you can see there are some \t that are corrupting the commands.
I’m using Sublime Text 3 to write the files and I haven’t created or modified the config file for smelt.
This is my original code:
When I compile it, I get this in the command blocks:
1:
/scoreboard \tobjectives add sHambre\t\tfood2:
/scoreboard objectives add sHp \t\t\thealthAs you can see there are some \t that are corrupting the commands.
I’m using Sublime Text 3 to write the files and I haven’t created or modified the config file for smelt.