GUIAnnouncements

Moved

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

5/5, 66 likes
  1. Thanks Wulf. I was already in bed by this point :p
     
  2. why this announcement plugin show black background color? how to set nice blue table like on example?
     
  3. It shouldn't be black, but a transparent grey colour. Reasoning is because it is in line with the rest of the Rust UI. I can't remember what my plans were for customizing the banner colour in the future but I may or may not allow it to be changed in the config/command.
     
  4. Code:
           string BannerTintGrey = "0.1 0.1 0.1 0.7";
            string BannerTintRed = "0.5 0.1 0.1 0.7";
            string BannerTintGreen = "0.1 0.4 0.1 0.5";
            string TextYellow = "0.7 0.7 0.1";
            string TextOrange = "0.8 0.5 0.1";
            string TextWhite = "1 1 1";
    it is in .cs file on config u cant change color and size, just font size
     
  5. Yes I know.
     
  6. Nice Plugins, Thanks!
    it's work perfect on my server.
    ScreenShot_20170212075938.png
     
  7. So if I want my server to restart at the times of 4:00 am and then at 4:00 pm

    Would this be correct?

    Code:
    "RestartServer": false,
        "RestartTimes": [
          "04:00:00",
          "16:00:00"
     
  8. Yep that's right! Don't forget to change RestartServer to true ;)
     
  9. Hello,

    it's possible to add args on
    Code:
    New player announcement 1.
    EG:
    Code:
    Hello and welcome $user
     
  10. Oooo good idea. Why I didn't think of that I haven't a clue. Adding it to the list! I'll add it to everything.
     
    Last edited by a moderator: Feb 26, 2017
  11. Does that also go buy your server cfg restart times?

    What I mean is I would like to use this plugin to broadcast the warning of restart for the time I have set for restarts in my server scheduled restarts
     
  12. If you just want the plugin to announce warnings of restarts, then just configure the RestartAnnouncementsWhen part of the config and turn RestartAnnouncements to true.
     
  13. So I have my server commands line to restart the server at 12:00 am and then at 12:00 pm everyday so every 12 hours moreless.

    I did what you said and it is not popping up warning at all.

    Code:
    "RestartAnnouncements": true,
        "RestartAnnouncementsWhen": [
          "00:05:00",
          "00:03:00",
          "00:01:00",
          "00:00:30"
     
  14. You currently have it set to announce how long left 5, 3, 1 minutes and 30 seconds before the restart. Is that what you intended? You also still need to put in your restart times in the config, even if GUIAnnouncements won't be restarting the server for you, so that it knows when you plan on restarting.
     
    Last edited by a moderator: Mar 1, 2017
  15. Hi there is problem translation language i've created a translated file in lang/fr folder but it won't want to use it.

    Br
     
  16. Translation is in config folder :
    Code:
      "Automatic Announcements": {
        "AirdropAnnouncement": false,
        "AirdropAnnouncementLocation": false,
        "AutomaticTimedAnnouncements": true,
        "AutomaticTimedAnnouncementsList": [
          "Nous rejoindre : https://discord.gg/JnsftMy"
        ],
        "AutomaticTimedAnnouncementsRepeat": "00:15:00",
        "HelicopterAnnouncement": false,
        "HelicopterDeathAnnouncement": true,
        "HelicopterDeathAnnouncementWithKiller": true,
        "NewPlayerAnnouncements": false,
        "NewPlayerAnnouncementsList": [
          "Bonjour et bienvenue sur notre serveur Free 4 Funs."
        ],
    In lang, it's for command chat or console ingame ;)
     
    Last edited by a moderator: Mar 6, 2017
  17. Thx for reply but i think you are not talking about the same thing maybe you have lose something. Translation for me such as /lang/en folder you have a native and automatically created file, and Oxide was added this to purpose the option you can translate yours plugins that write in this folder by copying it in the translated lang folder you want to be used with the /lang xx command in chat available for all players you want to translate your plugins game (that is for your server players) a simply look inside the lang folder you auto-understand. Oxide was do this option (for not like you ask translate the setting file) and force all players to have only one language available, because of complaint admin and players to have their translated plugins not only this one (and communist aspect ^^). It's not an Oxide problem I post but a plugin maker problem if they put a (default translate) file inside the lang/en folder then it can be able to be translated in other language folder you see in /lang if you not have it in the /lang folder then the plugin is not multilingual translated option. You have to read somewhere about oxide translation usage it seem before post how to modify a setting file :/ oxide was put this option for to avoid that exactly.

    Br
     
  18. Code:
    "AnnounceHelp": "Commande Chat : /announce <votre_message>, /announceto <nom_du_joueur> <votre_message>, /announcementstoggle [nom_du_joueur], /destroyannouncement, /announcecancelrestart | Console commands: announce.announce <votre_message>, announce.announceto <nom_du_joueur> <votre_message>, announce.toggle <nom_du_joueur>, announce.destroy, announce.cancelrestart",
      
    work fine for me in oxide/lang/fr/GUIAnnouncements.json (si tu est fr, viens en privé ^^ sorry for frenchy langage...)
     
  19. Hello,
    Can you change the height now? I do not find.
    Thx,

    Shu
     
  20. Sorry, not yet. I need to work through my list first before I release any update with new features, unfortunately I have had a lot going on for a while now. I even added an announcement for when santa visited before christmas, but didn't actually release it in time because of other untested additions lol.