Not yet, waiting for @Domestos to push his update and then it should be good to go.
Ranks And Titles [Unmaintained]
Discussion in 'Plugin Support' started by KillParadise, Mar 3, 2015.
-
Question to you: can I remove deaths that will affect to karma? Thanks. -
Nice update mate! To clarify, the staff colors will stay green and players blue?
-
-
Code:"Settings": { "Settings": true, "deBugOff": true, "karma": true, "colorSupport": true, "useTitles": false, "noAdmin": false, "usePunishSystem": true, "chatNameColor": "#1bd228", --- sets the default chat color "staffchatNameColor": "#1bd228" --- sets your staff colors },
-
[DOUBLEPOST=1426329128][/DOUBLEPOST]Hm...
Code:[Oxide] 1:32 PM [Info] PlayerData is undefined[Oxide] 1:30 PM [Info] No Data found, Attempting to build Data [Oxide] 1:30 PM [Info] PlayerData is undefined [Oxide] 1:31 PM [Info] STV [Oxide] 1:31 PM [Info] starter: STV [Oxide] 1:31 PM [Info] STV [Oxide] 1:31 PM [Info] kset [Oxide] 1:31 PM [Info] Playername before search: stv [Oxide] 1:31 PM [Info] Searched Name: stv [Oxide] 1:31 PM [Info] found match stv [Oxide] 1:31 PM [Info] number [Oxide] 1:31 PM [Info] 2000
[Oxide] 1:32 PM [Info] PlayerData is undefinedLast edited by a moderator: Mar 14, 2015 -
i love the new update coloroption was just what i was looking for, but i'm running into a problem regarding the admin commands.
No matter which /rt [option] i try to use, it interprets it as if i was just giving the /rt command.
ie: /rt karma set "playername" will return my current rank instead of altering karma.
thanks in advance. -
[DOUBLEPOST=1426350961][/DOUBLEPOST] -
-
-
-
anyone know when it might be compatible with chat handler?
-
-
After update to latest version the plugin reset the +1 and -1 ranks to the defaults instead of what we had setup in replacement. The config appears unchanged so I'm not sure what we are missing on this one. Also it appears the /rt karma commands are not working.
-
how do i get titles to show? when i hit /rt set playername Title? when i put the config to true then reload the plugin doenst seem to show the titles how does this work?
-
[DOUBLEPOST=1426370412][/DOUBLEPOST] -
He must be referring to the config setting "use titles".....
-
yah basically when i set someones titles i was wondering why it does show in the server when they talk?
-
Current issue I have found is the plugin is just pulling off the ranks title list no mater how I set up the settings. Example I have set the config file to show like this....
{
"authLevel": 2.0,
"version": "1.5",
"Settings": {
"Settings": true,
"deBugOff": true,
"karma": true,
"colorSupport": false,
"useTitles": true,
"noAdmin": false,
"usePunishSystem": false,
"chatNameColor": "#1bd228",
"staffchatNameColor": "#1bd228"
Now what is happening is the titles are not the custom titles I want to use but instead is pulling from the ranks list...How can I fix this? -