Skip to content

Commit

Permalink
out 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro270707 committed Jan 23, 2024
1 parent c610db4 commit 2bb1796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ argument_types.commander.entity.selector.options.unterminated=Expected end of op
argument_types.commander.entity.selector.options.valueless=Expected value for option '%s'
argument_types.commander.entity.selector.options.gamemode.invalid=Invalid or unknown game mode '%s'
argument_types.commander.entity.selector.options.gamemode.description=Players with game mode
argument_types.commander.entity.selector.options.nbt.description=Entities with NBT
argument_types.commander.entity.selector.options.sort.description=Sort the entities
argument_types.commander.entity.selector.options.sort.invalid=Invalid or unknown sort type '%s'
argument_types.commander.entity.selector.options.limit.description=Maximum number of entities to return
Expand All @@ -38,10 +39,10 @@ argument_types.commander.entity.selector.options.z.description=z position
argument_types.commander.entity.selector.options.dx.description=Entities between x and x + dx
argument_types.commander.entity.selector.options.dy.description=Entities between y and y + dy
argument_types.commander.entity.selector.options.dz.description=Entities between z and z + dz
argument_types.commander.item_stack.tag.valueless=Expected value for tag key '%s'
exceptions.commander.tag.valueless=Expected value for tag key '%s'
argument_types.commander.item_stack.tag.invalid=Invalid tag key value; must be an integer, floating point, double-precision floating point, boolean or string value
argument_types.commander.item_stack.metadata.unterminated=Expected end of metadata
argument_types.commander.item_stack.tag.unterminated=Expected end of tag
exceptions.commander.metadata.unterminated=Expected end of metadata
exceptions.commander.tag.unterminated=Expected end of tag
argument_types.commander.range.empty=Expected value or range of values
argument_types.commander.range.swapped=Min cannot be bigger than max
argument_types.commander.time.invalid_unit=Invalid unit
Expand Down
Binary file not shown.

0 comments on commit 2bb1796

Please sign in to comment.