Cuberite Forum

Full Version: groupnames [Created one]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Maybe is an plugin to see the group names usefull.
What do you mean see group names? Do you want a list of all the groups a certain player is in :S ?
(03-20-2012, 07:01 AM)FakeTruth Wrote: [ -> ]What do you mean see group names? Do you want a list of all the groups a certain player is in :S ?

you can now only see in what group someone is with the color of the name.
but if someone doesn't know what color what group is then wil it be difficult.
for example in game:
[Admin]-STR_Warrior
then you can easily see what group someone is
Sounds like a chat plugin... (which I will not makeTongue )
maybe someone else could make it??? Smile
(03-21-2012, 06:15 AM)STR_Warrior Wrote: [ -> ]maybe someone else could make it??? Smile
shouldn't be to hard, fetch the users.ini find the player, then the player group, if group = admin call true then add admin to the beginning of the message followed by an "-" so it would look like "STR_Warrior: (Admin) - What ever you said here". even if a player randomly joins there automatically thrown in to the default group. there is Mostlikely an easier way of doing this too. thats what came to mind Tongue
No need for opening the users.ini file. You can grab the players' groups from a cPlayer object
(03-26-2012, 05:41 AM)FakeTruth Wrote: [ -> ]No need for opening the users.ini file. You can grab the players' groups from a cPlayer object

learn something new everyday Smile
We definitely need a plugin API reference. (And we definitely need to revise it with the respect to thread safety.)
(03-26-2012, 11:39 PM)xoft Wrote: [ -> ]We definitely need a plugin API reference. (And we definitely need to revise it with the respect to thread safety.)

lol i agree, theres plenty of time for it all later, there is more important things to do lol