Well Rank And Titles does change your name, so that makes me think that makes Notifier Admin tags incompatible with Rank And Titles.
I will still look at it and see what I can do about it.
Notifier [Unmaintained]
Discussion in 'Plugin Support' started by NobodyFTW, Feb 1, 2015.
-
Is there any reason why my /help is telling me Unknown command 'help'!?
NM, I was missing HELP TEXT. -
-
Rank titles and Clans does that. unload it and relog. i had the same problem running these two, and i am not using ranks since.
-
SkinN õ.Õ'.|. updated Notifier with a new update entry:
Notifier | /map command, and improvements.
-
/admins is messed up
shows a bunch of blank spaces along with the admin names
also /players
shows names and blank spaces and commas.
Example below.
NOTIFIER|PLAYERS ONLINE
---------------------------------
,, name , name ,,, , ,
,, name, name, name,,
name,,
------------------Last edited by a moderator: Apr 7, 2015 -
Thanks in advance. -
how do print it? does not show anywhere else but chat..
-
-
[DOUBLEPOST=1428373352][/DOUBLEPOST] -
v2.6.0 by SkinzN
Resource ID: 797|Config: v3.5 -
Perhaps the only thing I could do to avoid this issue would be to find these characters that mess up the list and remove them from the players names right before the list is displayed, but the problem is to find these characters. :|
Anyway I will still see what I can do about this.
Thanks for reporting.
-
Skin u really Need a better GPU... i get eyecancer!
<3 U
-
I like to play all in low for the best performance, I dont really go for the best quality. -
@SkinN õ.Õ'.|. I suggest you adding different languages for welcome messages, which depends on the locations. Like with rules.
-
-
I LOVE the plug-in !
But for a stupid fudge like me, it's not that simple to change the message to be more custom. I'm just gonna explain and then you guys can laugh at me
I know there's 2 files: notifier.py and notifier.json they look very much alike. I am sure that I need to change something in both files, since some of the text I want to change only is displayed in 1 of them.
As a start I wanted to change the prefix to RGC instead of NOTIFIER, I opened the notifier.py and change the name there:
# ==========================================================================
# <>> PLUGIN
# ==========================================================================
def __init__(self):
# PLUGIN INFO
self.Title = 'RGC'
But that only changed the name for the command /rules the command /map still has Notifier on it.
I have a lot more questions, but for now I'll just see if anyone knows where I can find a guide on how to customize the text wording and make it personal for my server.
Thank you very much in advance.
- Rawdee -
As you said and you are right there are 2 files, notifier.py and notifier.json, notifier.py is the actual plugin which you must put it in your server's 'plugins' folder, and you should not change this file at any point, or else you probably going to cause malfunctions. notifier.json is the configuration file, this file is created under the config file by the plugin itself on the plugin first load, and this is the file you do the changes you want, and this file only, this goes for any plugin in general only that each file has the name of corresponding plugin.
When you open notifier.json then you must look for the prefix under the SETTINGS section:
Code:"SETTINGS": { # SETTINGS IS THE SECTION NAME "RULES LANGUAGE": "AUTO", "ENABLE ADVERTS": true, "ENABLE PLAYERS LIST CMD": true, "SHOW CONNECTED": true, "ADVERTS INTERVAL": 300, "ENABLE ADMIN TAGS": false, "ENABLE SEED CMD": false, "ENABLE HELPTEXT": true, "ENABLE WELCOME MESSAGE": true, "OWNER TAG": "[OWNER]", "BROADCAST TO CONSOLE": true, "PREFIX": "NOTIFIER", # THIS IS THE PREFIX SETTING, TO WHICH YOU MAY CHANGE TO WHATEVER YOU WANT "CHAT PLAYERS LIST": true, "CONSOLE PLAYERS LIST": true, "ENABLE PLUGINS LIST CMD": false, "HIDE ADMINS CONNECTIONS": false, "ENABLE ADMINS LIST CMD": false, "ENABLE RULES CMD": true, "ENABLE SERVER MAP CMD": true, "SHOW DISCONNECTED": true, "MODERATOR TAG": "[MOD]" },
PS: The messages starting with # are for explanation only! -
Thank you! I really appreciate that. I'll config the json file and see if I can get it to do everything that I want.
If not I'll come back here