BetterChat
Moved
Total Downloads: 26,142 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
LaserHydra updated Better Chatname with a new update entry:
made color list better
-
Not working -_- help please!
Player :
Code:"SteamID": { "LastSeenNickname": "PlayerNAME", "Perms": [], "Groups": [ "NAME", "player" ]Group : "NAME": { "Title": "GDL", "Rank": 2, "Perms": [ "color_NAME" ], "ParentGroup": nullConfig : "NAME": { "NameColor": "yellow", "Permission": "color_NAME", "Prefix": "[GDL]", "PrefixColor": "#DAA520", "Rank": 2, "TextColor": "white" },
Last edited by a moderator: Jun 11, 2015 -
Not sure what happened, but since you updated, the plugin stopped working for me.
I haven't messed with anything at all other than overwriting old plugin. No names or titles are showing up next to names in game for me.
Haven't added any new plugins either.Last edited by a moderator: Jun 11, 2015 -
PLUGIN.Version = V(2, 1, 6)
Updater say the last version is 2.1.7 -
Wulf Community Admin
-
[DOUBLEPOST=1434020702][/DOUBLEPOST]
[DOUBLEPOST=1434022182][/DOUBLEPOST]Last edited by a moderator: Jun 11, 2015 -
This is my groups files config:
Code:{ "admin": { "Title": "Administrateur", "Rank": 0, "Perms": [ "color_owner", "airdrop.canCallMass", "airdrop.canCallNormal", "airdrop.canCallPlayer," "airdrop.canCallPos", "canReload", "update.check" ], "ParentGroup": null }, "moderator": { "Title": "Modérateur", "Rank": 1, "Perms": [ "color_mod" ], "ParentGroup": null }, "player": { "Title": "Joueur", "Rank": 2, "Perms": [ "color_player" ], "ParentGroup": null } }
Code:[Oxide] 2:22 PM [Error] Failed to initialize plugin betterchatname File: betterchatname.lua Line: 45 Object reference not set to an instance of an object: at Oxide.Core.Libraries.Permission.GroupExists (System.String groupname) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Permission.GrantGroupPermission (System.String groupname, System.String perm, Oxide.Core.Plugins.Plugin owner) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
-
-
LaserHydra updated Better Chatname with a new update entry:
fixed version
-
Code:{ "mod": { "NameColor": "lime", "Permission": "color_mod", "Prefix": "[Modérateur]", "PrefixColor": "yellow", "TextColor": "white" }, "owner": { "NameColor": "lime", "Permission": "color_owner", "Prefix": "[Administrateur]", "PrefixColor": "orange", "TextColor": "white" }, "player": { "NameColor": "lime", "Permission": "color_player", "Prefix": "", "PrefixColor": "lime", "TextColor": "white" } }
-
If you are using the latest one, you may need to either add "Rank": to the groups, or delete your config and let the plugin create a new one -
[DOUBLEPOST=1434027973][/DOUBLEPOST] -
-
Yeah, as i said. It was
Had to delete old config. Working now, thanks. -
Ok so here is my config file, i cannot get the vip title to work on a player. I add them to the group and they are still under the player title.
Code:{ "owner":{ "NameColor":"orange", "Permission":"color_owner", "Prefix":"[Owner]", "PrefixColor":"orange", "TextColor":"white", "Rank": 4 }, "mod":{ "NameColor":"lime", "Permission":"color_mod", "Prefix":"[Mod]", "PrefixColor":"yellow", "TextColor":"white", "Rank": 3 }, "V.I.P.": { "NameColor": "cyan", "Permission": "color_vip", "Prefix": "*V.I.P*", "PrefixColor": "blue", "TextColor": "#CEECF5", "Rank": 2 }, "player":{ "NameColor":"lime", "Permission":"color_player", "Prefix":"[Player]", "PrefixColor":"lime", "TextColor":"white", "Rank": 1 } }
-
Restart your server after.
It's what i had to do to get it to save/go through.
Make sure after you add them type, 'restart' in console.
If you just stop the server it may not save. -
[DOUBLEPOST=1434085311][/DOUBLEPOST] -
Even after using the reload command of plugins. -