mmoMinecraftDev / TODO

Plans for future plugins under he mmoMinecraft suite
1 stars 0 forks source link

mmoPlayerList #14

Open FlayaN opened 13 years ago

FlayaN commented 13 years ago

When pressing tab a playerlist shows up.

One row per person and one column per display element.

Provides API for plugins to add a column showing specific info about that player.

Would basically be mmoInfo but also see other players info.

Images or Text for each Column

example:

Players:-----Level:----Class:----CustomInfo:

FlayaN--------8---------Mage------blarg

Rycochet----12--------Warrior----blargen

Rycochet commented 13 years ago

Wouldn't want to bind to tab specifically - but custom key bindings (ie, per player options) are planned for the Addon API.

Would need to provide a way to set the data to be viewed for each player - so possibly sitting on top of mmoInfo for that stuff...

Major improvement over the built in /list at any rate ;-)

Phant0mX commented 13 years ago

Also it could tie into MMOchat to allow private messaging/mailing a player through buttons

FlayaN commented 13 years ago

Notch is adding a Playerlist to 1.8 so maybe add buttons to the already existing 1.8 playerlist?

Rycochet commented 13 years ago

We'll have to see what comes about with it - if it's useful then I'd rather hook into the "official" one, but if it's not useful enough then this might still need to be made ;-)