
signshop
All in one player shop solution for fabric
- Загрузки
- 390
- Подписчики
- 1
- Обновлён
- 2 января 2026 г.
- Лицензия
- LGPL-3.0-only
Опубликован 19 сентября 2025 г.
signshop
The all-in-one player shop solution for fabric servers. Idea based off chestshop for bukkit.
Still in alpha, although it runs on beocraft (decently large survival smp). technical documentation in the works.
Document index:
- 1 Player guide
- 2 Admin guide
- 2.1 First setup
- 2.2 Configuration
- Message prefix
- 3 Technical documentation
Player guide
This section of the README contains a tutorial on how to use the mod as a player, if you are looking for the admin guide, go down to the admin guide section of the README.
To create a signshop hold a redstone dust in your main hand. Click on the chest containing the items, then click on the chest containing the price. Chest containing the price at first must contain the item and the amount of item(s) you plan to sell. The price chest must also contain the item you plan on using as currency and in an amount you plan to charge.
After you have clicked on both the item and price chests click on a sign that
has [trade] as its first line. Sign has to have [trade] as its first line,
the rest can have whatever text you want.
Currently only chests work, although it is planned to make all containers work in the future.
Admin guide
This section of the README goes over administration when using this plugin.
First setup
This plugin requires a database connection, create a database and set the
parameters in the config config/signshop/config.properties. Admin commands
coming soon.
database.password=password
database.url=jdbc\:mysql\://localhost\:3000/signshop
database.user=user
Configuration
Non-essential plugin configuration.
Message prefix
You can change the prefix that is added to messages this plugin gives to
players and admins. In an example message signshop >> Shop created sucsessfully!, the prefix is signshop >> .
prefix=§2§lsignshop§r >>
The prefix can be disabled by simply leaving this as an empty string.
prefix=
Technical documentation
This section of the README goes over the technical inner workings of the signshop mod.
This part of the text is still being written.
Ченджлог
0.0.5-alphaАльфа1.21.11 · 2 января 2026 г.
Changes
- Updated to 1.21.11
- Made every item text hoverable as if your hovering over the item itself (displays enchantments, name, etc).
0.0.4-alphaАльфа1.21.8 · 14 ноября 2025 г.
additions
- Add sound to purchases
- Add sound to the purchase notification sent to the merchant
fixes
- Transactions will no longer fill your armour slots with items
- Shops can now use doublechests
0.0.3-alphaАльфа1.21.8 · 27 сентября 2025 г.
Additions
- Owner of the shop can now refresh its stock indicator (internally called format) by left clicking the shop.
- Player now needs to shift to break a signshop sign.
- Tooltip now appears to inform player that they need to shift to break sign.
Fixes
- Players can now break blocks whilst holding redstone.
0.0.2-alphaАльфа1.21.8 · 21 сентября 2025 г.
Additions
- Signshop now supports every storage block.
Changes
- Set storage block position feedback now shows up as a success.
- Modified storage block position feedbacks to reflect the support of all storage block entities.
- Made documentation better.
0.0.1-alphaАльфа1.21.8 · 19 сентября 2025 г.
first release.
Комментарии
Загружаем…