Iam having a problem.... BetterChat does not even work for me. whenever i type something it looks like this: [Owner] [Player] (my username) and i have configured it.... worked in the old BetterChat.
[DOUBLEPOST=1492013325][/DOUBLEPOST]Well this...
BetterChat
Moved
Total Downloads: 26,145 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
Attached Files:
-
-
-
LaserHydra when im trying to install the Newtonsoft.json.dll after the installation the is complete and successful when i press the button to start it and create a desktop short cut it crushed allmost instantly.
-
-
-
(10:00:23) | [Better Chat] Error when trying to get third-party title from plugin 'Oxide.Plugins.PlayerChallenges'
System.NullReferenceException: Object reference not set to an instance of an object
at Oxide.Plugins.PlayerChallenges.GetPlayerTitles (IPlayer player) [0x00000] in <filename unknown>:0
at Oxide.Plugins.BetterChat+ChatGroup.FormatMessage (IPlayer player, System.String message) [0x00000] in <filename unknown>:0 -
Any way to show clannames icw betterchat?
-
After makes the new Update to the newest Oxide Version i found this, every player writes a message:
Code:22:01 [Error] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.11' (NullReferenceException: Object reference not set to an instance of an object) 22:01 [Stacktrace] at Oxide.Plugins.BetterChat.OnUserChat (IPlayer player, System.String message) [0x00000] in <filename unknown>:0 at Oxide.Plugins.BetterChat.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
We can change font size for every group.. thats good. But i didnt find how to change size for messages from players that dont have any group. I mean that all messages are 13 size beside the messages from no group players (15 size default). How to change?
-
/ignore name
last seen in Betterchat Version 4.2.12, Nov 3 2016
I dug it up and am trying to make an ignore plugin ---> Universal - Ignore chat | Oxide
But Im not sure if Ill be able to use BetterChat and Ignore plugin at same time ----> Hook Order - Multiple Plugins Using Same Hook, Which Order? | Oxide
@LaserHydra Would you help me add support for Ignore API in BetterChat like Private Messages plugin -------> Private Messaging for Rust | Oxide
How to pull in/use Ignore API -----> Ignore API for Rust | Oxide
Code:[PluginReference] private Plugin Ignore; var hasIgnore = Ignore?.CallHook("HasIgnored", p.userID, player.userID); if (hasIgnore != null && (bool) hasIgnore)
Code:#if RUST ConsoleNetwork.BroadcastToAllClients("chat.add", new object[] { player.Id, output.Chat });
Anyone know how we should change the code here ^?
[DOUBLEPOST=1492294832][/DOUBLEPOST]BetterChat OnUserChat() v4.2.12
This is how previous version with /ignore ability sent messages
Code:foreach (IPlayer current in players.Connected) if (!pl.Ignored(current)) { BasePlayer currentPlayer = current.GetBasePlayer(); if (currentPlayer != null) rust.SendChatMessage(currentPlayer, Group.Format(player, message), null, player.Id); }
-
[DOUBLEPOST=1492295864][/DOUBLEPOST]How betterchat doesn't have anti-flood, it is default in Rust chat system... -
@JAJEDE This plugin used to have anti chat flood, but that got removed/unsupported too
Theres another anti chat flood system but to my knowledge cant co-exist with BetterChat, AntiChatFlood -----> AntiChatFlood for Rust | Oxide
Ignore capability is higher on my priority list than Anti Flood, but still on my list -
-
I am sure this has been answered in some of the many pages here but I couldn't find an answer in a hurry so I take a chance and ask: What is the problem when both BetterChat and regular chat shows up so that I have to chat lines with same message everytime someone says something?
-
Hi. How to check the permissions assigned to a group? View permission list.
-
- betterchat.admin for the /chat command
-
After update to Version 5.0.11
Code:Failed to call hook 'OnBetterChat' on plugin 'Quests v2.2.2' (InvalidCastException: Cannot cast from source type to destination type.) Failed to call hook 'OnBetterChat' on plugin 'BetterChatMute v1.0.5' (InvalidCastException: Cannot cast from source type to destination type.)
-
-
If I want a vip permission group is there anyway I can use that for the chat group so I don't have to add my VIPs to both the permission group and chat group separately?
-