I'm using the following configuration in click_commands:
click_commands:
- '[console] luckperms user %player_name% permission set deluxetags.tag.argentina'
- '[sound] entity_player_levelup'
- '[takemoney] 2000'
- '[takeexp] 15L'
- '[console] essentials:clear %player_name% diamond 12'
- '[message] &a¡Has comprado el tag &bᴀ&fʀ&bɢ&a!'
- '[player] tags select argentina'
- '[refresh]'
My question is:
Do the commands execute all at the same time, or do they run in the order they are listed? For example, does the first command (luckperms user %player_name% permission set deluxetags.tag.argentina) run first, and then the others follow?