on my server i am running:
Pixelmon
Pixelextras
BlockCommand
command-utils-2.4.0
(for the main ones involved)
what im wanting to do is when right clicking on a sign execute this command
cu execute if “cu has in hand pixelmon:poke_ball” “pokeedit 1 ball:poke”
so as to change the pokeball the user’s first pokemon is in. with your plugin however this does not work as i assume its using " to figure out what the command it is supposed to run is. however, the command-utils-2.4.0 also uses " and requires it to be in to find out what argument is what. is there a way to either make " work inside of the blockcommand.conf or is it possible to add conditionals directly through commands and not through something like command-utils-2.4.0. ive tried even using a scoreboard method but pokeedit doesnt recognize @p in the command blocks.