i tried the new update and got the following in the console
[Oxide] 5:39 PM [Warning] CallHook 'OnTick' on plugin 'RustIO v2.8.0' took: 758ms
[Oxide] 5:39 PM [Debug] Reload requested for plugin which is already loading: BetterChat
[Oxide] 5:39 PM [Error] BetterChat plugin failed to compile!
[Oxide] 5:39 PM [Error] BetterChat.cs(407,30): error CS1061: Type `BaseEntity.Flags' does not contain a definition for `HasFlag' and no extension method `HasFlag' of type `BaseEntity.Flags' could be found. Are you missing an assembly reference?
BetterChat
Moved
Total Downloads: 26,145 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
-
thanks
-
-
i have an issue.
im trying to add ONE extra group, i have Player / VIP / Member / Admin / Moderator,
Everytime i type "oxide.usergroup add XXX Member" XXX is on Admin list AND Member list. creating two chat tags. when i only need him to have one.
any ideas?
[DOUBLEPOST=1453355968][/DOUBLEPOST]Code:{ "admin": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#0042f6", "Permission": "admin", "Rank": 3, "TextColor": "white", "Title": "[Admin]", "TitleColor": "red" }, "AntiSpam": { "Enabled": false, "MaxCharacters": 85 }, "moderator": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#0042f6", "Permission": "moderator", "Rank": 2, "TextColor": "white", "Title": "[Mod]", "TitleColor": "yellow" }, "Mute": { "Enabled": true }, "player": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#DCFF66", "Permission": "player", "Rank": 1, "TextColor": "white", "Title": "[Player]", "TitleColor": "#C4FF00" }, "vip": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "yellow", "Permission": "vip", "Rank": 4, "TextColor": "white", "Title": "[VIP]", "TitleColor": "orange" }, "member": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "yellow", "Permission": "vip+", "Rank": 5, "TextColor": "white", "Title": "[Member]", "TitleColor": "orange" }, "WordFilter": { "CustomReplacement": "Unicorn", "Enabled": false, "FilterList": [ "fuck", "bitch", "faggot" ], "UseCustomReplacement": false } }
-
-
Mute does not work. It says no permission. console commands also don't work for mute. Everything else is fine.
-
You need to grant yourself that permission. -
-
-
how can i use this plugin with chatmute ?
-
-
vtw how can i see players permissions we gave ? -
In the data folder you have two files oxide.groups.data and oxide.users.data you can use notepad++ to open these and see what is in them but do not edit anything in there it must only be edited from rcon commands
-
but i need console commands to see a player's perms we gave
[DOUBLEPOST=1453405127][/DOUBLEPOST]or groups -
How do you remove people and set them back to player?
-
[DOUBLEPOST=1453433194][/DOUBLEPOST]''update'' i removed myself from OwnerID (auth level 2) and made it zero, i still had Admin and Member tags onmyself -
i cannot revoke admin tag permission or cannot remove admin tag group inside the config file
it does appear after every restart
help please ? -
usergroup remove <player> admin -