HomeJavaModsSkTabCompleter
SkTabCompleter
ModsJava

SkTabCompleter

by xoxRyze · on Modrinth

An addon for the Skript Minecraft plugin that adds simple tab completion for commands created with the Skript language. For Minecraft server…

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.10–26.2 · Bukkit⬇ Download for 1.21.3–1.21.9 · Bukkit⬇ Download for 1.21.10–26.2 · Purpur⬇ Download for 1.21.4–1.21.9 · Purpur⬇ Download for 1.21.10–26.2 · Spigot⬇ Download for 1.21.4–1.21.9 · Spigot⬇ Download for 1.21.3–1.21.11 · Paper
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

⭐ 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

🔐 Permissions

bStats Graph

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more