basicxman / minecraft

Minecraft server wrapper and deployment.
19 stars 8 forks source link

User team assignment #23

Open Ianphorsman opened 13 years ago

Ianphorsman commented 13 years ago

Implement teams.

Create json file storing teams that can be read and written to by players of that team.

Give users a team attribute so that the user can be associated with the correct team file.

basicxman commented 13 years ago
!team mike_n_7 red # Assign mike_n_7 to team red
!team mike_n_7 random # Assign mike_n_7 to a random team
!team red # Create the red team
!team mike_n_7 # Print the team mike_n_7 is on
!team # Print available teams