
nahkd's Stonks
Server-side global market for your server.
- Загрузки
- 3K
- Подписчики
- 22
- Обновлён
- 17 июня 2026 г.
- Лицензия
- MIT
Опубликован 12 августа 2023 г.

Stonks
Server-side global market for your server!
What is Stonks?
Stonks is a server-side mod that adds global market, where players can create buy/sell offers, while others can instant buy or sell for quick bucks (tl;dr: it's just like hypixel skyblock bazaar).
Please see Important note at the bottom of this page when setting up Stonks.

What makes Stonks special?
- Fully server-side! Your player doesn't need to install this; they can use
/marketto open the menu. - Trade with anyone on the server: Place offers and wait or instantly buy something from other player if you can't wait.
- ok I really can't tell what makes Stonks special other than being a "hypixel skyblock bazaar at home" edition.
Important note
Versions below 2.0.5 contains a critical bug that can cause market data losses. Please see the 2.0.5 changelog for more information.
Stonks does not works properly without further setup. See Configuration guide for more information. I mean you don't have to, but it only works partially (missing economy system for example).
Stonks does not comes with economy system by default, but does have supports for vanilla scoreboards (
/scoreboardthing) and Patbox's Common Economy API.If you don't have compatible economy system, you can use scoreboard as economy system by adding
useAdapter stonks.fabric.adapter.provided.ScoreboardEconomyAdapterto Stonks configuration, located insideconfig/stonks/folder.If you do have one, you still have to add adapter, like
useAdapter stonks.fabric.adapter.provided.CommonEconomyAdapterfor example. Some adapters (CommonEconomyAdapterincluded) requires extra configurations. See this documentations for more information.Configurations can only be reloaded by restarting server. Fortunately, you can load Stonks in singleplayer worlds and can reload configurations by rejoining your world.
License
MIT license. See LICENSE in repository for more information.
Ченджлог
2.2.1+26.2Релиз26.2 · 17 июня 2026 г.
Welcome to the new maintenance release of Stonks! This time with minimal code changes in UI related to the merge of stained glass panes, which means we are (sort of) going full circle (remember block data from 1.12 and below?).
View release on GitHub: https://github.com/nahkd123/stonks/releases/tag/v2.2.1%2B26.2
2.2.0+26.1Релиз26.1, 26.1.1, 26.1.2 · 26 марта 2026 г.
Welcome to the fresh new version of Stonks v2.2.0! Although there aren't any new features, the change is significant enough (mainly related to the move to obfuscated names) that I've decided to bump to new minor version.
Also, this version fixed one minor issue related to offers menu, where the "view offer" button remains in the UI, even though it is fully removed from the market.
Commits
- 61455c3: Java Edition 26.1 (#82) (An) #82
What's Changed
- Java Edition 26.1 by @nahkd123 in https://github.com/nahkd123/stonks/pull/82
Full Changelog: https://github.com/nahkd123/stonks/compare/v2.1.6+1.21.11...v2.2.0+26.1
2.1.6+1.21.11Релиз1.21.11 · 11 декабря 2025 г.
Happy holidays from the one and only maintainer of Stonks! Stonks has been updated to support Minecraft 1.21.11, though I do want to talk about the current state of this project: In the future, I may not have much time on my hand to extend Stonks with new features. Those that are looking at the updates might have known that the feature set of Stonks is basically frozen, and that's because:
- I don't have plenty of free time like I used to be, and;
- My interest for this block game is slowly declining.
At this moment, Stonks is under maintenance mode - which means this mod will only receive patches to get it to work on future version of Minecraft only, without new features or anything fancy. Who knows, maybe I will be able to finish Stonks vNext in the distant future...
2.1.5+1.21.9Релиз1.21.9, 1.21.10 · 1 октября 2025 г.
Thank you for waiting. Stonks for Minecraft 1.21.9 is now available to download and install. Apologize for not being able to update the mod just in time for new update as I have to deal with weather issue in real life.
Full Changelog: https://github.com/nahkd123/stonks/compare/v2.1.4+1.21.6...v2.1.5+1.21.9
2.1.4+1.21.6Релиз1.21.6, 1.21.7, 1.21.8 · 17 июня 2025 г.
Update 2025/07/01: Minecraft 1.21.7 has just released, but it looks like Modrinth hasn't updated their game versions list yet. Give them time. Stonks 2.1.4 will works on 1.21.7, and if you encountered an issue, consider reporting it on GitHub.
Thanks for sticking around! Stonks for Minecraft 1.21.6 is now available with little code changes.
Are you interested in new dialog system introduced in Minecraft 1.21.6? Join the discussion to determine the future of server-side Stonks UI.
What's Changed
- Java Edition 1.21.6 by @nahkd123 in https://github.com/nahkd123/stonks/pull/70
Full Changelog: https://github.com/nahkd123/stonks/compare/v2.1.3+1.21.5...v2.1.4+1.21.6
2.1.3+1.21.5Релиз1.21.5 · 26 марта 2025 г.
Welcome back and thank you for your patience. This is a small release to update the mod to support Minecraft 1.21.5, which just got released few hours ago. No major API changed so I expect most mods that uses Stonks API works (other than command changes).
Changelog on GitHub can be found at https://github.com/nahkd123/stonks/releases/tag/v2.1.3%2B1.21.5
2.1.2+1.21.4Релиз1.21.4 · 7 декабря 2024 г.
Thank you for your patience as I am really busy for the past few days. Anyways, Stonks for Fabric 1.20.4 is here, and this update also fixed a bug related to legacy service handling: decimals are not being converted to raw integer properly.
2.1.1+1.21.2Релиз1.21.2, 1.21.3 · 22 октября 2024 г.
What's Changed
- Add note for ItemsAdapter by @nahkd123 in https://github.com/nahkd123/stonks/pull/58
- Java Edition 1.21.2 by @nahkd123 in https://github.com/nahkd123/stonks/pull/61
Note for item adapter in default config
For new users, default config now includes a warning that removing the item adapter makes Stonks for Fabric no longer be able to access player's inventory.
// Adapters
// "stonks.fabric.adapter.provided.ItemsAdapter" is included so that Stonks can add/remove items in player's inventory
// If you remove this adapter, Stonks will be unable to access player's inventory. If you don't need to have access to
// player's inventory, you can remove this adapter.
// Additionally, you can make your own adapter to hook with other mods, like trading RF power for example.
useAdapter stonks.fabric.adapter.provided.ItemsAdapter
Update to Java Edition 1.21.2
Stonks for Fabric is now updated to Minecraft Java Edition 1.21.2.
Full Changelog: https://github.com/nahkd123/stonks/compare/v2.1.0+1.21...v2.1.1+1.21.2
Комментарии
Загружаем…