Ranks And Titles [Unmaintained]
Discussion in 'Plugin Support' started by KillParadise, Mar 3, 2015.
-
It says i dont have any rank or title and it continues saying donor in my name. I wipe de config and everything
-
Quick question: How does a player obtain Karma? I didn't see it explained. Not sure if it's missing or if I just plain missed it. Also, I tried multiple ways of giving/removing karma from a player to change his rank/title, but it never worked. I did it to myself, as admin, but it would never take effect on the other player. It always told me the value was updated, but when the player went to check, it was still "0". Any ideas?
Last edited by a moderator: Mar 29, 2015 -
Love the plugin. However, I really want to also use the Chat Handler plugin.
I get this error:
[Warning] Calling hook OnPlayerChat resulted in a conflict between the following plugins: RanksAndTitles, chathandler and the chat ends up looking like this:
I'd be very happy if there's something that can be done about this. -
Is it just me or is it really hard to get the titles working?
By titles I mean admin ranks like Admin, Mod, Owner, Vip etc.
Also it seems like server restart is in order every time I update something
(even oxide.reload doesn't seem to update the names ,nor reconnection) -
Causes conflicts with this: http://oxidemod.org/threads/chat-handler.5916/page-14
+
Karma system needs alot of work. Currently have players killing there own clan members to increase rank.
Would be really good if you could make it work with this plugin: http://oxidemod.org/resources/rust-io-clans.842/ to prevent clan members getting karma for killing each other. -
If you use http://oxidemod.org/resources/rotag-groups.788/ this instead of the rust io clans plugin then you can turn group FF on and off. Means that people won't be able to kill each other. It would be easier to get the clans plugin to add friendly fire than to do what you're suggesting me thinks. -
-
-
-
is there a way to allow someone to have a Title and still show their rank. if i give a rank to someone like my mods they no longer show their rank in chat.
Example-Tod [Mod] [Bandit] -
when I update a players data in the data folder, It doesn't load in game.... even after the plugin is reloaded, or the server is restarted.
example:
when this:
Code:"00000000000000000": { "PlayerID": "00000000000000000", "RealName": "jamster Y426", "Title": "Player", "Rank": 0.0, "Kills": 0.0, "KDR": 0.0, "Deaths": 3.0, "Karma": 0.0, "isAdmin": true, "hidden": false
Code:"00000000000000000": { "PlayerID": "00000000000000000", "RealName": "jamster Y426", "Title": "Owner", "Rank": 0.0, "Kills": 0.0, "KDR": 0.0, "Deaths": 3.0, "Karma": 0.0, "isAdmin": true, "hidden": false
Reason why I need this, is that my community have asked for a special title, after I reset my server. And I was hoping to manually insert all the data, instead of having to set them to that title when they join.
Thanks. -
KillParadise updated Ranks And Titles with a new update entry:
Fixes, Permissions, and updates!
-
thx but im going to wait until chat handler support is add heheh i cant run the server without it there are a lot of assholes that keep disrespecting admins and players on my server.
[DOUBLEPOST=1429840356][/DOUBLEPOST]so i need to mute them hehe -
Im having a issue with /rt commands not working....commands like /rt switch = plugin stays on Ranks system, /rt set playername = command does nil. Also I have noticed that there are no data logs registering for our players in the data section. Am I doing something wrong?
-
GRIM|G4L|21Bravo said: ↑Im having a issue with /rt commands not working....commands like /rt switch = plugin stays on Ranks system, /rt set playername = command does nil. Also I have noticed that there are no data logs registering for our players in the data section. Am I doing something wrong?Click to expand...
-
KillParadise updated Ranks And Titles with a new update entry:
Commands & Compatibility Fixes
Accidentally broke commands because I forgot I needed to call the object when using functions (been a while)
- Fixed all commands
- Fixed BASIC compatibility for chathandler (NOTE: prefixes cannot be used with chathandler but he has his own prefix system)
- Removed left over debug loggers
Click to expand... -
Ok so I am probably doing all this wrong or maybe another plugin is interfering with it but my data config reads as follows.
Code:{ "PlayerData": { "0000000000000": { "PlayerID": "0000000000000" }, "000000000000000": { "PlayerID": "000000000000" }, "00000000000000": { "PlayerID": "000000000000", "Prefix": "Owner" }, "0000000000000": { "PlayerID": "00000000000000000" }, "000000000000": { "PlayerID": "000000000000000" }, "00000000000000": { "PlayerID": "00000000000000" }, "0000000000000": { "PlayerID": "0000000000000000" } } }
Last edited by a moderator: Apr 24, 2015 -
GRIM|G4L|21Bravo said: ↑Ok so I am probably doing all this wrong or maybe another plugin is interfering with it but my data config reads as follows.
{
"PlayerData": {
"0000000000000": {
"PlayerID": "0000000000000"
},
"000000000000000": {
"PlayerID": "000000000000"
},
"00000000000000": {
"PlayerID": "000000000000",
"Prefix": "Owner"
},
"0000000000000": {
"PlayerID": "00000000000000000"
},
"000000000000": {
"PlayerID": "000000000000000"
},
"00000000000000": {
"PlayerID": "00000000000000"
},
"0000000000000": {
"PlayerID": "0000000000000000"
}
}
}
Notice that the player ID with "Owner" is set in the config, however in game it reads as"undefined" any ideas why?Click to expand...
So you have owner set but it returns undefined . Did you change the data file? Or use a command? -
No I added the zeros for this post all those are actual steam Id's, there is no change to the data file what so ever. This is how the data config posted.
[DOUBLEPOST=1429853538][/DOUBLEPOST]I used the in game command to add myself as the owner, once it came back as undefined, I checked the data config to see if the info was being recorded. It is indeed being recorded but in the format you see above. ( command used /rt set playername)