1

Plugins with Same Commands

Lucy_the_Cow's Avatar Lucy_the_Cow6/6/16 9:28 pm
1 emeralds 300 6
6/16/2016 6:07 pm
Lucy_the_Cow's Avatar Lucy_the_Cow
I'm running mcMMO & ChatParty, and both use the /party command.

I'd like to keep mcMMO parties, but have the players chat through ChatParty.
We have SimpleAlias and I was hoping perhaps I could change the command through that, but would that mess with both commands? How do I do this?

Thanks!
Posted by Lucy_the_Cow's Avatar
Lucy_the_Cow
Level 38 : Artisan Ladybug
77

Create an account or sign in to comment.

6

1
06/07/2016 6:27 pm
Level 23 : Expert Engineer
Heklo
Heklo's Avatar
Youre on the right track, but you cannot make aliases with more than one word, and you need to add $ for variation. I'm assuming that you do /chatparty:party create [party name] and for that you'd have to do it like this:
aliases:
icanhasbukkit:
- version $1-
cparty:
- chatparty:party
cpartycreate:
- chatparty:party create $1


The player would than type /cpartycreate [party name]
1
06/16/2016 6:07 pm
Level 38 : Artisan Ladybug
Lucy_the_Cow
Lucy_the_Cow's Avatar
Ahh okay, thank you!
1
06/06/2016 10:29 pm
Level 38 : Artisan Ladybug
Lucy_the_Cow
Lucy_the_Cow's Avatar
Oh, okay! Thanks so much!
aliases:
icanhasbukkit:
- version $1-
cparty:
- chatparty:party


That only does the menu though. Would I need to do:
aliases:
icanhasbukkit:
- version $1-
cparty:
- chatparty:party
cparty create:
- chatparty:party create


?
1
06/06/2016 9:30 pm
Level 23 : Expert Engineer
Heklo
Heklo's Avatar
Im not sure about SimpleAlias, but in commands.yml you can easily set an alias to do
/mcmmo:party or /chatparty:party

The colin separates each plugins' commands. Just make sure to follow the exact same format of the example aliases (including the same spacing). You can ignore the $$1 if you dont know what it means, because in your case it doesn't matter for these commands.
1
06/06/2016 9:37 pm
Level 38 : Artisan Ladybug
Lucy_the_Cow
Lucy_the_Cow's Avatar
Wow, that was a quick reply!
Thanks!
aliases:
icanhasbukkit:
- version $1-
- mcmmo:party


Like that? Or would it need it's own group?
1
06/06/2016 10:05 pm
Level 23 : Expert Engineer
Heklo
Heklo's Avatar
Slightly Different, use this:
aliases:
icanhasbukkit:
- version $1-
mparty:
- mcmmo:party


This would make it so you do the mcmmo party command when you type /mparty. This can be modified to whatever you like.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome