Tokenized
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.3% endorsement rate
- 🏆 #44 of 185 datapack mods in this game by downloads
📋 About This Mod
# Tokenized Tokenized is a Datapack/Mod that adds a hourly token system to the game. Comes with a shop for items ## Command /trigger shop_(item of choice) <details> <summary>Items and Prices</summary> | Item | Amount | Price (tokens) | | -------------------- | ------ | -------------- | | Iron Ingot | 32 | **5** | | Coal | 32 | **5** | | Bread | 16 | **5** | | Diamond | 4 | **12** | | Ender Pearl | 8 | **12** | | Name Tag | 1 | **10** | | Bottle o' Enchanting | 16 | **1** | | Diamond Pack | 16 | **25** | | Blaze Rod | 8 | **16** | | Trident | 1 | **50** | | Elytra | 1 | **85** | | Totem of Undying | 1 | **38** | | Shulker Shell | 2 | **40** | | Beacon | 1 | **125** | | Shulker Box | 1 | **25** | | Netherite Ingot | 1 | **50** | </details> # Why I made this I made this datapack for my minecraft server (JSS) so if you want you can join it ``` play.jacobssillyserver.com ``` # Compatible Mods <details> <summary>Compatible Mods with Instructions</summary> - (https://modrinth.com/mod/melius-commands) use with this custom command below <details> <summary>Shop.json</summary> ``` { "id": "shop", "literals": }, { "id": "iron_ingot", "executes": }, { "id": "coal", "executes": }, { "id": "bread", "executes": }, { "id": "diamond", "executes": }, { "id": "ender_pearl", "executes": }, { "id": "saddle", "executes": }, { "id": "name_tag", "executes": }, { "id": "exp_bottle", "executes": }, { "id": "diamond_pack", "executes": }, { "id": "netherite_scrap", "executes": }, { "id": "blaze_rod", "executes": }, { "id": "trident", "executes": }, { "id": "elytra", "executes": }, { "id": "totem", "executes": }, { "id": "shulker_shell", "executes": }, { "id": "beacon", "executes": }, { "id": "shulker_box", "executes": }, { "id": "netherite_ingot", "executes": }, { "id": "dragon_egg", "executes": } ] } ``` </details> - (https://modrinth.com/mod/custom-chest-menus) use this menu <details> <summary>Token_Shop.json</summary> ``` { "$schema": "https://raw.githubusercontent.com/MagnusHJensen/custom-chest-menus/refs/heads/main/docs/v1.schema.json", "format_version": 1, "id": "token_shop", "name": "Token Shop", "size": "single", "filler": { "slot": 0, "item": "minecraft:light_gray_stained_glass_pane", "name": " " }, "pages": [ { "title": "Token Shop", "items": [ { "name": "Iron Ingot x32", "slot": 0, "item": "minecraft:iron_ingot", "action": { "type": "command", "command
# Tokenized Tokenized is a Datapack/Mod that adds a hourly token system to the game. Comes with a shop for items ## Command /trigger shop_(item of choice)
Items and Prices
| Item | Amount | Price (tokens) | | -------------------- | ------ | -------------- | | Iron Ingot | 32 | 5 | | Coal | 32 | 5 | | Bread | 16 | 5 | | Diamond | 4 | 12 | | Ender Pearl | 8 | 12 | | Name Tag | 1 | 10 | | Bottle o' Enchanting | 16 | 1 | | Diamond Pack | 16 | 25 | | Blaze Rod | 8 | 16 | | Trident | 1 | 50 | | Elytra | 1 | 85 | | Totem of Undying | 1 | 38 | | Shulker Shell | 2 | 40 | | Beacon | 1 | 125 | | Shulker Box | 1 | 25 | | Netherite Ingot | 1 | 50 |
# Why I made this I made this datapack for my minecraft server (JSS) so if you want you can join it ``` play.jacobssillyserver.com ```
# Compatible Mods
Compatible Mods with Instructions
- (https://modrinth.com/mod/melius-commands)
- use with this custom command below
Shop.json
``` { "id": "shop", "literals": [ { "id": "balance", "executes": [ { "command": "trigger balance set 1" } ] }, { "id": "iron_ingot", "executes": [ { "command": "trigger shop_iron_ingot set 1" } ] }, { "id": "coal", "executes": [ { "command": "trigger shop_coal set 1" } ] }, { "id": "bread", "executes": [ { "command": "trigger shop_bread set 1" } ] }, { "id": "diamond", "executes": [ { "command": "trigger shop_diamond set 1" } ] }, { "id": "ender_pearl", "executes": [ { "command": "trigger shop_ender_pearl set 1" } ] }, { "id": "saddle", "executes": [ { "command": "trigger shop_saddle set 1" } ] }, { "id": "name_tag", "executes": [ { "command": "trigger shop_name_tag set 1" } ] }, { "id": "exp_bottle", "executes": [ { "command": "trigger shop_exp_bottle set 1" } ] }, { "id": "diamond_pack", "executes": [ { "command": "trigger shop_diamond_pack set 1" } ] }, { "id": "netherite_scrap", "executes": [ { "command": "trigger shop_netherite_scrap set 1" } ] }, { "id": "blaze_rod", "executes": [ { "command": "trigger shop_blaze_rod set 1" } ] }, { "id": "trident", "executes": [ { "command": "trigger shop_trident set 1" } ] }, { "id": "elytra", "executes": [ { "command": "trigger shop_elytra set 1" } ] }, { "id": "totem", "executes": [ { "command": "trigger shop_totem set 1" } ] }, { "id": "shulker_shell", "executes": [ { "command": "trigger shop_shulker_shell set 1" } ] }, { "id": "beacon", "executes": [ { "command": "trigger shop_beacon set 1" } ] }, { "id": "shulker_box", "executes": [ { "command": "trigger shop_shulker_box set 1" } ] }, { "id": "netherite_ingot", "executes": [ { "command": "trigger shop_netherite_ingot set 1" } ] }, { "id": "dragon_egg", "executes": [ { "command": "trigger shop_dragon_egg set 1" } ] } ] } ```
- (https://modrinth.com/mod/custom-chest-menus)
- use this menu
Token_Shop.json
``` { "$schema": "https://raw.githubusercontent.com/MagnusHJensen/custom-chest-menus/refs/heads/main/docs/v1.schema.json", "format_version": 1, "id": "token_shop", "name": "Token Shop", "size": "single", "filler": { "slot": 0, "item": "minecraft:light_gray_stained_glass_pane", "name": " " }, "pages": [ { "title": "Token Shop", "items": [ { "name": "Iron Ingot x32", "slot": 0, "item": "minecraft:iron_ingot", "action": { "type": "command", "command
📊 Mod Details
- Game
- Minecraft Mods
- Author
- JacobA0225
- Version
- 1.0.1-mod
- Downloads
- 1,144
- Endorsements
- 3
- Category
- datapack
- Created
- 10/12/2025
- Updated
- 1/21/2026
- Game Versions
- 1.21.2, 1.21.3, 24w44a, 24w45a, 24w46a
- Tags
- economy, game-mechanics
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Tokenized support?
The author lists 1.21.2, 1.21.3, 24w44a, 24w45a, 24w46a, 1.21.4. Other versions may work but are untested by the author.
What is the latest version of Tokenized?
Version 1.0.1-mod, published 2026-01-21 with 1,144 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await