TheDreamSanctuary / Multitool

GNU General Public License v2.0
0 stars 2 forks source link

/multitool get <tool> #6

Open DukeVindzor opened 9 years ago

DukeVindzor commented 9 years ago

Command that gives player the item linked to the tool requested.

Example: /multitool get paintbrush Should give the player a slimeball in inventory (if slimeball is the item associated with the paintbrush).

It should be done though the alias functionality so that player can write /multitool, /tool or maybe just /mt.

AceDexter commented 9 years ago

Do we need the 'get' part in the command? I guess we would if we want to add extra features to the /multitool command. Did you have any ideas on what more we could do with /multitool with a modifier?

DukeVindzor commented 9 years ago

Yes, I put up another issue kind of answering that. It is also better to have the possibility to add more commands if we need to in the future :)

AceDexter commented 9 years ago

Gotcha ^_^

AceDexter commented 9 years ago

Do we want the command to be /multitool get or /multitool give ?

I personally prefer "give" but if "get" is better that's fine, just explain please =)

DukeVindzor commented 9 years ago

I added both actually :) This command is pretty much done, but I will need to wait until I have a tool for testing

AceDexter commented 9 years ago

@DukeVindzor Nice work! Have you pushed these changes yet?

DukeVindzor commented 9 years ago

No, I need to properly test it.

DukeVindzor commented 9 years ago

Added the extra functionality of "/mt get all" which gives all the tools the player has permission to get.