commands:
give: # 指令標籤 / Command tag
command: "give %v% %v% %v%" # 要執行的實際指令 / The actual command to execute
prompts:
- "&ePlease enter the player name:" # 請輸入玩家名稱 / Enter the player name
- "&ePlease enter the item ID:" # 請輸入物品 ID / Enter the item ID
- "&ePlease enter the quantity:" # 請輸入數量 / Enter the quantity
success: "&aCommand executed: /{command}" # 執行成功提示 / Success message with executed command
pay: # 另一組指令標籤 / Another command tag
command: "pay %v% %v%" # 要執行的實際指令 / The actual command to execute
prompts:
- "&ePlease enter the player name:" # 請輸入玩家名稱 / Enter the player name
- "&ePlease enter the quantity:" # 請輸入金額 / Enter the amount
success: "" # 無成功提示 / No success message