Information Announcer

Join/leave messages, rules, broadcasts & custom commands

Total Downloads: 2,610 - First Release: May 5, 2015 - Last Update: May 23, 2015

4.73333/5, 15 likes
  1. Is this correct?
    Code:
    {
        "BroadcasterSettings": {
            "Enabled": true,
            "Interval": 120,
            "Messages": [
                "You can visit our forums at kingsofazinoth.enjin.com!",
                "Don't forget to bring your friends!",
                "Type /rules to see our servers rules!"
                "Use /kit Starter to start you're mysterious journey in Azinoth!"
                "Use /ticket [message] to send a report to admins about hackers, exploits, or about any questions or concerns you have!"
            ],
            "ShowChatPrefix": true,
            "ShowInRandomOrder": false
        },
        "ConnectionSettings": {
            "Enabled": true,
            "ExcludePlayers": [],
            "Log": true,
            "ShowChatPrefix": true,
            "ShowJoinMessages": true,
            "ShowLeaveMessages": true
        },
        "CustomCommands": {
            "Commands": {},
            "ShowChatPrefix": true
        },
        "Messages": {
            "PlayerJoined": "{0} has joined the server!",
            "PlayerLeft": "{0} has left the server"
        },
        "RulesSettings": {
            "Enabled": true,
            "Rules": [
                "1. Cheating, Exploiting and Glitches is not tolarated.",
                "2. Skybridging and Skybases are not tolarated.",
                "3. Speak English in chat at all times and do not disrespect other players.",
                "4. Offline raiding is not tolarated, however online raiding is and no siege weapons allowed outside wars."
                "5. KOS is only allowed at night."
                "Not complying with these rules may result in a ban at any given time."
            ],
            "ShowChatPrefix": true
        },
        "Settings": {
            "ChatPrefix": "Server",
            "ChatPrefixColor": "950415"
        }
    }
     
  2. Wulf

    Wulf Community Admin

    No, you're missing a comma:

    bce12a7f9f264c52ec2ebba6718eca84.png
     
  3. Do I put a comma after every line?
    [DOUBLEPOST=1466270455][/DOUBLEPOST]How about now?
    Code:
    {
        "BroadcasterSettings": {
            "Enabled": true,
            "Interval": 120,
            "Messages": [
                "You can visit our forums at kingsofazinoth.enjin.com!",
                "Don't forget to bring your friends!",
                "Type /rules to see our server's rules!",
                "Use /kit Starter to start you're mysterious journey in Azinoth!"
                "Use /ticket [message] to send a report to admins about hackers, exploits, or about any questions or concerns you have!"
            ],
            "ShowChatPrefix": true,
            "ShowInRandomOrder": false
        },
        "ConnectionSettings": {
            "Enabled": true,
            "ExcludePlayers": [],
            "Log": true,
            "ShowChatPrefix": true,
            "ShowJoinMessages": true,
            "ShowLeaveMessages": true
        },
        "CustomCommands": {
            "Commands": {},
            "ShowChatPrefix": true
        },
        "Messages": {
            "PlayerJoined": "{0} has joined the server!",
            "PlayerLeft": "{0} has left the server"
        },
        "RulesSettings": {
            "Enabled": true,
            "Rules": [
                "1. Cheating, Exploiting and Glitches is not tolarated.",
                "2. Skybridging and Skybases are not tolarated.",
                "3. Speak English in chat at all times and do not disrespect other players.",
                "4. Offline raiding is not tolarated, however online raiding is and no siege weapons allowed outside wars."
                "5. KOS is only allowed at night."
                "Not complying with these rules may result in a ban at any given time."
            ],
            "ShowChatPrefix": true
        },
        "Settings": {
            "ChatPrefix": "Server",
            "ChatPrefixColor": "950415"
        }
    }
     
  4. Wulf

    Wulf Community Admin

    Copy and paste it at www.jsonlint.com and see. ;)
     
  5. It's giving me this now
    Code:
    {
        "BroadcasterSettings": {
            "Enabled": true,
            "Interval": 120,
            "Messages": [
                "You can visit our forums at kingsofazinoth.enjin.com!",
                "Don't forget to bring your friends!",
                "Type /rules to see our server's rules!",
                "Use /kit Starter to start you're mysterious journey in Azinoth!",
                "Use /ticket [message] to send a report to admins about hackers, exploits, or about any questions or concerns you have!",
            ],
            "ShowChatPrefix": true,
            "ShowInRandomOrder": false
        },
        "ConnectionSettings": {
            "Enabled": true,
            "ExcludePlayers": [],
            "Log": true,
            "ShowChatPrefix": true,
            "ShowJoinMessages": true,
            "ShowLeaveMessages": true
        },
        "CustomCommands": {
            "Commands": {},
            "ShowChatPrefix": true
        },
        "Messages": {
            "PlayerJoined": "{0} has joined the Land of Azinoth!",
            "PlayerLeft": "{0} has left the World of Azinoth",
        },
        "RulesSettings": {
            "Enabled": true,
            "Rules": [
                "1. Cheating, Exploiting and Glitches is not tolarated.",
                "2. Skybridging and Skybases are not tolarated.",
                "3. Speak English in chat at all times and do not disrespect other players.",
                "4. Offline raiding is not tolarated, however online raiding is and no siege weapons allowed outside wars.",
                "5. KOS is only allowed at night.",
                "Not complying with these rules may result in a ban at any given time.",
            ],
            "ShowChatPrefix": true
        },
        "Settings": {
            "ChatPrefix": "Server",
            "ChatPrefixColor": "950415"
        }
    }
     
    Last edited by a moderator: Jun 18, 2016
  6. Wulf

    Wulf Community Admin

    You added commas where they were not needed, you were only missing one before.
    Code:
    {
        "BroadcasterSettings": {
            "Enabled": true,
            "Interval": 120,
            "Messages": [
                "You can visit our forums at kingsofazinoth.enjin.com!",
                "Don't forget to bring your friends!",
                "Type /rules to see our server's rules!",
                "Use /kit Starter to start you're mysterious journey in Azinoth!",
                "Use /ticket [message] to send a report to admins about hackers, exploits, or about any questions or concerns you have!"
            ],
            "ShowChatPrefix": true,
            "ShowInRandomOrder": false
        },
        "ConnectionSettings": {
            "Enabled": true,
            "ExcludePlayers": [],
            "Log": true,
            "ShowChatPrefix": true,
            "ShowJoinMessages": true,
            "ShowLeaveMessages": true
        },
        "CustomCommands": {
            "Commands": {},
            "ShowChatPrefix": true
        },
        "Messages": {
            "PlayerJoined": "{0} has joined the Land of Azinoth!",
            "PlayerLeft": "{0} has left the World of Azinoth"
        },
        "RulesSettings": {
            "Enabled": true,
            "Rules": [
                "1. Cheating, Exploiting and Glitches is not tolarated.",
                "2. Skybridging and Skybases are not tolarated.",
                "3. Speak English in chat at all times and do not disrespect other players.",
                "4. Offline raiding is not tolarated, however online raiding is and no siege weapons allowed outside wars.",
                "5. KOS is only allowed at night.",
                "Not complying with these rules may result in a ban at any given time."
            ],
            "ShowChatPrefix": true
        },
        "Settings": {
            "ChatPrefix": "Server",
            "ChatPrefixColor": "950415"
        }
    }
     
  7. Well can you fix it because I don't know how to code
     
  8. Wulf

    Wulf Community Admin

    I posted the fixed version above.
     
  9. Wulf do you have skype?
     
  10. Wulf

    Wulf Community Admin

    Maybe, but I don't use it for support. ;)
     
  11. I know but just incase I need help
     
  12. Is this correct?
    Code:
    {
        "BroadcasterSettings": {
            "Enabled": true,
            "Interval": 120,
            "Messages": [
                "You can visit our forums at kingsofazinoth.enjin.com!",
                "Don't forget to bring your friends!",
                "Type /rules to see our server's rules!",
                "Use /kit Starter to start you're mysterious journey in Azinoth!",
                "Use /ticket [message] to send a report to admins about hackers, exploits, or about any questions or concerns you have!"
                "Our TS! 185.38.149.82:9120",
                "Fell free to donate here! kingsofazinoth.enjin.com/donation!",
            ],
            "ShowChatPrefix": true,
            "ShowInRandomOrder": false
        },
        "ConnectionSettings": {
            "Enabled": true,
            "ExcludePlayers": [],
            "Log": true,
            "ShowChatPrefix": true,
            "ShowJoinMessages": true,
            "ShowLeaveMessages": true
        },
        "CustomCommands": {
            "Commands": {},
            "ShowChatPrefix": true
        },
        "Messages": {
            "PlayerJoined": "{0} has joined the Land of Azinoth!",
            "PlayerLeft": "{0} has left the World of Azinoth"
        },
        "RulesSettings": {
            "Enabled": true,
            "Rules": [
                "1. Cheating, Exploiting and Glitches is not tolarated.",
                "2. Skybridging and Skybases are not tolarated.",
                "3. Speak English in chat at all times and do not disrespect other players.",
                "4. Offline raiding is not tolarated, however online raiding is and no siege weapons allowed outside wars.",
                "5. KOS is only allowed at night.",
                "Not complying with these rules may result in a ban at any given time."
            ],
            "ShowChatPrefix": true
        },
        "Settings": {
            "ChatPrefix": "Server",
            "ChatPrefixColor": "950415"
        }
    }
     
    Last edited by a moderator: Jun 18, 2016
  13. Wulf

    Wulf Community Admin

    No, you're missing a comma at the end of your /tickets line.
     
  14. IT still works
    [DOUBLEPOST=1466277705][/DOUBLEPOST]What plugin allows me to get more resource nodes in RoK?
     
  15. Wulf

    Wulf Community Admin

    Gather Manager maybe?
     
  16. That's for rust though
     
  17. Wulf

    Wulf Community Admin

    If there isn't one under the Plugins section, then there likely isn't one available yet.
     
  18. Does rust plugins work for RoK?
     
  19. Wulf

    Wulf Community Admin

    Only if they are under the Universal Plugins section, otherwise no.
     
  20. Is there a way for me to add more nodes to my server?