Перейти к содержимому
Mineforgian

CommandTokens

Configurable 'token' items that run commands when held and right clicked. Useful for servers.

Загрузки
621
Подписчики
2
Обновлён
10 апреля 2025 г.
Лицензия
All-Rights-Reserved

Опубликован 5 апреля 2025 г.

NOTE: If you are looking for a server-side alternative to this mod (that clients dont also have to install to connect to your server) - CommandTokens has been included in my server-side essentials mod:  

Henny Essentials

Overview

CommandTokens gives the user the ability to create custom items that execute commands when a player uses them.

This mod is aimed toward server owners, modpack creators and map makers but has a wide range of uses in many scenarios.

Commands

You can use the command /commandtokens give to give a token to a player.

Alternatively, you can use the Minecraft give command to give a player a token as follows:

/give commandtokens:token[custom_data={"commandtoken":"tokenAlias"}]

How to create a Token

To create a token, place this mod in your mods folder and load up a world in creative mode. If you navigate to the CommandTokens creative tab you will see 3 tokens that are created by default.

Now save and quit your world and navigate to the config directory, you will see a file called: CommandTokens.json

This is the file where you can create your custom tokens. Below is a breakdown of a "token" object: Config token

NOTE: as of V1.0.4 you can add a permission: "some.permission.node" option to tokens and it will use LuckPerms to check if player has permission to use the token. If LuckPerms is not installed, or the permission string is blank, the token will not check permissions.

Create as many of those objects as you want and place them within the "tokens": [] array in the config and the next time you load your world you will have access to these tokens.

For example, the config token defined above will create this token in game: Example of token in game

Ченджлог

1.0.4Релиз1.21.1 · 10 апреля 2025 г.

LuckPerms integration

  • Now supports LuckPerms integration.
  • Tokens can have a permission string in config.
  • If LuckPerms is detected in your mod list and your CommandToken has a "permission" string in config, it will check this permission before allowing the player to redeem the token.
  • If the permission string is blank, no permission checks will be done. This means anyone can redeem that token (assuming it isn't locked to the receiving player)

Комментарии

Загружаем…