How do i make it so that player that come onto my server have access to the plugins i want them to be able to use like /backpack or /pet
BetterChat
Moved
Total Downloads: 26,148 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
-
what am I doing wrong?
> oxide.grant group vip color_vip
[Oxide] 9:45 PM [Info] Permission 'color_vip' doesn't exist -
Try this one just made it for youAttached Files:
-
-
I cant remove any groups off of anybody ingame or on rusty what do i do!
-
-
I really can't set-up my chat prefixes. I want the ranks to be like this from High to low:
- Owner (Admin commands/permission, Owner Prefix)
- Admin (Admin commands/permission, Admin Prefix)
- Helper (Moderator commands/permission, Helper Prefix)
- VIP (Player commands/permissions, VIP Prefix, Special Kit for this tier Donators)
- VIP + (Player commands/permissions, VIP Prefix, Special Kit for this tier Donators)
- VIP ++ (Player commands/permissions, VIP Prefix, Special Kit for this tier Donators)
- Player (Player commands/permissions)
This is what I have for the plugin BetterChat.
Code:{ "admin": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#00f9ff", "Permission": "admin", "Rank": 3, "TextColor": "white", "Title": "[Admin]", "TitleColor": "#00f9ff" }, "AntiSpam": { "Enabled": false, "MaxCharacters": 85 }, "moderator": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#ffffff", "Permission": "moderator", "Rank": 2, "TextColor": "white", "Title": "[Helper]", "TitleColor": "White" }, "Mute": { "Enabled": true }, "Owner": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#005edf", "Permission": "admin", "Rank": 3, "TextColor": "white", "Title": "[Owner]", "TitleColor": "#005edf" }, "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": "#db876b", "Permission": "player", "Rank": 1, "TextColor": "white", "Title": "[VIP]", "TitleColor": "#db876b" }, "VIP+": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#d0d0d0", "Permission": "player", "Rank": 1, "TextColor": "white", "Title": "[VIP+]", "TitleColor": "#d0d0d0" }, "VIP++": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#fff400", "Permission": "player", "Rank": 1, "TextColor": "white", "Title": "[VIP++]", "TitleColor": "#fff400" }, "WordFilter": { "Banned Words": [ "", "", "" ], "Custom Replacement": "Unicorn", "Enabled": false, "Replacement": "*", "Use Custom Replacement": false } }
Thanks! -
Attached Files:
-
-
My server now works with [Owner]/[Co-Owner] but now I cant get admin to dissapear! I've tried removing myself from the admin group but that doesn't work! So frustrating
-
-
-
-
-
-
-
[DOUBLEPOST=1456550488][/DOUBLEPOST] -
-
-
fixed mine i had double betterchats loaded for some reason