Перейти к содержимому
Mineforgian

Powered Signs

Signs powered by a redstone wire will print out the contents of the sign to players nearby.

Загрузки
771
Подписчики
3
Обновлён
28 декабря 2023 г.
Лицензия
CC0-1.0

Опубликован 6 декабря 2023 г.

Powered Signs

This is a simple mod that adds one thing; when signs are powered, they broadcast their contents to nearby players.
When the block below a sign is powered, it will print its contents to any player's chat who is within 32 blocks of the sign.
The sign is then unable to print for the next second, or 20 ticks. If the redstone power is constant, it will continually print to nearby players.
The signs check for Weak and Strong redstone power, so be careful where you put them!

Quick Tutorial:

  • Place a sign, and write on the front side, then back
  • If you power the block below the sign, the contents of the sign will be printed
    • Even if the sign is on a wall, the block below it is still the block you need to power. This will be tweaked later.
  • The order of what is printed is front side top to bottom, back side top to bottom
  • There are a few config options located at ./config/poweredsign.toml as well;
    • playerDistance: Is how many blocks away, in a square shape, the sign can print to player's chat (Default: 32),
    • coolDownTicks: Is the amount of ticks that a sign as to wait before printing again (Default: 20, or 1 second),
    • logSignPositions: An option for server moderators and as a light debugging tool; prints the location of signs in the world when they are powered (Default: false),
    • particles: Redstone particles are spawned when the sign is powered (Default: true),
    • audio: Powered signs make the lever clicking sound when powered (Default: true),

Ченджлог

1.0.3.1Релиз1.20.2, 1.20.3, 1.20.4 · 28 декабря 2023 г.

Temporarily removed the ability to save players who have used /togglesigns due to a dependency bug. Using it now only lasts until the server stops. This will be fixed next patch.

1.0.3Релиз1.20.2, 1.20.3, 1.20.4 · 28 декабря 2023 г.
  • Signs no longer need to be powered from the bottom only, wall and hanging signs are powered by the block they're up against.
  • /togglesigns has been added. It is a toggle for signs if they're annoying you too much, and is saved at ./config/poweredsignsplayers.json
  • The first line of the sign can be used to specify local settings, like distance and cooldown time. Clamped to the server's options of course, you really shouldn't go around and spam 1 tick signs everywhere.
  • Glowing signs now print bold text, and dyed signs now print colored text. You can even do both at the same time.
1.0.1Релиз1.20.2, 1.20.3 · 7 декабря 2023 г.

Powered Signs 1.0.1

  • Particles and Audio now work
  • The Cooldown between sign prints is no longer universal
  • Cloth Config is now embedded into the mod
  • Configs got a rework
  • French Canadian Translation was added
1.0.0Релиз1.20.2, 1.20.3 · 6 декабря 2023 г.

First Release

  • Powering sign prints them to chat
  • Config with options for distance and ratelimiting

Комментарии

Загружаем…