{"id":157411,"date":"2026-06-09T16:03:32","date_gmt":"2026-06-09T13:03:32","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/"},"modified":"2026-06-09T16:03:32","modified_gmt":"2026-06-09T13:03:32","slug":"tokenized","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/","title":{"rendered":"Tokenized"},"content":{"rendered":"<p># Tokenized<br \/>\nTokenized is a Datapack\/Mod that adds a hourly token system to the game. Comes with a shop for items<br \/>\n## Command<br \/>\n\/trigger shop_(item of choice)<\/p>\n<details>\n<summary>Items and Prices<\/summary>\n<p>| Item                 | Amount | Price (tokens) |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; | &#8212;&#8212; | &#8212;&#8212;&#8212;&#8212;&#8211; |<br \/>\n| Iron Ingot           | 32     | **5**          |<br \/>\n| Coal                 | 32     | **5**          |<br \/>\n| Bread                | 16     | **5**          |<br \/>\n| Diamond              | 4      | **12**         |<br \/>\n| Ender Pearl          | 8      | **12**         |<br \/>\n| Name Tag             | 1      | **10**         |<br \/>\n| Bottle o&#8217; Enchanting | 16     | **1**          |<br \/>\n| Diamond Pack         | 16     | **25**         |<br \/>\n| Blaze Rod            | 8      | **16**         |<br \/>\n| Trident              | 1      | **50**         |<br \/>\n| Elytra               | 1      | **85**         |<br \/>\n| Totem of Undying     | 1      | **38**         |<br \/>\n| Shulker Shell        | 2      | **40**         |<br \/>\n| Beacon               | 1      | **125**        |<br \/>\n| Shulker Box          | 1      | **25**         |<br \/>\n| Netherite Ingot      | 1      | **50**         |<\/p>\n<\/details>\n<p># Why I made this<br \/>\nI made this datapack for my minecraft server (JSS) so if you want you can join it<br \/>\n&#8220;`<br \/>\nplay.jacobssillyserver.com<br \/>\n&#8220;`<\/p>\n<p># Compatible Mods<\/p>\n<details>\n<summary>Compatible Mods with Instructions<\/summary>\n<p>&#8211; Melius Commands<br \/>\nuse with this custom command below<\/p>\n<details>\n<summary>Shop.json<\/summary>\n<p>&#8220;`<br \/>\n{<br \/>\n  &#8220;id&#8221;: &#8220;shop&#8221;,<br \/>\n  &#8220;literals&#8221;: [<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;balance&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger balance set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;iron_ingot&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_iron_ingot set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;coal&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_coal set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;bread&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_bread set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;diamond&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_diamond set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;ender_pearl&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_ender_pearl set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;saddle&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_saddle set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;name_tag&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_name_tag set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;exp_bottle&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_exp_bottle set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;diamond_pack&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_diamond_pack set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;netherite_scrap&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_netherite_scrap set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;blaze_rod&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_blaze_rod set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;trident&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_trident set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;elytra&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_elytra set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;totem&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_totem set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;shulker_shell&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_shulker_shell set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;beacon&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_beacon set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;shulker_box&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_shulker_box set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;netherite_ingot&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_netherite_ingot set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;dragon_egg&#8221;,<br \/>\n      &#8220;executes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;command&#8221;: &#8220;trigger shop_dragon_egg set 1&#8221;<br \/>\n        }<br \/>\n      ]<br \/>\n    }<br \/>\n  ]<br \/>\n}<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>&#8211; Custom Chest Menus<br \/>\nuse this menu<\/p>\n<details>\n<summary>Token_Shop.json<\/summary>\n<p>&#8220;`<br \/>\n{<br \/>\n  &#8220;$schema&#8221;: &#8220;https:\/\/raw.githubusercontent.com\/MagnusHJensen\/custom-chest-menus\/refs\/heads\/main\/docs\/v1.schema.json&#8221;,<br \/>\n  &#8220;format_version&#8221;: 1,<br \/>\n  &#8220;id&#8221;: &#8220;token_shop&#8221;,<br \/>\n  &#8220;name&#8221;: &#8220;Token Shop&#8221;,<br \/>\n  &#8220;size&#8221;: &#8220;single&#8221;,<br \/>\n  &#8220;filler&#8221;: {<br \/>\n    &#8220;slot&#8221;: 0,<br \/>\n    &#8220;item&#8221;: &#8220;minecraft:light_gray_stained_glass_pane&#8221;,<br \/>\n    &#8220;name&#8221;: &#8221; &#8221;<br \/>\n  },<br \/>\n  &#8220;pages&#8221;: [<br \/>\n    {<br \/>\n      &#8220;title&#8221;: &#8220;Token Shop&#8221;,<br \/>\n      &#8220;items&#8221;: [<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Iron Ingot x32&#8221;,<br \/>\n          &#8220;slot&#8221;: 0,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:iron_ingot&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_iron_ingot set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 5 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Coal x32&#8221;,<br \/>\n          &#8220;slot&#8221;: 1,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:coal&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_coal set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 5 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Bread x16&#8221;,<br \/>\n          &#8220;slot&#8221;: 2,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:bread&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_bread set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 5 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Diamond x4&#8221;,<br \/>\n          &#8220;slot&#8221;: 3,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:diamond&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_diamond set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 12 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Ender Pearl x8&#8221;,<br \/>\n          &#8220;slot&#8221;: 4,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:ender_pearl&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_ender_pearl set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 12 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Name Tag x1&#8221;,<br \/>\n          &#8220;slot&#8221;: 5,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:name_tag&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_name_tag set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 10 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Experience Bottle x4&#8221;,<br \/>\n          &#8220;slot&#8221;: 6,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:experience_bottle&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_exp_bottle set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 1 token&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Diamond Pack x16&#8221;,<br \/>\n          &#8220;slot&#8221;: 7,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:diamond&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_diamond_pack set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 25 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Blaze Rod x8&#8221;,<br \/>\n          &#8220;slot&#8221;: 8,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:blaze_rod&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_blaze_rod set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 16 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Trident x1&#8221;,<br \/>\n          &#8220;slot&#8221;: 9,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:trident&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_trident set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 50 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Elytra x1&#8221;,<br \/>\n          &#8220;slot&#8221;: 10,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:elytra&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_elytra set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 85 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Totem of Undying x1&#8221;,<br \/>\n          &#8220;slot&#8221;: 11,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:totem_of_undying&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_totem set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 38 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Shulker Shell x2&#8221;,<br \/>\n          &#8220;slot&#8221;: 12,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:shulker_shell&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_shulker_shell set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 40 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Beacon x1&#8221;,<br \/>\n          &#8220;slot&#8221;: 13,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:beacon&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_beacon set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 125 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Shulker Box x1&#8221;,<br \/>\n          &#8220;slot&#8221;: 14,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:shulker_box&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_shulker_box set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 25 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Netherite Ingot x1&#8221;,<br \/>\n          &#8220;slot&#8221;: 15,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:netherite_ingot&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;command&#8221;,<br \/>\n            &#8220;command&#8221;: &#8220;trigger shop_netherite_ingot set 1&#8221;,<br \/>\n            &#8220;run_as_player&#8221;: true<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: [<br \/>\n            &#8220;Cost: 50 tokens&#8221;<br \/>\n          ]<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;name&#8221;: &#8220;Close Menu&#8221;,<br \/>\n          &#8220;slot&#8221;: 26,<br \/>\n          &#8220;item&#8221;: &#8220;minecraft:barrier&#8221;,<br \/>\n          &#8220;action&#8221;: {<br \/>\n            &#8220;type&#8221;: &#8220;close&#8221;<br \/>\n          },<br \/>\n          &#8220;lore&#8221;: []<br \/>\n        }<br \/>\n      ]<br \/>\n    }<br \/>\n  ]<br \/>\n}<br \/>\n&#8220;`<\/p>\n<\/details>\n<\/details>\n<p>### Possible future things I may add<br \/>\n&#8211; an easily adjustable shop (prices and items) (will be hard to implement)<br \/>\n### Additions in next update<br \/>\n&#8211;  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>This project adds a token system and shop to the game and it is server sided!<\/p>\n","protected":false},"featured_media":157412,"template":"","meta":{"_minecraft_slug":"tokenized","_minecraft_project_id":"1J2reJAp","_minecraft_author":"JacobA0225","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":783,"_minecraft_follows":3,"_minecraft_client_side":"unknown","_minecraft_server_side":"unknown","_minecraft_storage_type":"zip","_minecraft_archive_name":"tokenized.zip","_minecraft_size_bytes":70454,"_minecraft_version_count":12,"_minecraft_updated_at":"2026-05-15T21:28:38.416771Z","_minecraft_date_created":"2025-10-12T02:38:04.929050Z","_minecraft_date_modified":"2026-01-21T20:29:16.049580Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/tokenized","_minecraft_icon_attachment_id":157412,"_minecraft_imported_at":"2026-06-09T13:03:32+00:00","_minecraft_import_hash":"bc501327af3dfb23db5fa2851d96e8df","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[84,844,97,104,89,158,98],"mod_loader":[86,99,106,160,100],"minecraft_version":[40,41,73,74,38,78,79,80,81,82,75,76,77,83,816,817,818,819,167],"class_list":["post-157411","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-datapack","mod_category-economy","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-neoforge","mod_category-quilt","mod_loader-datapack","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","mod_loader-quilt","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-24w44a","minecraft_version-24w45a","minecraft_version-24w46a","minecraft_version-26-1","minecraft_version-26-1-snapshot-1","minecraft_version-26-1-snapshot-2","minecraft_version-26-1-snapshot-3","minecraft_version-26-1-snapshot-4","minecraft_version-26-1-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tokenized - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tokenized - Minecraft\" \/>\n<meta property=\"og:description\" content=\"This project adds a token system and shop to the game and it is server sided!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tokenized\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tokenized\\\/\",\"name\":\"Tokenized - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tokenized\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tokenized\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tokenized-icon-c5638448c28b1a310be0774b31dd84fc3f262f51_96.webp\",\"datePublished\":\"2026-06-09T13:03:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tokenized\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tokenized\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tokenized\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tokenized-icon-c5638448c28b1a310be0774b31dd84fc3f262f51_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tokenized-icon-c5638448c28b1a310be0774b31dd84fc3f262f51_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tokenized\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Tokenized\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tokenized - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/","og_locale":"en_US","og_type":"article","og_title":"Tokenized - Minecraft","og_description":"This project adds a token system and shop to the game and it is server sided!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/","name":"Tokenized - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tokenized-icon-c5638448c28b1a310be0774b31dd84fc3f262f51_96.webp","datePublished":"2026-06-09T13:03:32+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tokenized-icon-c5638448c28b1a310be0774b31dd84fc3f262f51_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tokenized-icon-c5638448c28b1a310be0774b31dd84fc3f262f51_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tokenized\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Tokenized"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/157411","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/157412"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=157411"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=157411"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=157411"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=157411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}