▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Tupenter
Tupenter

Tupenter

Resend chat and commands with a keybind and then even script them: chain with &&, inline math, variables, loops, conditionals, and your own commands with real autocomplete. All client-side, sending plain vanilla commands.

Оцените первым
206
7
Все версии→tupenter-fabric-26.2.X-v1.1.0

tupenter-fabric-26.2.X-v1.1.0

Release27.08.2026

Список изменений

New feature: custom lists

  • use list() to create a list
  • comma separators compute and are for values. Ex: #local my_list = list(1*2, client.pos.y, 8)
  • use quotes for strings: list("short_grass", "tall_grass", "dry_grass")
  • or use pipes for trimmed strings: list(short_grass | tall_grass | dry_grass)
  • list index access works through the existing 0-indexed nth() function
  • useful example: /customcommand add cut <r:int=15> = #foreach type in list(short_grass | tall_grass | dry_grass | leaf_litter | bush) (/fill ~$r$ ~$r$ ~$r$ ~-$r$ ~-$r$ ~-$r$ air replace $type$)
  • foreach i in (a | b | c) syntax no longer works. Must now use list syntax: foreach i in list(a | b | c)

New feature: comments

  • ## creates a comment that isn't sent or processed. The ## must be followed by a spacebar.

New feature: Typed variables:

  • #local c:blockpos = blockpos(-10, 20, 85) - very useful for autocomplete (for blockpos, will offer the block you are looking at)
  • uses the same keywords a custom command's <name:type> parameters take

Other changes:

  • added blockpos(). Snaps a computed position to whole block coordinates. Ex: /setblock $blockpos(raycast(50))$ torch
  • pick(a | b) → pick(a, b). Pick now takes commas like every other function, and its options are full expressions that compute
  • /tupenter menu, /tupenter menu customcommands, and /tupenter menu scripts add ways to easily access the mod's GUIs
  • /tupenter abort now only stops chat run commands, and leaves scripts. Use /tupenter abort all to stop everything
  • #pid has existed but did not autocomplete until now - use it to give your command an easily abortable id
  • Tupenter plays better with worldedit now - fixed some issues with chaining worledit commands
  • fixed screen jumping issue on creating customcommands or removing
  • customcommand collapsed/expand status is preserved
  • fixed highlighting issues in customcommand multiline textboxes

Файлы

tupenter-fabric-26.2.X-v1.1.0.jar(498.70 KiB)
Основной
Скачать

Метаданные

Канал релиза

Release

Номер версии

26.2.X-v1.1.0

Загрузчики

Fabric

Версии игры

26.2

Загрузок

29

Дата публикации

27.08.2026

Загрузил

ID версии

Главная