#Command override

1 messages · Page 1 of 1 (latest)

marsh lily
#

Does anyone know if there's a way to overwrite a command from another plugin ? Like /warps from EssentialsX

I have in my commands.yml (#general-plugins message):

ignore-vanilla-permissions: false
aliases:
  icanhasbukkit:
  - version $1-
  command:
  - "deluxemenus:command"
  - "deluxemenus:warps"```

But this doesn't work
Discord

Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.

golden bridge
#
open_command:
- warplist
- warps
- warp
#

it's work for ovverides in theory

#

at the time I tried to override the essential commands by basically adding the command deluxe menu and it worked

marsh lily
#
  - abcd

But this works

#

Ok weird, I reversed and it works

 open_command:
  - warps
  - warp```
Thx !
golden bridge
#

remove register_command: true

#

you need to restart server for register command

marsh lily
#

Yep I know

golden bridge
brittle trellis
#

register_command is kinda bugged and only supports the first command for some reasons, I've experienced that as well and there doesn't seem to be any fix as of yet