#(gamerlikeg) luckperms
23 messages · Page 1 of 1 (latest)
(gamerlikeg) luckperms
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
Hi, please paste your command script at the link below and we will take a look!
!haste
Help us help you by pasting your script to https://paste.denizenscript.com/New/Script and linking it back here.
@feral pelican
yes?
As stated, please paste your current script.
I'm not 100% sure what you mean though, are you asking on how to make it so specific players with permissions can run your command?
Because any command script container you make should be default usable?
ive figured it out now but is there any way i can make a command go to the bottom of the command tablist?
I believe the tablist is sorted alphabetically?
I suppose you could manually change it yourself.
!e tab complete
Server
tab complete
command:<command_name> to only process the event if the command matches the input name.
when a player or the console is sent a list of available tab completions.
when the tab completion is done by a player. - this adds switches flagged:<flag name> + permission:<node>, in addition to the <player> link.
<context.buffer> returns the full raw command buffer.
<context.command> returns the command name.
<context.current_arg> returns the current argument for completion.
<context.completions> returns a list of available tab completions.
<context.server> returns true if the tab completion was triggered from the console.
ListTag to set the list of available tab completions.
True - this adds <context.cancelled> and determines cancelled + cancelled:false.
I've never done it before myself, so I don't know if minecraft alphabetically sorts them or not.
I will take a moment to give a shout-out to a wonderful proc engine to auto complete for commands. https://forum.denizenscript.com/resources/tabcomplete-engine.13/
Tired of having to figure out how to write a good tab complete script for your new fancy command script? With this procedure script you just have to provide the structure of the command and let the script do the work for you.
As an example, lets...