1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  1. TPGamesNL
    Supported Minecraft Versions:
    • 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 (Text):
    1. on load: # Doesn't have to be in a load event
    2.     add "sk reload tabcompleter" to tab completions
    Result:
    [​IMG]

    How to use:
    Tab completions expression:
    Code (Text):
    1. tab completions
    This can be used in many ways:
    Code (Text):
    1. add "sk reload scripts" to tab completions
    2. remove "sk reload scripts" from tab completions
    3. delete "sk reload scripts"
    4. broadcast "Tab completions: %tab completions%"
    Create tab completer effect:
    Code (Text):
    1. create tab complet(er|ion) for %strings%
    2. 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)

    Images

    1. gif.gif

Recent Reviews

  1. Monzter
    Monzter
    5/5,
    Version: 1.0
    Thank you very much for this! Works perfectly :D
    -
    1. TPGamesNL
      Author's Response
      Thanks for the review!
  2. gundam89412
    gundam89412
    5/5,
    Version: 1.0
    ----------------------------
    good scripts!
    ----------------------------
    1. TPGamesNL