▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/SkTabCompleter
SkTabCompleter

SkTabCompleter

An addon for the Skript Minecraft plugin that adds simple tab completion for commands created with the Skript language. For Minecraft server (Spigot/Paper).

Оцените первым
76
1

⭐ SkTabCompleter

An addon for the Skript Minecraft plugin that adds tab completion for commands created with the Skript language. For Minecraft server (Spigot/Paper).

Version: 1.21.1+

Note: This plugin require Skript to Work.
For suggestions or bug reports, contact me on Telegram or Discord.

🔎 Config.yml spoiler

📂 Config.yml
# PLACEHOLDERS FOR ARGUMENTS
#
# OFFLINE_PLAYERS_LIST = list of all online and offline players
# PLAYERS_LIST = list of all online players
# WORLDS_LIST = list of all worlds in the server
# MATERIAL_LIST = list of all materials
# ENCHANTMENTS_LIST = list of all enchantments
# POTION_EFFECTS_LIST = list of all potion effects
# ENTITY_TYPES_LIST = list of all entity types
# SOUNDS_LIST = list of all sounds
# PLACEHOLDER:%<placeholder>% = a PlaceholderAPI placeholder for the player executing the command
#                      (requires PlaceholderAPI 2.12.2+). Example: "PLACEHOLDER:%player_name%"
#

commands:
  example:
    permission: "examplecommand.tabcomplete"
    arg-1:
      - "get"
      - "give"
    arg-2:
      - MATERIAL_LIST
    arg-3:
      - PLAYERS_LIST
    arg-4:
      - ENCHANTMENTS_LIST

  example_2:
    permission: "" # EMPTY = NO PERMISSION
    arg-1:
      - "selworld"
    arg-2:
      - WORLDS_LIST
    arg-3:
      - OFFLINE_PLAYERS_LIST

  example_3:
    permission: ""
    arg-1:
      - "PLACEHOLDER:%team_name%"
      - "@e"

🧾 Commands

  • /sktabcompleter reload (Reload configuration file)
  • /sktabcompleter commands (See configured commands)

🔐 Permissions

  • /sktabcompleter reload » sktabcompleter.command.reload
  • /sktabcompleter commands » sktabcompleter.command.commands

Часто задаваемые вопросы

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

Minecraft: Java Edition

26.2.x26.1.x1.21.x

Платформы

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

Сервер

Зависимости

Ссылки


Создатели

Детали

Лицензия:
Опубликован:2 месяца назад
Обновлён:2 месяца назад
Главная