banner
Rating
Voted0

Pig Pen Cipher Mod 1.20.4 - Font for Minecraft

0
Mod version:1
Game version:1.20.4
The mod has been successfully tested for the absence of viruses
1221.22K154.88K

Report mod

  • image
modalImage

About This Mod

Pig Pen Cipher Mod adds Pig Pen Cipher as a new font to Minecraft. It can be used in books, fonts, chat messages, tooltips, and almost any text in the game.

description_0 Pig Pen Cipher Mod 1.20.4 - Font for Minecraft

How to use:

Cipher Usage:

The Pigpen cipher is sometimes referred to as the "tic-tac-toe" cipher. This is because the key used to encode/decode characters looks like a Tic-Toe board.

description_1 Pig Pen Cipher Mod 1.20.4 - Font for Minecraft


To write a letter using the Pigpen cipher, simply replace the letter with a line around it. For example, if you want to write the letter A, draw an inverted L and E as a square. If there is a point in the symbol, the right-hand version is used, so the point inside the square is N.

This may seem complicated at first, but the practice will be easier to deal with.

Business Trip.

If this mod is installed on the Forge server, you will have several special commands available to help you use this mod. These commands can also be used in single-player mode if the mod is set.

/pigpen say - sends a message to the chat using the password. This command is available to all players. The text version is saved to the server console.

/pigpen hand - renames the item you are holding using encryption only for Lv 2 OPS.

/pigpen book (encode|decode) - Rewrites the retained workbook in encrypted form. It can also convert an encrypted workbook into a clear text workbook.

/pigpen tile (encode|decode) - Encrypts the tile, such as a character, only for Lv2 level operators.

Code:

Code: If you are developing mods or have access to code/script tools, you can apply encryption to ITextComponent by changing the style of the component.

// The MCP name is not yet available.

// func_240703_c_ = setStyle

// func_240719_a_ = setFontId

IFormattableTextComponent text = new StringTextComponent("Hello World");

text.func_240703_c_(text.getStyle().func_240719_a_(new ResourceLocation("pigpen", "pigpen"));

Vanilla teams and NBT:

Vanilla commands and NBT: All vanilla commands that can specify text components can use passwords to determine the font ID in the text property. For example, it can be used in the give and title commands.

/give @p stone{display:{Name:"[{"text": "Hello", "italic":false, "color": "gold", "font": "pigpen:pigpen"}]"}}1

/title @a title {"text": "Hello", "font": "pigpen:pigpen"}


Similar Mods/Addons

Game Version *

1.20.4 (acef949d494d6d735e0977f991880b4f.jar)