m-tokens is a small open source resource pack that adds a set of 60+ hand drawn tokens to minecraft java edition. The tokens serve no purpose other than the one you create. You can use them as in-game coins, award them to other players on your server, or just "collect them all ™".
Along with a resource pack that adds tokens as items to the game, an optional data pack is also available in order to allow the tokens to be dropped by mobs. This also adds a small chance for every token to be dropped as a "shiny" version.
Last update: 6 nov 2023
For any questions on installation, usage and license, please refer to the FAQs section.
Older versions:
1.19 | Data pack | Resource pack
Tokens can be given to players by using the /loot command (if you have the optional datapack installed) or by using the /give command (if not using the optional datapack).
The easiest way is to simply click on one of the tokens above and copy the command you want to execute directly in minecraft. If instead you want to customize the result, the structure of the commands above is the following:
With datapack
/loot give {player} loot mtokens:{type}/{name}
{player} player name or selector
{type} either normal or shiny
{name} the token name (replace spaces or special characters with underscore. E.g: wither_skeleton)
Without datapack
/give {player} paper{CustomModelData:1984{token_id},display:{Name:'[{"text":"{token_name}","italic":false,"color":"white"}]'}} 1
{player} player name or selector
{token_id} id of the token, zero padded (E.g: 005)
{token_name} token name as displayed by the player (E.g: Enderman token)