#Option to disable RTP in config
1 messages · Page 1 of 1 (latest)
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)
oo lovely
So how would u transform this into for example betterrtp:rtp
ignore-vanilla-permissions: false
aliases:
icanhasbukkit:
- version $1-```
aliases:
rtp:
- betterrtp:rtp
probably
you can also use the $1 stuff for aliases if you need to
It's fixed