groupnames [Created one] - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Requests (https://forum.cuberite.org/forum-3.html) +--- Thread: groupnames [Created one] (/thread-351.html) |
groupnames [Created one] - NiLSPACE - 02-22-2012 Maybe is an plugin to see the group names usefull. RE: groupnames - FakeTruth - 03-20-2012 What do you mean see group names? Do you want a list of all the groups a certain player is in :S ? RE: groupnames - NiLSPACE - 03-20-2012 (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 RE: groupnames - FakeTruth - 03-20-2012 Sounds like a chat plugin... (which I will not make ) RE: groupnames - NiLSPACE - 03-21-2012 maybe someone else could make it??? RE: groupnames - distroyed123 - 03-26-2012 (03-21-2012, 06:15 AM)STR_Warrior Wrote: maybe someone else could make it???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 RE: groupnames - FakeTruth - 03-26-2012 No need for opening the users.ini file. You can grab the players' groups from a cPlayer object RE: groupnames - distroyed123 - 03-26-2012 (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 RE: groupnames - xoft - 03-26-2012 We definitely need a plugin API reference. (And we definitely need to revise it with the respect to thread safety.) RE: groupnames - distroyed123 - 03-27-2012 (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 |