Hello,
Apologies if I am missing a possible use of another plugin already in existence, but here goes.
I am making a server that has a "Warrior" theme. In doing so, I'd like the person's group they are in (and with it, the tag for the user in chat) to change according to the level they have achieved through the XP/Level system in game.
For example, when the person reaches level 5, I'd like them to be labelled as "Swordsman" in chat (because they have access to making the Salvaged Sword now). I can get the tags in the chat to work, that is no problem. It is the problem with a person being automatically added to the "Swordsman" group as soon as they reach level 5 and therefore being labelled in the chat.
Any ideas or solutions that have already been made that I missed?
Thanks for your help in advance!
Solved Group based on XP level
Discussion in 'Plugin Requests' started by Phoenix Renegade, Sep 17, 2016.
-
I found playtime based system, Player Rankings for Rust | Oxide
But there isn't any xp based yet. -
-
Maybe you should ask from @Ankawi, if he can add that feature in his plugin.
But if he wont, you can pm me and i get then work on it.Last edited by a moderator: Sep 17, 2016 -
-
I'm willing to even donate some money to who can make this plugin for me and keep it updated as well.
-
I mean yeah I could make one easily, but this one would still fit more XP Permissions for Rust | Oxide
although I do not think it revokes it after ranking up perhaps. -
I saw that, but that gives permissions per level, while I more would like the person to be added to a group so they have a tag. I am using Better Chat | Oxide for this right now, however, it doesn't do it automatically like I'd prefer. I can swap back to the normal groups if it requires.
-
@Phoenix Renegade
I actually start working on plugin for you, but its not yet done.
Its not going to take months, but maybe i finish it in next week.
Main Features:
- Global Announcement, tell all players that someone reached new rank.
- Auto Revoke, Take old rank from player when reached new
- Ignore Admins, Not checking admins levels (Can be disabled)
Config:
Code:{ "Groups": { "Newbie": { "Group": "Default", "lvl": "1" }, "Novice": { "Group": "Novice", "lvl": "10" }, "Rookie": { "Group": "Rookie", "lvl": "20" }, "Beginner": { "Group": "Beginner", "lvl": "30" }, "Casual": { "Group": "Casual", "lvl": "40" }, "Intermediate": { "Group": "Intermediate", "lvl": "50" }, "Advanced": { "Group": "Advanced", "lvl": "60" }, "Professional": { "Group": "Professional", "lvl": "75" }, }, "Settings": { "Global Announcement": "true", "Ignore Admins": "false", "Prefix": "[<color=purple>AutoRanking</color>]" } }
-
-
Made it, private plugin now.