This overrides my other plugin
arreyazat opened this issue ยท 6 comments
Description
In short, I have another plugin that uses the /craft command which gives users a virtual crafting table, I noticed that even though they have the perms to use the command, this plugin overrides and says that it needs fastcraft perms to use this plugin. Can this get addressed?
Add an alias to your commands.yml:
aliases:
craft:
- myotherplugin:craft $1-
Aliases added this way override existing commands.
Doesn't seem to work.
My other plugin is 'VirtualPack'
are you able to please give me the exact text to copy / paste so that these plugins don't override?
Thank you.
The aliases section should already exist - CB always creates 'icanhasbukkit' as an alias for 'version' if not present. Simply add the following to it, ensuring that spacing matches:
craft:
- virtualpack:craft $1-
A restart is required for changes to take effect.
Hi
I've literally copied / paste your command, restarted, saved etc.
but to no avail. The same error comes up.
I don't know if this makes a difference, but the plugin's name is VirtualPack
, not virtualpack
Otherwise, see if this helps you resolve the issue:
https://github.com/BenWoodworth/FastCraft/wiki/Command-Conflicts