list-verbs-command.ftl 727 B

123456789101112131415
  1. ### Localization used for the list verbs command.
  2. # Mostly help + error messages.
  3. list-verbs-command-description = Lists all verbs that a player can use on a given entity.
  4. list-verbs-command-help = listverbs <playerUid | "self"> <targetUid>
  5. list-verbs-command-invalid-args = listverbs takes 2 arguments.
  6. list-verbs-command-invalid-player-uid = Player uid could not be parsed, or "self" was not passed.
  7. list-verbs-command-invalid-target-uid = Target uid could not be parsed.
  8. list-verbs-command-invalid-player-entity = Player uid given does not correspond to a valid entity.
  9. list-verbs-command-invalid-target-entity = Target uid given does not correspond to a valid entity.
  10. list-verbs-verb-listing = { $type }: { $verb }