#(gamerlikeg) luckperms

23 messages · Page 1 of 1 (latest)

feral pelican
#

so i made a command using denizen but i dont know how to allow players to use specifically that command this is the command i need to be able to use: /ex run GEM_ROLL

languid dirgeBOT
#

(gamerlikeg) luckperms

languid dirgeBOT
#

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.

cobalt walrus
#

Hi, please paste your command script at the link below and we will take a look!

#

!haste

quaint carbonBOT
pastel gust
#

@feral pelican

feral pelican
#

yes?

pastel gust
#

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?

feral pelican
#

ive figured it out now but is there any way i can make a command go to the bottom of the command tablist?

pastel gust
#

I believe the tablist is sorted alphabetically?

#

I suppose you could manually change it yourself.

#

!e tab complete

quaint carbonBOT
# pastel gust !e tab complete
Group

Server

Event Lines

tab complete

Switches

command:<command_name> to only process the event if the command matches the input name.

Triggers

when a player or the console is sent a list of available tab completions.

Has Player

when the tab completion is done by a player. - this adds switches flagged:<flag name> + permission:<node>, in addition to the <player> link.

Context

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

Determine

ListTag to set the list of available tab completions.

Cancellable

True - this adds <context.cancelled> and determines cancelled + cancelled:false.

pastel gust
#

I've never done it before myself, so I don't know if minecraft alphabetically sorts them or not.

mighty grove
#

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/

rough lodge
#

#showcase message

#

Use this

#

I've made a tab complete

#

Well. Some one here did it for me and I changed it a bit