• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Override Voxel /b

Status
Not open for further replies.

SenpaiBlaze

Verified Member
Its pretty simple. /bend and /brush both use ./b as a shortened version. Just make a config option where you can auto-override it or something. So ./b is always ./bend
 
@SenpaiBlaze the bending command has many aliases, though my preferred alias is /pk. When looking at PK's plugin.yml in Github, I found all these aliases:

Code:
commands:
  projectkorra:
    aliases: [b,bending,mtla,tla,korra,pk,bend]
    usage: /<command>

You can use any of them; they all link back to the same command! Good luck!
 
In addition to what @Carbogen said, when two plugins register the same command, it is random as to which one takes control, so theres nothing we can do about it
 
Status
Not open for further replies.
Back
Top