Compatibility
Minecraft: Java Edition
26.2
26.1
1.21.1โ1.21.11
Platforms
Tags
Creators
Details
Licensed ARR
Published yesterday
โญ 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


