▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
SkBriggy

SkBriggy

A Skript addon for creating Minecraft Brigadier commands.

733
4

SkBriggy

SkBriggy is a Skript addon that allows users to create commands using Minecraft's Brigadier command system. This enables you to use command suggestions in the style that Minecraft does.

While this is not intended to be a drop in replacement for Skript commands, it does allow for some more intuitive command building.

Docs:

SkriptHubViewTheDocs

Visual Differences:

Skript (with SkBee for tab completions):

Code:

command /skriptban <player> <number> <text> <text>:
	trigger:
		# do stuff

on tab complete of "/skriptban":
	set tab completions for position 2 to "<time>"
	set tab completions for position 3 to "minutes", "hours" and "days"
	set tab completions for position 4 to "<reason>"

Visual:
Imgur

SkBriggy

Code:

brig command /brigban <player> <time:int> <span:string> <reason:greedystring>:
	arguments:
		set suggestions of "span" arg to "minutes", "hours" and "days"
	trigger:
		# do stuff

Visual:

Совместимость

Minecraft: Java Edition

26.1.x1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:GPL-3.0-only
Опубликован:1 год назад
Обновлён:4 дня назад
Главная