Yes im a noob, but in my eyes this should work! But it wont!
PlayerRankings
Moved
Total Downloads: 8,314 - First Release: Nov 19, 2015 - Last Update: Jan 17, 2018
- 5/5, 13 likes
-
-
-
Ankawi updated Player Rankings with a new update entry:
1.4.0
-
I dont know where to say this but ill try here.
When i do usergroup remove crytec "the permission", it says [Oxide] 10:41 PM [Info] User 'Crytec(76561198091377894)' removed from group 'kappa'
But i still have the title. ive been trying everything to remove it but it wont go away. Ive unloaded all plugins, reloaded them and all. If i delete the oxide.users.data and the oxide.group.data file in the Data map, and restart the server. THEN it goes away. I have no other plugins than ConnectionDB, PlayerRankings and BetterChat on my test server. Any ideas? -
-
-
Is there anyway to remove the default ranks?
-
when the plugin is reloaded it modifies my playerrankings.json, and adds pro and regular rankings automatically. I don't use those names, what should I do?
[DOUBLEPOST=1452928210][/DOUBLEPOST]Also I had lower our requirements for some of th ranks, but now I highered them up - but looks like players with low play hours still have those. How can I fix this? -
2. Contact me on steam (Ankawi) and I'll write you one up that revokes a permission if the playtime is not matched, or higher. -
Hi whenever I reload the plugin, I received these error
Code:[Oxide] 12:15 AM [Warning] Missing plugin name prefix 'playerrankings.' for perm ission 'color_casual' (by plugin 'PlayerRankings') [Oxide] 12:15 AM [Warning] Missing plugin name prefix 'playerrankings.' for perm ission 'color_noob' (by plugin 'PlayerRankings') [Oxide] 12:15 AM [Warning] Missing plugin name prefix 'playerrankings.' for perm ission 'color_player' (by plugin 'PlayerRankings') [Oxide] 12:15 AM [Warning] Missing plugin name prefix 'playerrankings.' for perm ission 'color_pro' (by plugin 'PlayerRankings') [Oxide] 12:15 AM [Warning] Missing plugin name prefix 'playerrankings.' for perm ission 'color_regular' (by plugin 'PlayerRankings') [Oxide] 12:15 AM [Warning] Missing plugin name prefix 'playerrankings.' for perm ission 'color_veteran' (by plugin 'PlayerRankings')
-
I have the same problem.
-
-
BetterChat.json
Code:{ "admin": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#DCFF66", "Permission": "admin", "Rank": 3, "TextColor": "white", "Title": "[Admin]", "TitleColor": "red" }, "AntiSpam": { "Enabled": false, "MaxCharacters": 85 }, "Casual": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#5af", "Permission": "color_casual", "Rank": 2, "TextColor": "white", "Title": "[Casual]", "TitleColor": "cyan" }, "Hype": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#5af", "Permission": "color_hype", "Rank": 2, "TextColor": "white", "Title": "[Noob]", "TitleColor": "lime" }, "moderator": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#DCFF66", "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": "color_player", "Rank": 1, "TextColor": "white", "Title": "[Player]", "TitleColor": "#C4FF00" }, "Pro": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#5af", "Permission": "color_pro", "Rank": 2, "TextColor": "white", "Title": "[Pro]", "TitleColor": "red" }, "Regular": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#5af", "Permission": "color_regular", "Rank": 2, "TextColor": "white", "Title": "[Regular]", "TitleColor": "grey" }, "Veteran": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#5af", "Permission": "color_veteran", "Rank": 2, "TextColor": "white", "Title": "[Veteran]", "TitleColor": "teal" }, "WordFilter": { "CustomReplacement": "Unicorn", "Enabled": false, "FilterList": [ "fuck", "bitch", "faggot" ], "UseCustomReplacement": false } }
Code:{ "Casual": { "Permission": "color_casual", "Playtime": "25.0" }, "Hype": { "Permission": "color_hype", "Playtime": "10.0" }, "Player": { "Permission": "color_player", "Playtime": "1.0" }, "Pro": { "Permission": "color_pro", "Playtime": "200.0" }, "Regular": { "Permission": "color_regular", "Playtime": "50.0" }, "Settings": { "Ignore Admins": false }, "Veteran": { "Permission": "color_veteran", "Playtime": "100.0" } }
-
-
-
-
-
-
How do i add custom names to this like i wanted to add different names im new to the whole editing grouups and adding them anyway to make a tutorial on how to do it to help? I also need help what do i add in betterchat so it works as well?