Skip to content

<user_name> placeholder fails #18

@perlsol

Description

@perlsol

in the slotmachines/1.yml
If you have more than 1 win action then the <user_name> placeholder fails...

  points:
    pattern: ['bell', 'bell', 'bell']
    actions:
      - 'EXECUTE_COMMAND:playerpoints:p give <user_name> 150'
      - 'EXECUTE_COMMAND:say <user_name> just won 150 points playing Fruit Frenzy'

FIX: Use

  points:
    pattern: ['bell', 'bell', 'bell']
    actions:
      - 'EXECUTE_COMMAND:playerpoints:p give <user> 150'
      - 'EXECUTE_COMMAND:say <user> just won 150 points playing Fruit Frenzy'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions