invoke-verb-command.ftl 947 B

1234567891011121314151617
  1. ### Localization used for the invoke verb command.
  2. # Mostly help + error messages.
  3. invoke-verb-command-description = Invokes a verb with the given name on an entity, with the player entity
  4. invoke-verb-command-help = invokeverb <playerUid | "self"> <targetUid> <verbName | "interaction" | "activation" | "alternative">
  5. invoke-verb-command-invalid-args = invokeverb takes 2 arguments.
  6. invoke-verb-command-invalid-player-uid = Player uid could not be parsed, or "self" was not passed.
  7. invoke-verb-command-invalid-target-uid = Target uid could not be parsed.
  8. invoke-verb-command-invalid-player-entity = Player uid given does not correspond to a valid entity.
  9. invoke-verb-command-invalid-target-entity = Target uid given does not correspond to a valid entity.
  10. invoke-verb-command-success = Invoked verb '{ $verb }' on { $target } with { $player } as the user.
  11. invoke-verb-command-verb-not-found = Could not find verb { $verb } on { $target }.