Is there any way we could not only call an announcement from another plugin but also change the vertical position of that announcement? Basically we use GUIa for a lot of things on our server and like the banners where they are up top. But there is one specific plugin we want to fire off a very important announcement like in the dead center of the screen (it is a player specific thing not the entire server)
Add banner position to API hookSolved
That must be a serious announcement! What will you announce in the center of the screen?
If I added an optional parameter for adjusting the position that could work. Though the way the plugin is written is it works out the position with the adjustvposition value when it grabs the config so the original value is lost. That said I could just minus the adjustvposition value from the config off the new values and add whatever is specified in the optional parameter.
Either way it would be possible just needs a bit of thought into what the most elegant way of doing it would be.
You could do it like an "DefaultOffset" thing where it just does that much more +/- adjustment from what the config has the plugin already set to.
I am honestly not sure
But we have a very busy PVE server. If you forget to lock your TC someone can literally rob you blind (TC controls looting stuff rights).
We are just sick and tired of answering theft support calls. Team of 6 admins and we literally ALL spend every night answering stupid support tickets for theft. We wrote a fast plugin that calls a GUIa when someone places a TC basically saying "Lock your TC you freaking pleb!" but in nicer words.
I am honestly not sure
But we have a very busy PVE server. If you forget to lock your TC someone can literally rob you blind (TC controls looting stuff rights).
We are just sick and tired of answering theft support calls. Team of 6 admins and we literally ALL spend every night answering stupid support tickets for theft. We wrote a fast plugin that calls a GUIa when someone places a TC basically saying "Lock your TC you freaking pleb!" but in nicer words.
tbird412
You could do it like an "DefaultOffset" thing where it just does that much more +/- adjustment from what the config has the plugin already set to.
I am honestly not sure
But we have a very busy PVE server. If you forget to lock your TC someone can literally rob you blind (TC controls looting stuff rights).
We are just sick and tired of answering theft support calls. Team of 6 admins and we literally ALL spend every night answering stupid support tickets for theft. We wrote a fast plugin that calls a GUIa when someone places a TC basically saying "Lock your TC you freaking pleb!" but in nicer words.
Lol I'll see what I can do for you.
Hey thanks man, it would be much appreciated.
Just to let you know, I will be working on this very shortly now I've finished the command system rewrite (along with other missing event announcements).
Nice! I would love nothing more than our players to notice the banners better. 100+ PVE server (more time to chat in PVE) and man they just do not notice ANYTHING we try to announce lol
Hi, this has been added in the latest release. Basically after the player parameter specify a float value. You can use the test announcement to get the value you want then put it into your plugin.
Locked automatically