Minequest

Minequest

32.5k Downloads

Commands

robxu9 opened this issue ยท 14 comments

commented

MineQuest commands

commented

I haven't implemented that in TeamManager - I'll be doing that right now :)
(note to self: TeamManager needs to be unstaticized)

commented

Ok that helps :D

commented

The only thing I didn't test is the actual accept invite command. Because no one would join my team. :( Forever alone.

commented

I will test this as well. With my second account.

commented

I have tested the commands. So far no problems have been found that I haven't already fixed.

commented

:D

commented

forever alone D:

commented

How do you want players to join each other? Invites from the leader?

commented

Yup - that should work.

commented

I think I need to check the team code to see how teams are formed - that is, making adjustments in the case of one-player quests...

commented

Ok I will work on that then.

commented

Yeah Im a little confused how it works. How do I add a player to a team?

commented

with the method add(Player p) that returns a boolean denoting success.
Use TeamManager to create and remove teams, because Teams have IDs stuck to them...
(I think I'm going to change the constructor of Team to protected now...)

commented

I can't figure out how to add people to a team. Mind giving me a hand? (It's probably something stupid. My brain still fried from being sick)