Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Tokenized
ModLicenseRef-All-Rights-Reserved

Tokenized

This project adds a token system and shop to the game and it is server sided!

512
Downloads
1
Followers
3 months ago
Updated
📦
12
Versions
economygame-mechanicsdatapackfabricforgeneoforgequilt
Download Latestv1.0.1-modView on Modrinth

📖About Tokenized

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

jacobssillyserver.playit.plus

Compatible Mods

Compatible Mods with Instructions
  • 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"
        }
      ]
    }
  ]
}
  • 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": "trigger shop_iron_ingot set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 5 tokens"
          ]
        },
        {
          "name": "Coal x32",
          "slot": 1,
          "item": "minecraft:coal",
          "action": {
            "type": "command",
            "command": "trigger shop_coal set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 5 tokens"
          ]
        },
        {
          "name": "Bread x16",
          "slot": 2,
          "item": "minecraft:bread",
          "action": {
            "type": "command",
            "command": "trigger shop_bread set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 5 tokens"
          ]
        },
        {
          "name": "Diamond x4",
          "slot": 3,
          "item": "minecraft:diamond",
          "action": {
            "type": "command",
            "command": "trigger shop_diamond set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 12 tokens"
          ]
        },
        {
          "name": "Ender Pearl x8",
          "slot": 4,
          "item": "minecraft:ender_pearl",
          "action": {
            "type": "command",
            "command": "trigger shop_ender_pearl set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 12 tokens"
          ]
        },
        {
          "name": "Name Tag x1",
          "slot": 5,
          "item": "minecraft:name_tag",
          "action": {
            "type": "command",
            "command": "trigger shop_name_tag set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 10 tokens"
          ]
        },
        {
          "name": "Experience Bottle x4",
          "slot": 6,
          "item": "minecraft:experience_bottle",
          "action": {
            "type": "command",
            "command": "trigger shop_exp_bottle set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 1 token"
          ]
        },
        {
          "name": "Diamond Pack x16",
          "slot": 7,
          "item": "minecraft:diamond",
          "action": {
            "type": "command",
            "command": "trigger shop_diamond_pack set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 25 tokens"
          ]
        },
        {
          "name": "Blaze Rod x8",
          "slot": 8,
          "item": "minecraft:blaze_rod",
          "action": {
            "type": "command",
            "command": "trigger shop_blaze_rod set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 16 tokens"
          ]
        },
        {
          "name": "Trident x1",
          "slot": 9,
          "item": "minecraft:trident",
          "action": {
            "type": "command",
            "command": "trigger shop_trident set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 50 tokens"
          ]
        },
        {
          "name": "Elytra x1",
          "slot": 10,
          "item": "minecraft:elytra",
          "action": {
            "type": "command",
            "command": "trigger shop_elytra set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 85 tokens"
          ]
        },
        {
          "name": "Totem of Undying x1",
          "slot": 11,
          "item": "minecraft:totem_of_undying",
          "action": {
            "type": "command",
            "command": "trigger shop_totem set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 38 tokens"
          ]
        },
        {
          "name": "Shulker Shell x2",
          "slot": 12,
          "item": "minecraft:shulker_shell",
          "action": {
            "type": "command",
            "command": "trigger shop_shulker_shell set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 40 tokens"
          ]
        },
        {
          "name": "Beacon x1",
          "slot": 13,
          "item": "minecraft:beacon",
          "action": {
            "type": "command",
            "command": "trigger shop_beacon set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 125 tokens"
          ]
        },
        {
          "name": "Shulker Box x1",
          "slot": 14,
          "item": "minecraft:shulker_box",
          "action": {
            "type": "command",
            "command": "trigger shop_shulker_box set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 25 tokens"
          ]
        },
        {
          "name": "Netherite Ingot x1",
          "slot": 15,
          "item": "minecraft:netherite_ingot",
          "action": {
            "type": "command",
            "command": "trigger shop_netherite_ingot set 1",
            "run_as_player": true
          },
          "lore": [
            "Cost: 50 tokens"
          ]
        },
        {
          "name": "Close Menu",
          "slot": 26,
          "item": "minecraft:barrier",
          "action": {
            "type": "close"
          },
          "lore": []
        }
      ]
    }
  ]
}

Possible future things I may add

  • an easily adjustable shop (prices and items) (will be hard to implement)

Additions in next update

👥 Team & Contributors

JacobA0225
JacobA0225
CoOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
datapackfabricforgeneoforgequilt
Minecraft Versions
1.21.21.21.324w44a24w45a24w46a1.21.41.21.51.21.6+9 more

🔗 Links

Modrinth Page