Its there by default:
Just take in mind you can replace {x}, {y} and {z} with just {location}, the others are there in case you want a more "flexible" messageCode:"AIRDROP CALLED": "<yellow>Airdrop<end> incoming, will drop at <lime>{x}<end>,<lime>{x}<end>, <lime>{x}<end>.",
Notifier [Unmaintained]
Discussion in 'Plugin Support' started by NobodyFTW, Feb 1, 2015.
-
Hmmmm....currently it only says one is coming but never says a location or coords. Would it be because I have an addon called airdrop extended?
-
I use notifier and Airdrop extendedd and message with coords work for me normaly
-
No, Notifier should run well with Airdrop Extender, please upload your JSON file.
-
Ok cool, here you are sir, thank you for the quick responses!
Attached Files:
-
-
Here you go, you hadn't set Announce Airdrop setting to true, and I have set it for you in the uploaded JSON, and I also took the liberty to set Announce Heli setting to true as well, to announce Patrol Helicopters, be free to make false again if you want to.
Attached Files:
-
-
Thank you so much!!!
-
nvm this post
-
player list not working on my server and this is happening when i reloading notifier:
Traceback (most recent call last):
File "notifier.py", line 22, in __init__
NameError: global name 'false' is not defined -
player list not working on my server and this is happening when I trying reload notifier:
Traceback (most recent call last):
File "notifier.py", line 22, in __init__
NameError: global name 'false' is not defined -
Could you please upload your plugin file?
-
There you go:
Attached Files:
-
-
I told you the plugin file, the one that ends with .py, which is in the plugins folder of your server.
-
Ohh sorry, My mistake
Attached Files:
-
-
I found the error, you might have edit this file by mistake, which btw you shouldn't, always edit the JSON file instead.
Attached Files:
-
-
Tried replacing the /map command to actually show the ip and port, it doesn't change. I replaced default code with
"<orange><size=20>•</size><end> See where you are on the server map at: <lime>37.187.129.33:28045<end>"
typed reload.oxide notifier in the cmd, says it updated and refreshed the plugin yet it still just says:
See where you are on the server map at: http://:28045
how to fix?
-
upload your JSON file please
-
whenever I join the server, it says the address correctly. However, when I manually type /map it shows the following port only.
Attached Files:
-
-
put the last line in the file like this
"<orange><size=20>•</size><end> See where you are on the server map at: <lime>http://{server.ip}:{server.port}<end>" -
That wont solve his problem...as the problem is not in welcome messages.
[DOUBLEPOST=1457976618][/DOUBLEPOST]That is because you haven't change the Map Link message, both Map Link and Welcome Messages are different features with different messages, thats why /map still shows incorrectly. Find this message in the Messages section adn type the IP manually as you did in welcome messages:
Code:"MAP LINK": "See where you are on the server map at: <lime>http://{ip}:{port}<end>",

