Ladysnake / Blabber

An extensible data-driven Dialogue API for Minecraft
https://ladysnake.org/wiki/blabber
GNU Lesser General Public License v3.0
4 stars 8 forks source link

how to run multiple commands? #2

Closed MSandro closed 2 years ago

MSandro commented 2 years ago

would be nice if something like this would work:

"action": { "type": "blabber:command", "values": [ 
  "/give @s potato 12",
  "/give @s stone 14" 
]}
Eman-3600 commented 2 years ago

use functions

MSandro commented 2 years ago

thanks