Hello everyone !
I am facing an issue which seems caused with notifier .
Calling hook OnPlayerChat resulted in a conflict between the following plugins: namecolors,
I went to the JS file and commented OnPlayerChat function because it was duplicating chat lines (probably due notifier plugin , but I am not sure , it is just My guess ).
Once commented game chat worked fine.
Is there any way we can fix this?![]()
(I have no clue about making this stuff, I just went to check and did what I thought it could help for not get players annoyed way too much).
Any help or idea for edit stuff will be appreciated, thank you!
Ranks And Titles [Unmaintained]
Discussion in 'Plugin Support' started by KillParadise, Mar 3, 2015.
-
EDIT: however this plugin supports changing name colors (applies to all users) and staff colors (applies to all staff) along with changing chat color.Last edited by a moderator: May 15, 2015 -
It is odd for sure, that's why I thought after it could be notifier with its chat color too.
Thank you for the reply KillParadise, fast as hell , and very much appreciated. I have got an idea but I wonder if you think it might work.
What if I download the name color plugin (is it betterchatname right?) , restore Rank&Tittle js file , restart server, then I remove the name color plugin, restart server again. Should it work? (poor players lmao, I have restarted 5 times already in less than 1h 20 mins ).
I will give it a try! -
Anyway: If your not using the namecolor plugin then yes notifiers chat color option is your problem. -
Thank you for the help KillParadise (sorry for posting things which aren't related with your plugin). I think I am in the right direction for get it fixed
EDIT!:
--------
I am going to take advantage for ask a question
Is there anyway for get my name as owner outside the rank and tittle system? It messed up my lovely cute tag and color lmao
Thanks! -
if you need anymore help feel free to pm me or ask.
For your question:
No, Owner is a prefix so you can only use it if you set it for yourself, which uses my plugins data.Last edited by a moderator: May 15, 2015 -
I have ran into a issue with this plugin not updating new info to the config file after update. Everything that was set before the update is fine but as I tried to update a new rank into it today ...nothing.
Code:"prefixTitles": [ { "title": "Guest", "Color": "#FFFFFF", "permission": "guest", "default": true }, { "title": "Member", "Color": "#FFFFFF", "permission": "member", "default": false }, { "title": "GRIM", "Color": "#6e7576", "permission": "grim", "default": false }, { "title": "VIP1", "Color": "#ffa500ff", "permission": "vip1", "default": false }, { "title": "VIP2", "Color": "#ffa500ff", "permission": "vip2", "default": false }, { "title": "VIP3", "Color": "#ffa500ff", "permission": "vip3", "default": false }, { "title": "VIP4", "Color": "#ffa500ff", "permission": "vip4", "default": false }, { "title": "VIP5", "Color": "#ffa500ff", "permission": "vip5", "default": false }, { "title": "P.R.Admin", "Color": "#add8e6ff", "permission": "pr", "default": false }, { "title": "Mod", "Color": "#add8e6ff", "permission": "mod", "default": false }, { "title": "Admin", "Color": "#800000ff", "permission": "admin", "default": false }, { "title": "Owner", "Color": "#505886", "permission": "owner", "default": false }
[DOUBLEPOST=1431712610][/DOUBLEPOST]Ah just checked the staff chat name and player chat names colors did change except for the new staff member I added today. So it changed the colors as I needed but did not update/recognize the new staff member.Last edited by a moderator: May 15, 2015 -
-
I did yes and also restarted the server.
[DOUBLEPOST=1431713048][/DOUBLEPOST]Could it have anything to do with the Hex color codes? -
-
For some odd reason they both work now but the chat color for staff is still not recognizing the new admin.
[DOUBLEPOST=1431713633][/DOUBLEPOST]Unless staff is only for auth 1? -
-
No dice...tried this command 3 times, with the admin logging in and out. Config shows him to be Auth2..not sure whats going on. It could be an issue with my perms system as I'm having issues with another plugin as-well. Wolf is checking those files as we speak.
-
Hmm, could be the plugin, I am doing a pretty large re write for the next release, attempting to fix a lot of timing problems and fragile code. Lol
Let me know what it comes down too, everything should be much more stable in 1.6 since I am not adding very many brand new features. -
Np just throwing out issuse that you may need to know of. Thanks for taking a look into it. Ill have him run the refresh command when he get back online.
-
Hi killParadise and thanks for your fast answer. I'm experiencing some problems with the command "/rt delete" to delete the first automaticly created ranks and create mines. Is it possible to delete the first ranks? Also, where did i need to go on the pluggin to erase from the code those ranks?
Also, on the command "/rt create" to create a tank, the "Karma needed" can be a negative number? Like : to be assassin, u need to have -5 karma?
Thanks for all -
as for /rt create this command is still a bit fragile but yes you should be able to use a negative number for karma needed however do not use a negative number for karma given. this is very important! if karma given is negative the plugin will not perform the math correctly or cause errors.
This is another feature that is going to be getting improvements hopefully soon in the next large update. -
U sais i should not use a negative number for the KarmaGiven, Ok. However, i'm trying to create a system of "Good and Bad Guys" . The more u kill a bad guys with a negative Karma, the more u get Karma and became a "Good" and the more u kill a good with a positive karma the more u loose Karma ...
The good ones are in blue, the bads are un red. But if a "bad" kill a "Good" and he only have 0 or a posivite karma given, how can i have a bad ranks on my server?
Sorry for my english fot this post. -
-
Oh ok great. And if it don't dosen't bother you, can you explain the main rules that use the pluggin to decide?
Thanks for all again.