#how do I use 2 open commands

1 messages · Page 1 of 1 (latest)

errant spoke
#

how do I use 2 open commands Deluxe Menu?

full quest
#

?dm-multireq

obsidian oasisBOT
#
FAQ Answer:
click_requirement:
  requirements:
    requirement1:
      type: TYPE
    requirement2:
      type: TYPE
    requirement3:
      type: TYPE
    requirement4:
      type: TYPE

More info on the Wiki

ember temple
#

If you mean registering 2 commands, you can only register one.
Otherwise, you just make a list

open_command:
- kits
- kitmenu
full quest
errant spoke
ember temple
#

no need too ping just fyi

#

You need to add open_command: rtp and register_command: true
then restart the server
then in your commands.yml from spigot you need to add

aliases:
  rtp:
  - deluxemenus:rtp

..................

Next step is adding the normal rtp command to your item click commands

click_commands:
- '[player] randomteleport:rtp' #use whatever plugin you use, randomteleport is an EXAMPLE

that will be done with something like this

src: <#general-plugins message>

#

Some info on what you would need to do to get /wild accessing DM