#SkBriggy Tab Completions

1 messages · Page 1 of 1 (latest)

maiden cradle
#

i sent this in skript but idk if that many ppl use skbriggy so i wanted to post it up here

i have a question about skbriggy, currently I am setting the tab completions of my argument to a list variable. This variable contains a list of players who have been warned before so it updates constantly. this command specifically reverts the last warn of a player and removes their name from the variable if they have no more warns. it seems to me that the tab completions only update when the skript is reloaded because when i revert the warn and start typign the command again, the user's name is still there.

tl;dr is there any way to reload the skbriggy tab completions without reloading the whole skript?

brig command /revertwarn <player:text>:
    usage: {@serverName}Usage: /revertwarn <<##FF6A6A>player&7>
    arguments:
        set suggestions of arg "player" to {warns::*}
    trigger:
        revertWarn(player, {_player})
barren kiln
#

Use skbee tab completions

warm yoke
maiden cradle
#

no it’s fine shane resolved it

#

ok, this should work

brig command /revertwarn:
    usage: {@serverName}Usage: /revertwarn <<##FF6A6A>player&7>
    arguments:
        register string arg "player" using {warns::*}
#

this is how he did it if anyone has the same issue as me

ornate sierra
#

Why don’t you just use skbee?

maiden cradle
#

because im using skbriggy for other commands and I want to encompass all of them

ornate sierra
#

Well alright nice