Replies: 1 comment
-
You can commands.give("playername", "minecraft:oak_log", 32)
commands.execAsync("give @p minecraft:diamond 8")
commands.execAsync("kill @e[type='minecraft:item']")
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can my program best destroy items given by the player and create items for the player to have? This is so that I can implement a Dopewars clone. Is a command block peripheral the only way? And is that peripheral still supported? I didn't see a toml file in my world folder to turn it on. Thanks in advance friends.
Beta Was this translation helpful? Give feedback.
All reactions