• Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Supported Minecraft Versions
  1. 1.13
About this script:
This script adds support for simple tab completion to your scripts.

How simple is this?
All you have to do to make your command tab completable is this (example):
Code:
on load: # Doesn't have to be in a load event
    add "sk reload tabcompleter" to tab completions
Result:
4378_e5d761d9fe94849984e9d1f6068ab446.gif


How to use:
Tab completions expression:
Code:
tab completions
This can be used in many ways:
Code:
add "sk reload scripts" to tab completions
remove "sk reload scripts" from tab completions
delete "sk reload scripts"
broadcast "Tab completions: %tab completions%"
Create tab completer effect:
Code:
create tab complet(er|ion) for %strings%
make tab complet(er|ion) for %strings%
This is the same as add %strings% to tab completions, but as an effect.

Requirements:
- skript-mirror
- Skript (at least 2.2-dev36)
  • gif.gif
    gif.gif
    88.9 KB · Views: 517
Author
TPGamesNL
Downloads
2,042
Views
2,042
First release
Last update
Rating
5.00 star(s) 2 ratings

More resources from TPGamesNL

Latest reviews

Thank you very much for this! Works perfectly :D
-
TPGamesNL
TPGamesNL
Thanks for the review!
----------------------------
good scripts!
----------------------------
TPGamesNL
TPGamesNL
Thanks!