GUIAnnouncements

Moved

Total Downloads: 11,756 - First Release: Jul 13, 2015 - Last Update: Oct 20, 2017

5/5, 66 likes
  1. OK. As I get to the computer so I'll try. Some time later.
     
  2. Did not help. In the datefile the parameter becomes' "Dead": true. And until the plugin is not unloaded, the parameter does not change. It changes only manually or by deleting the data file. Sorry for my english :)

    Code:
    {
    "A List Of Available Colors To Use (DO NOT CHANGE)": {
    "Banner Colors": "Grey, Red, Orange, Yellow, Green, Cyan, Blue, Purple",
    "Text Colors": "White, Red, Orange, Yellow, Green, Cyan, Blue, Purple"
    },
    "General Settings": {
    "Adjust Vertical Position": 0.0,
    "Announcement Duration": 10.0,
    "Fade In Time": 0.5,
    "Fade Out Time": 0.5,
    "Font Size": 18
    },
    "Private New Player Announcements": {
    "Announcements List (Show On This Many Joins : List To Show)": {
        "1": [
        "1st Join {rank} {playername} New player announcement 1.",
        "1st Join {rank} {playername} New player announcement 2.",
        "1st Join {rank} {playername} New player announcement 3."
        ],
        "2": [
        "2nd Join {rank} {playername} New player announcement 1.",
        "2nd Join {rank} {playername} New player announcement 2.",
        "2nd Join {rank} {playername} New player announcement 3."
        ],
        "3": [
        "3rd Join {rank} {playername} New player announcement 1.",
        "3rd Join {rank} {playername} New player announcement 2.",
        "3rd Join {rank} {playername} New player announcement 3."
        ]
    },
    "Banner Color": "Grey",
    "Enabled": false,
    "Text Color": "White"
    },
    "Private Respawn Announcements": {
    "Announcements List": [
        "{playername} Respawn announcement 1.",
        "{playername} Respawn announcement 2.",
        "{playername} Respawn announcement 3."
    ],
    "Banner Color": "Grey",
    "Enabled": true,
    "Text Color": "White"
    },
    "Private Welcome Announcements": {
    "Banner Color": "Grey",
    "Duration": 20.0,
    "Enabled": false,
    "Show Welcome Back If Player Has Been Here Before": false,
    "Text Color": "White",
    "Welcome Back Text": "Welcome back {playername}",
    "Welcome Text": "Welcome {playername}"
    },
    "Public Airdrop Announcements": {
    "Banner Color": "Green",
    "Enabled": false,
    "Show Location": false,
    "Text": "Airdrop en route!",
    "Text Color": "Yellow",
    "Text With Coords": "Airdrop en route to x{x}, z{z}"
    },
    "Public Automatic Timed Announcements": {
    "Announcement List": [
        "Automatic Timed Announcement 1",
        "Automatic Timed Announcement 2",
        "Automatic Timed Announcement 3"
    ],
    "Banner Color": "Grey",
    "Enabled": false,
    "Show Every (HH:MM:SS)": "00:30:00",
    "Text Color": "White"
    },
    "Public Christmas Stocking Refill Announcement": {
    "Banner Color": "Green",
    "Enabled": false,
    "Text": "Santa has refilled your stockings. Go check what you've got!",
    "Text Color": "Red"
    },
    "Public Helicopter Announcements": {
    "Despawn": false,
    "Despawn Banner Color": "Red",
    "Despawn Text": "The patrol helicopter has left.",
    "Despawn Text Color": "White",
    "Destroyed": false,
    "Destroyed Banner Color": "Red",
    "Destroyed Text": "The patrol helicopter has been taken down!",
    "Destroyed Text Color": "White",
    "Destroyed Text With Destroyer": "{playername} got the last shot on the helicopter taking it down!",
    "Show Destroyer": false,
    "Spawn": false,
    "Spawn Banner Color": "Red",
    "Spawn Text": "Patrol Helicopter Inbound!",
    "Spawn Text Color": "Orange"
    },
    "Public Join/Leave Announcements": {
    "Announce Only Players With Permission": false,
    "Join Banner Color": "Grey",
    "Join Enabled": false,
    "Join Text": "{rank} {playername} has joined.",
    "Join Text Color": "White",
    "Leave Banner Color": "Grey",
    "Leave Enabled": false,
    "Leave Text": "{rank} {playername} has left.",
    "Leave Text Color": "White"
    },
    "Public Player Banned Announcement": {
    "Banner Color": "Grey",
    "Enabled": false,
    "Text": "{playername} has been banned. {reason}.",
    "Text Color": "Red"
    },
    "Public Restart Announcements": {
    "Announce With Time Left (HH:MM:SS)": [
        "12:00:00",
        "11:00:00",
        "10:00:00",
        "09:00:00",
        "08:00:00",
        "07:00:00",
        "06:00:00",
        "05:00:00",
        "04:00:00",
        "03:00:00",
        "02:00:00",
        "01:00:00",
        "00:45:00",
        "00:30:00",
        "00:15:00",
        "00:05:00"
    ],
    "Banner Color": "Grey",
    "Enabled": false,
    "Restart At (HH:MM:SS)": [
        "08:00:00",
        "20:00:00"
    ],
    "Restart My Server": false,
    "Text": "Restarting in {time}",
    "Text Color": "White"
    },
    "Third Party Plugin Support": {
    "Do Not Overlay LustyMap": false,
    "LustyMap Position (Left/Right)": "Left"
    }
    }
     
    Last edited by a moderator: Mar 27, 2017
  3. That's fine I just wanted to test my suspicion of it being Respawn Announcements. I will have a fix out shortly :)
     
  4. Thank you. I'll wait very much.
     
  5. JoeSheep updated GUI Announcements with a new update entry:

    1.22.75



    Fix for your issue is included in this update.
     
    Last edited by a moderator: Mar 28, 2017
  6. I'm stumped... umm.. I want to use this plugin for "timed" announcements. Like.. say, every 15 minutes...server announces "Welcome to our server..please keep the chat clean...blah blah"... i've been combing over the .json file in the \config folder and not sure how to go about this. i DO see the section:
    "Public Automatic Timed Announcements": {
    "Announcement List": [
    "Automatic Timed Announcement 1",
    "Automatic Timed Announcement 2",
    "Automatic Timed Announcement 3"
    ],
    "Banner Color": "Grey",
    "Enabled": false,
    "Show Every (HH:MM:SS)": "00:30:00",
    "Text Color": "White"

    Do i simply replace "Automatic timed announcement" with the text i want to be displayed? /scratches head

    sorry, im a total noob to this plugin but really like it's look in-game and would like to utilize it better.


    EDIT: Yep! I figured it out. NVM! That's exactly what i needed to do! TY for this great plugin!
     
    Last edited by a moderator: Mar 28, 2017
  7. Thank you very much! Everything works perfectly! Thanks for the quick responsiveness!
    Is it possible to make the Public Automatic Timed Annuncements be issued in blocks of several messages with an interval setting, as in the Private New Player Annuncements. That is, for example every 15 minutes, a message block is issued every 20 seconds.
     
  8. The reason I hadn't done something like that already, is because I thought it might get a bit spammy, but it if people want it I can definitely put it in!


    If you are ever stuck, usually the setting explanations in the default config in the overview should help you out :)
     
    Last edited by a moderator: Mar 28, 2017
  9. That would be fine. 'Private New Player Annuncement' structure would be perfect.
     
  10. Thanks JoeSheep... yeah It was kinda right there in front of me... I think the problem I was having might have been that silly "," comma since there were no // or ## comments in the .json file to go by when I was fumbling around in there testing it out using "oxide.reload". I'm assuming all messages MUST have that comma after the "" quotes except for the last one since it seems to be working fine now. Great work though! Absolutely loving this plug! Cheers!
     
  11. You got it! All but the last need a comma to tell the plugin that another value is following it. The errors that Oxide gives in the console usually points to the exact line and character it is confused about.
     
    Last edited by a moderator: Mar 29, 2017
  12. spamming console badddddddd
    Code:
    10:09 [Info] [GUIAnnouncements] Next restart is in -25:-09:-53 at 09:00:00
    10:09 [Info] [GUIAnnouncements] Next restart is in -25:-09:-56 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:00 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-03 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-07 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-10 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-14 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-17 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-21 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-24 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-28 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-31 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-35 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-38 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-42 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-45 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-49 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-52 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-56 at 09:00:00
    10:10 [Info] [GUIAnnouncements] Next restart is in -25:-10:-59 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-03 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-06 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-10 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-13 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-17 at 09:00:00
    10:11 [Info] [PlayerRanks] Player Ranks Database Was Saved.
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-20 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-24 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-27 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-31 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-34 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-38 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-41 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-45 at 09:00:00
    10:11 [Info] [Notifier] STOP with the <color=red>hackustations</color> if you truly feel someone is hacking <color=#229954>F7</color> report that player and follow on twitter @RustHackReport hundreds of players get banned DAILY.
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-51 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-54 at 09:00:00
    10:11 [Info] [GUIAnnouncements] Next restart is in -25:-11:-57 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-01 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-04 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-10 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-13 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-16 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-20 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-23 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-27 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-30 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-34 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-37 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-41 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-44 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-48 at 09:00:00
    10:12 [Info] [SteamGroups] Steam is currently not allowing connections from your server. (403)
    10:12 [Info] [SteamGroups] Trying again in 10 minutes...
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-51 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-55 at 09:00:00
    10:12 [Info] [GUIAnnouncements] Next restart is in -25:-12:-58 at 09:00:00
    10:13 [Info] [GUIAnnouncements] Next restart is in -25:-13:-02 at 09:00:00
    10:13 [Info] [GUIAnnouncements] Next restart is in -25:-13:-05 at 09:00:00
    10:13 [Info] [GUIAnnouncements] Next restart is in -25:-13:-09 at 09:00:00
    10:13 [Info] [GUIAnnouncements] Next restart is in -25:-13:-12 at 09:00:00
    10:13 [Info] [GUIAnnouncements] Next restart is in -25:-13:-16 at 09:00:00
    10:13 [Info] [GUIAnnouncements] Next restart is in -25:-13:-19 at 09:00:00
    10:13 [Info] [GUIAnnouncements] Next restart is in -25:-13:-23 at 09:00:00
    10:13 [Info] [GUIAnnouncements] Next restart is in -25:-13:-26 at 09:00:00
    10:13 [Info] [GUIAnnouncements] Next restart is in -25:-13:-30 at 09:00:00
     

  13. Have you got any idea how to recreate this? Did it just happen once and stop after reloading the plugin, or does it happen all the time? Could I also take a look at your config file please?
     
    Last edited by a moderator: Apr 3, 2017
  14. JoeSheep updated GUI Announcements with a new update entry:

    1.22.76

     
  15. An update has been pushed out which fixes the issue with GUI not showing. If your client is updated, you will see the GUI again. So you may now disable the option to output announcements to the chat box.
     
  16. The GUI is showed but it's doesn't leave, the text only is leaving, but the bar is still here
     
  17. Use the previous version then. I will be reverting the changes soon back to that anyway :)
     
  18. It's a old version I have, from before your rewrite (I update myself plugins).
     
  19. So... you have the version of the plugin before I took it over and completely rewrote it? Or in other words you don't have any of my versions? Or if you have the previous version (1.22.75) then there was nothing to update.