before: 'tell: Enter a player name'
cancel: 'tell: Cancelled...'
- condition: 'bukkitServer.getOfflinePlayer("${input_target}").hasPlayedBefore() || isOnline.${input_target}'
execute: 'tell: Player selected. ${input_target}'
- 'tell: ${input_target} has never played on this server before!'
before: 'tell: Provide an amount to pay'
cancel: 'tell: Cancelled'
- condition: 'isNumber.${input_amount}'
- 'tell: Amount selected. ${input_amount}'
- 'command: pay ${input_target} ${input_amount}'
- 'tell: You didn''t provide a valid number!'