1. Sorry that i am posting again but i need help with the /notifier help i dont know how to add commands to it....i have gotten the HelpText plugin and let it share the /help with it but it doesnt and i want to know how to add commands directly
     
  2. Hello

    I just installed this plugin but its not creating a json file for me.
    What should I do?
     
  3. Code:
    [Oxide] 01:22 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: E. Path '', line 0, position 0.)
    [Oxide] 01:22 [Debug]   at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in :0
      at Newtonsoft.Json.JsonTextReader.ReadInternal () [0x00000] in :0
      at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in :0
      at Newtonsoft.Json.Linq.JObject.Load (Newtonsoft.Json.JsonReader reader) [0x00000] in :0
      at Newtonsoft.Json.Linq.JObject.Parse (System.String json) [0x00000] in :0
      at Oxide.Plugins.Notifier.WebRequestFilter (Int32 code, System.String response, .BasePlayer player, Boolean joined) [0x00000] in :0
      at Oxide.Plugins.Notifier+c__AnonStorey0.<>m__0 (Int32 code, System.String response) [0x00000] in :0
      at Oxide.Core.Libraries.WebRequests+WebRequest.m__1 () [0x00000] in :0 
     
  4. [08/26/2016 16:26:50] [Oxide] 16:26 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: M. Path '', line 0, position 0.)
    please fix it. i like your plugin and need it.i want donate after fix.hope you can make something or a other Coder can help out.
     
  5. I need help with the notifier messages, when i called in an airdrop, it said "Chat Message" and was wondering how to fix it
    Here is my file for the Lang

    {
    "Join Notification": "<lightblue>{player.name}<end> joined from {player.country}",
    "Leave Notification": "<lightblue>{player.name}<end> disconnected. (Reason: {reason})",
    "Players List Description": "Shows a list of all online players",
    "Plugins List Description": "Shows a list of all the server plugins",
    "Admins List Description": "Shows a list of all online Admins",
    "Server Rules Description": "Shows rules",
    "Server Map Description": "Shows the link of this server live map",
    "Players Count Description": "Shows the a count of all active players, sleepers and Admins",
    "Server Map Message": "Check our live map at: <yellow>{server.ip}:{server.port}<end>",
    "No Admins Online": "There are no <cyan>Admins<end> online",
    "Admins List Title": "Admins Online",
    "Plugins List Title": "Plugins List",
    "Players List Title": "Players List",
    "Server Rules Title": "Server Rules",
    "Rules Languages List Title": "Available Rules Languages",
    "Incoming Airdrop": "<yellow>Airdrop <silver>incoming, drop coordinates are:<end> {x}, {y}, {z}<end>.",
    "Incoming Helicopter": "<yellow>Patrol Helicopter<end> incoming!",
    "Players Count Message": "There are <orange>{players.active}<silver>/<end>{server.maxplayers}<end> <silver>players online, and <orange>{players.sleepers}<end> sleepers<end>"
    }
     
  6. Honestly, stop making it reset the config to default on 1 simple error... or either make it backup before resetting...!!!
     
  7. Hi, /motd is not fixed?
     
  8. whenever an airdrop is about to happen i get one notify, wich is perfect. but when my players use a supply signal. it gives two! how can i set it up to only show one per airdrop and not two?
     
  9. Good afternoon! how to change the language to Russian ?
     
  10. hello im using well but i have some problem with this whats wrong?

    Code:
    "Welcome Messages": [
        "<size=20>Welcome to from <blue>{player.country}<end><lightblue>{player.name}<end></size> (Level: {player.level})",
        "<size=20>Aramıza <blue>{player.country}<end>'den Hoşgeldiniz !  <lightblue>{player.name}<end></size> (Level: {player.level})",
        "<orange><size=20>•</size><end> Type <orange>help<end> or <orange>/notifier help<end> for all available commands",
        "<orange><size=20>•</size><end> Type <orange>help<end> veya <orange>/notifier help<end> yazarak server ile ilgili bilgilere ulaşabilirsiniz",
        "<orange><size=20>•</size><end> Please respect the server <orange>/rules<end>",
        "<orange><size=20>•</size><end> Kurallarımız için; <orange>/rules<end>",
        "<orange><size=20>•</size><end> Please contact ADMIN for <red>VIP - VIP<end> için ADMIN ile iletişime geçiniz<end>"
     
  11. You need to upload the full file and tell us what problem you are having
     
  12. Okey this is full file ;
    Code:
    {
      "Advert Messages": [
        "Lütfen diğer oyunculara sayglını olunuz",
        "Please be respectful with all the other players",
        "Hile ve kullananlar <red>SINIRSIZ<end> serverdan uzaklaştırılacaktır.",
        "Cheating or abusing of game exploits may result in a <red>permanent<end> ban.",
        "Bu serverde oynuyorsun: <orange>{server.hostname}<end>",
        "Steam Adresimizden bizleri ekleyerek VIP,Soru,Istek ve Şikayetlerinizi bildirebilirsiniz",
        "Steam Adresimiz; http://steamcommunity.com/id/19umutk92/",
        "Our Steam Adress; http://steamcommunity.com/id/19umutk92/",
        "You are playing on: <orange>{server.hostname}<end>",
        "Serverde <orange>{players.active}<silver>/<end>{server.maxplayers} <silver>kişi oynuyor, ve<end> {players.sleepers}<end> uyuyor.",
        "There are <orange>{players.active}<silver>/<end>{server.maxplayers} <silver>players playing in the server, and<end> {players.sleepers}<end> sleepers.",
        "Server Komutlarını <orange>/notifier help<end> yazarak görebilirsiniz..",
        "Check <cyan>Notifier's<end> commands with <orange>/notifier help<end> command."
      ],
      "Commands": {
        "Settings": {
          "Admins List": false,
          "Players Count": false,
          "Players List": true,
          "Plugins List": true,
          "Server Map": false,
          "Server Rules": true
        },
        "Triggers": {
          "Admins List": [
            "/admins"
          ],
          "Players Count": [
            "/online"
          ],
          "Players List": [
            "/players"
          ],
          "Plugins List": [
            "/plugins"
          ],
          "Server Map": [
            "/map"
          ],
          "Server Rules": [
            "/rules"
          ]
        }
      },
      "General Settings": {
        "Adverts Interval (In Minutes)": 20,
        "Broadcast To Console": true,
        "Date Format": "{day}/{month}/{year}",
        "Enable Advert Messages": true,
        "Enable BetterChat Support": false,
        "Enable HelpText Support": true,
        "Enable Join Message": true,
        "Enable Leave Message": true,
        "Enable Line Separators": true,
        "Enable Plugin Icon": false,
        "Enable Plugin Prefix": true,
        "Enable Scheduled Messages": false,
        "Enable Welcome Message": true,
        "Hide Admins": false,
        "Icon Profile": "76561198235146288",
        "Notify Incoming Airdrop": true,
        "Notify Incoming Helicopter": true,
        "Plugin Prefix": "<white>[ <cyan>NOTIFIER<end> ]<end>",
        "Rules Default Language": "auto",
        "Time Format": "{hour}:{minute}:{second}"
      },
      "Rules": {
        "CZ": [
          "Cheatování je přísně zakázáno.",
          "Respektuj a neurážej ostatní hráče.",
          "Nespamuj chat zbytečně.",
          "Hraj fair play a nezneužívej bugy/exploity."
        ],
        "DE": [
          "Cheaten ist verboten!",
          "Respektiere alle Spieler",
          "Spam im Chat zu vermeiden.",
          "Spiel fair und missbrauche keine Bugs oder Exploits."
        ],
        "DK": [
          "Snyd er strengt forbudt.",
          "Respekter alle spillere.",
          "Undgå spam i chatten.",
          "Spil fair og misbrug ikke bugs / exploits."
        ],
        "EN": [
          "Cheating is strictly prohibited",
          "Respect all players",
          "Don't spam the chat",
          "Do not abuse of bugs or exploits"
        ],
        "ES": [
          "Los trucos están terminantemente prohibidos.",
          "Respeta a todos los jugadores.",
          "Evita el Spam en el chat.",
          "Juega limpio y no abuses de bugs/exploits."
        ],
        "FR": [
          "Tricher est strictement interdit.",
          "Respectez tous les joueurs.",
          "Évitez le spam dans le chat.",
          "Jouer juste et ne pas abuser des bugs / exploits."
        ],
        "HU": [
          "Csalás szigorúan tilos.",
          "Tiszteld minden játékostársad.",
          "Kerüld a spammolást a chaten.",
          "Játssz tisztességesen és nem élj vissza a hibákkal."
        ],
        "IT": [
          "Cheating è severamente proibito.",
          "Rispettare tutti i giocatori.",
          "Evitare lo spam in chat.",
          "Fair Play e non abusare di bug / exploit."
        ],
        "JP": [
          "チート行為は固く禁じております。",
          "全てのプレイヤーに敬意を払って下さい。",
          "チャットでスパム行為はしないで下さい。",
          "バグの悪用行為や公平なプレイはしないで下さい"
        ],
        "NL": [
          "Vals spelen is ten strengste verboden.",
          "Respecteer alle spelers",
          "Vermijd spam in de chat.",
          "Speel eerlijk en maak geen misbruik van bugs / exploits."
        ],
        "PT": [
          "Usar cheats é estritamente proibido",
          "Respeita todos os jogadores",
          "Não spames o chat",
          "Não abuses de bugs ou exploits"
        ],
        "RO": [
          "Cheaturile sunt strict interzise!",
          "Respectați toți jucătorii!",
          "Evitați spamul în chat!",
          "Jucați corect și nu abuzați de bug-uri/exploituri!"
        ],
        "RU": [
          "Запрещено использовать читы.",
          "Запрещено спамить и материться.",
          "Уважайте других игроков.",
          "Играйте честно и не используйте баги и лазейки."
        ],
        "TR": [
          "Hile kesinlikle yasaktır.",
          "Tüm oyunculara Saygı.",
          "Sohbette Spam yapmayın.",
          "Adil oynayın hile,bug ve kötü söz kullanmayın."
        ],
        "UA": [
          "Обман суворо заборонено.",
          "Поважайте всіх гравців",
          "Щоб уникнути спаму в чаті.",
          "Грати чесно і не зловживати помилки / подвиги."
        ]
      },
      "Schedule Messages": {
        "00:46": [
          "It is now <orange>{localtime.now}<end> (Server local time)"
        ],
        "00:47": [
          "It is now <orange>{localtime.date} {localtime.now}<end> (Server local time)"
        ]
      },
      "Welcome Messages": [
        "<size=20>Welcome to from <blue>{player.country}<end><lightblue>{player.name}<end></size> (Level: {player.level})",
        "<size=20>Aramıza <blue>{player.country}<end>'den Hoşgeldiniz !  <lightblue>{player.name}<end></size> (Level: {player.level})",
        "<orange><size=20>•</size><end> Type <orange>help<end> or <orange>/notifier help<end> for all available commands",
        "<orange><size=20>•</size><end> Type <orange>help<end> veya <orange>/notifier help<end> yazarak server ile ilgili bilgilere ulaşabilirsiniz",
        "<orange><size=20>•</size><end> Please respect the server <orange>/rules<end>",
        "<orange><size=20>•</size><end> Kurallarımız için; <orange>/rules<end>",
        "<orange><size=20>•</size><end> Please contact ADMIN for <red>VIP - VIP<end> için ADMIN ile iletişime geçiniz<end>"
      ]
    }
     
  13. You still have not said the problem you are having no one can help if you dont give any info
     
  14. I HAVE PROBLEM IN THIS LINE NOT WORKING THIS

    And this is SS : Screenshot

    Code:
    "<orange><size=20>•</size><end> Please contact ADMIN for <red>VIP - VIP<end> için ADMIN ile iletişime geçiniz<end>"
     
    Last edited by a moderator: Sep 2, 2016
  15. Request - Player level in chat prefix | Oxide
    No need to shout
     
    Last edited by a moderator: Sep 2, 2016
  16. Remove the <end> at the end of the line
    "<orange><size=20>•</size><end> Please contact ADMIN for <red>VIP - VIP<end> için ADMIN ile iletişime geçiniz"
     
  17. Omg. thank you very much :)
     
  18. whenever an airdrop is about to happen i get one notify, wich is perfect. but when my players use a supply signal. it gives two! how can i set it up to only show one per airdrop and not two?
     
  19. Code:
    (16:55:33) | [Oxide] 17:58 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.)(16:55:33) | [Oxide] 17:58 [Debug] at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in <filename unknown>:0at Newtonsoft.Json.JsonTextReader.ReadInternal () [0x00000] in <filename unknown>:0at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0at Newtonsoft.Json.Linq.JObject.Load (Newtonsoft.Json.JsonReader reader) [0x00000] in <filename unknown>:0at Newtonsoft.Json.Linq.JObject.Parse (System.String json) [0x00000] in <filename unknown>:0at Oxide.Plugins.Notifier.WebRequestFilter (Int32 code, System.String response, .BasePlayer player, Boolean joined) [0x00000] in <filename unknown>:0at Oxide.Plugins.Notifier+<InitializePlayer>c__AnonStorey0.<>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] in <filename unknown>:0