Commands let players perform actions and customize gameplay using text-based instructions. Use this topic to share feedback and ideas for improving commands and related tools.

8

/deathinfo command

1 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    For the arguments location and items, the player argument cannot be optional in your command. "/deathinfo location" would be ambiguous; is it a playername or the literal. Unless you require a literal, and "/deathinfo PLAYER" isn't a valid command. If that is what you meant, that wasn't entirely clear.