Java Edition:Secret Paper

paper.png

In 24w14potato, the poisonous potato plant would "send secrets" to other poisonous potato plants in the same container in the form of paper with a custom name being one of five translated texts. Despite only one of the translations using the player's name in the translation component, all secrets stored both the player's name and UUID, making each secret paper linked to a distinct player.

Obtaining

Have more than one poisonous potato plant in two or more slots in the same container, after opening the chest for the first time a piece of paper will be placed in an empty slot with the first translation key. Every time the player opens the chest the translation key changes for a total of 5 unique translation keys numbered 0 to 4.

NBT Format

The following is the NBT format of secret papers in 24w14potato, look here for a history of the format.

  • NbtSprite compound.png: Sprite image for compound in Minecraft an item, see Data component format on the Minecraft Wiki for more information
    • NbtSprite compound.png: Sprite image for compound in Minecraft components
      • NbtSprite string.png: Sprite image for string in Minecraft minecraft:custom_name: JSON string
        • NbtSprite compound.png: Sprite image for compound in Minecraft
          • NbtSprite string.png: Sprite image for string in Minecraft translate: item.minecraft.paper.secret.<x> where <x> is a number 0-4, inclusive.
          • NbtSprite list.png: Sprite image for list in Minecraft with
            • NbtSprite compound.png: Sprite image for compound in Minecraft
              • NbtSprite compound.png: Sprite image for compound in Minecraft clickEvent
                • NbtSprite string.png: Sprite image for string in Minecraft action: suggest_command
                • NbtSprite string.png: Sprite image for string in Minecraft value: /tell <player>
              • NbtSprite list.png: Sprite image for list in Minecraft extra: only exists if the player is a part of a scoreboard team with a prefix or suffix when created.
                • NbtSprite string.png: Sprite image for string in Minecraft: scoreboard team prefix, an empty string otherwise.
                • NbtSprite string.png: Sprite image for string in Minecraft: player's username
                • NbtSprite string.png: Sprite image for string in Minecraft: scoreboard team suffix, an empty string otherwise.
              • NbtSprite compound.png: Sprite image for compound in Minecraft hoverEvent
                • NbtSprite string.png: Sprite image for string in Minecraft action: show_entity
                • NbtSprite compound.png: Sprite image for compound in Minecraft contents
                  • NbtSprite list.png: Sprite image for list in Minecraft id: list of four integers representing the player's uuid
                  • NbtSprite string.png: Sprite image for string in Minecraft name: player's username
                  • NbtSprite string.png: Sprite image for string in Minecraft type: minecraft:player
              • NbtSprite string.png: Sprite image for string in Minecraft insertion: player's username
              • NbtSprite string.png: Sprite image for string in Minecraft text: player's username, is an empty string if the player is a part of a scoreboard team with a prefix or suffix when created.
      • NbtSprite long.png: Sprite image for long in Minecraft minecraft:secret_message: random identifier for the poisonous potato plant that sent the message, is removed once updated