#Option to disable RTP in config

1 messages · Page 1 of 1 (latest)

teal fern
#

add /rtp to disabled_commands

proper turret
#

it says this and overwrites other plugins

teal fern
#

it's not possible to programmatically disable commands without using certain custom brigadier libraries or modifying the command map directly against the API spec.
Make use of spigot's built in aliases feature in commands.yml that lets you define overrides for the plugins you want (e.g. /command --> /plugin:command)

proper turret
#

oo lovely

#

So how would u transform this into for example betterrtp:rtp

ignore-vanilla-permissions: false
aliases:
  icanhasbukkit:
  - version $1-```
teal fern
#

aliases:
rtp:

  • betterrtp:rtp
#

probably

#

you can also use the $1 stuff for aliases if you need to

proper turret
#

It's fixed