oh my, thank you so much !
[DOUBLEPOST=1483561049][/DOUBLEPOST]I have another question, If for example I want a specific Group to have access to a kit, for example a special kit with good stuff but only like donator can access it, I should do like
/chat group add "$$$"
Just to create the Group, but then what like how I add a command that only this group can use fo example /kit Donator, but that default players wont see it or able to use it.
BetterChat
Moved
Total Downloads: 26,200 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
I tried what you said but after every restart I am placed into owner and admin group still even after removing myself from it I am hust placed back in next restart
-
Wulf Community Admin
-
Yeah I changed the setting to only show the highest group tag and it still shows [ADMIN] [Owner] Before my name
-
[DOUBLEPOST=1483574471][/DOUBLEPOST] -
Don't worry I have now fixed the problem
-
-
It is possible to fix the incompatibility with the program "RustAdmin RCON Tool"? When using the "Better Chat" plugin in the program tab "Chat" text is not received, and it's empty, and generally chat log is not conducted. difficult to administer. ispravte or please tell me what to do. You may need to remove it as a prefix [BetterChat]?
RustAdmin RCON Tool - http://oxidemod.org/resources/rustadmin-rcon-tool.640/ -
Ex: 15:24 [Info] [Better Chat] corto: quelqun recrute dans son clan? (copied from logs, shown in Oxide tab, in RustAdmin) -
Code:\[Oxide\]\s[0-9]{1,2}:[0-9]{1,2}\s((A|P)M\s)?\[.*?\]\s\[Better\sChat\]\s\[.*\]\s(?<sender>.*?):\s(?<message>.*)
-
How can i config some triggered messages in BetterChat with auto answers?
Example:
User: help
automessage whispers to user (keyword help): How can i help u?
Is it possible? -
22:14:44) | Failed to initialize plugin 'BetterChat v4.2.12' (JsonSerializationException: No JSON content found and type 'System.Boolean' is not nullable. Path '', line 1, position 4.)
(22:14:44) | at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) [0x00000] in <filename unknown>:0
(22:14:44) | Unloaded plugin Better Chat v4.2.12 by LaserHydra
(22:14:44) | No previous version to rollback plugin: BetterChat -
Last edited by a moderator: Jan 6, 2017
-
That line fairly depends on if you have a server with PM/AM or 24h times. Also, mine didn't work. Mine doesn't work now also, because [Info] seems to be not added in anymore...
Can you paste one of the Chat lines in your Console window? -
It disappeared the tag [Oxide], in fact also the "Oxide" tab isn't working.
[DOUBLEPOST=1483792270][/DOUBLEPOST]I found the exact regex:
Code:^\[Better\sChat\]\s\[.*?\]\s(?<sender>.*?):\s(?<message>.*)
-
Chat no longer shows in the Oxide tab of Rust Admin, only shows in the Console Tab
-
(22:01:27) | [Better Chat] <username>: <text> -
Guys quick question about the Plugin, Let's say I've made a Group named Player+, I want it to have a special kit for itself.
Let's say I made a kit with Bolt in it, how do I set the kit to be visible and usable for this Player+, Is there a command like grant group player+ XXX? -
group add player+
Then make the kit with the permission
/kit add "player+"
/kit items description "Player+ reward" permission player+
Then add the player to the new group then add the permission kits.player+ to the player -
Code:^\[Better\sChat\]\s(?<sender>.*?):\s(?<message>.*)