/server <server> on a non bungee server

  • 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 community!

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

getrektlmao

New Member
Jun 13, 2020
7
0
1
does anyone know how to do /server <server> with tab complete like when you press tab it automatically shows all the worlds in chat. Thanks









what am i doing with my life
 
Code:
on tab completer for "server":
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
 
Code:
on tab completer for "server":
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions
    add "<world name>" to completions

i know its been almost one day but do i put the code you did like this?

command /server
description: A description of what this command does
usage: How to use the command, e.g. /commandname <arguments>
permission: plemix.server.kitpvp
permission message: §c§lSYSTEM §8▎ §cYou are forbidden to use this
executable by: players/console/players and console
aliases: /sv kitpvp, /serv kitpvp, /sev kitpvp
trigger:
on tab completer for "server":
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
 
i know its been almost one day but do i put the code you did like this?

command /server
description: A description of what this command does
usage: How to use the command, e.g. /commandname <arguments>
permission: plemix.server.kitpvp
permission message: §c§lSYSTEM §8▎ §cYou are forbidden to use this
executable by: players/console/players and console
aliases: /sv kitpvp, /serv kitpvp, /sev kitpvp
trigger:
on tab completer for "server":
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
add "<world name>" to completions
Please, how are we supposed to help you if we can't even read the code like this?
Code:
command /server [<text>]:
    #here was some weird copied stuff going on :D
    trigger:
        #do your command stuff

on tab completer for "server":
    add "world" to completions
    add "world_nether" to completions
    add "world_the_end" to completions
    #other potential words
 
Status
Not open for further replies.