Question Need help!

Discussion in 'Bukkit Help' started by mynameisjohn, Feb 12, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    mynameisjohn

    Hi, how can i make this:

    "currently streaming 2 people from this server" every 5 mins?

    if i will type /streamers it will show me list of currently streamers.

    Pls i need help!
     
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    mynameisjohn

    noob developer and server owner
     
  4. Offline

    timtower Administrator Administrator Moderator

    @mynameisjohn My signature link, TwitchLikeMe, every accounts needs to be configured first.
    Not sure if it is still working either though.
     
  5. Offline

    mynameisjohn

  6. Offline

    timtower Administrator Administrator Moderator

    @mynameisjohn My first post in this thread contains a signature (text below actual post)
    There is a link, hit ctrl-f when you opened and search for TwitchLikeMe
     
    mynameisjohn likes this.
  7. Offline

    mynameisjohn

    how it work?
     
  8. Offline

    timtower Administrator Administrator Moderator

    Edit the config to put in the streamers.
    Then it runs on its own.
     
    mynameisjohn likes this.
  9. Offline

    mynameisjohn

    can u give me example?
     
  10. Offline

    timtower Administrator Administrator Moderator

    There should already be one.
    Code:
    Somerandomdude:
      timedBroadcast: '&cSomerandomdude is broadcasting right now! &fhttp://twitch.tv/Somerandomdude'
        start: '&cSomerandomdude started broadcasting! &fhttp://twitch.tv/Somerandomdude'
        stop: '&cSomerandomdude stopped broadcasting!'
     
  11. Offline

    mynameisjohn

    i have it only:
    timeBetweenChecks: 60
    timeBetweenBroadcast: 300
    broadcasters: {}
     
  12. Offline

    timtower Administrator Administrator Moderator

    @mynameisjohn Open up the jar with winzip, check the config.yml in there
     
  13. Offline

    mynameisjohn

    Somerandomdude: -<- there i must put twitch name ye?
     
  14. Offline

    timtower Administrator Administrator Moderator

  15. Offline

    mynameisjohn

    i have error, when i change config i have errors

    Can u give me full config pls
     
  16. Offline

    timtower Administrator Administrator Moderator

    @mynameisjohn I won't build your config when you can copy paste the template.
    What are the errors? Chances are that you used tabs while you need to use spaces.
     
  17. Offline

    mynameisjohn

    Code:
    #timeBetweenChecks: 60
    #timeBetweenBroadcast: 300
    #broadcasters: {}
    #  Somerandomdude:
    #    timedBroadcast: '&cSomerandomdude is broadcasting right now! &fhttp://twitch.tv/Somerandomdude'
    #    start: '&cSomerandomdude started broadcasting! &fhttp://twitch.tv/Somerandomdude'
    #    stop: '&cSomerandomdude stopped broadcasting!'
    
    
    timeBetweenChecks: 60
    timeBetweenBroadcast: 300
    broadcasters: {}
    i have when i open with win rar but when i run server i have only this

    Code:
    timeBetweenChecks: 60
    timeBetweenBroadcast: 300
    broadcasters: {}
     
    Last edited by a moderator: Feb 14, 2016
  18. Offline

    timtower Administrator Administrator Moderator

    @mynameisjohn Ignore the part with the comments, it doesn't change how the plugin works.
     
  19. Offline

    mynameisjohn


    ok i have this:

    Code:
    # 
    #  Somerandomdude:
    #    timedBroadcast: '&cSomerandomdude is broadcasting right now! &fhttp://twitch.tv/Somerandomdude'
    #    start: '&cSomerandomdude started broadcasting! &fhttp://twitch.tv/Somerandomdude'
    #    stop: '&cSomerandomdude stopped broadcasting!'
    
    timeBetweenChecks: 60
    timeBetweenBroadcast: 300
    broadcasters: {}
    


    and how can i edit this to check if xxx streaming?
     
  20. Offline

    timtower Administrator Administrator Moderator

    @mynameisjohn There are more comments, remove the part without comments, remove the # from the commented part.
     
    mynameisjohn likes this.
  21. Offline

    mynameisjohn

    Code:
    # 
    #  Somerandomdude:
    #    timedBroadcast: '&cSomerandomdude is broadcasting right now! &fhttp://twitch.tv/Somerandomdude'
    #    start: '&cSomerandomdude started broadcasting! &fhttp://twitch.tv/Somerandomdude'
    #    stop: '&cSomerandomdude stopped broadcasting!'
    
    Astirit:
      timedBroadcast: '&cSomerandomdude is broadcasting right now! &fhttp://twitch.tv/Somerandomdude'
      start: '&cSomerandomdude started broadcasting! &fhttp://twitch.tv/Somerandomdude'
      stop: '&cSomerandomdude stopped broadcasting!'
    timeBetweenChecks: 1
    timeBetweenBroadcast: 5
    broadcasters: {}
    
    and this doesnt work, help pls
     
  22. Offline

    timtower Administrator Administrator Moderator

    Do you see the difference between the comments?
    Code:
    broadcasters:
      Astirit:
        timedBroadcast: '&cSomerandomdude is broadcasting right now! &fhttp://twitch.tv/Somerandomdude'
        start: '&cSomerandomdude started broadcasting! &fhttp://twitch.tv/Somerandomdude'
        stop: '&cSomerandomdude stopped broadcasting!'
    timeBetweenChecks: 1
    timeBetweenBroadcast: 5
    
     
    mynameisjohn likes this.
  23. Offline

    mynameisjohn

    still dosesnt work
     
  24. Offline

    timtower Administrator Administrator Moderator

  25. Offline

    mynameisjohn

  26. Offline

    timtower Administrator Administrator Moderator

    Locked
    Offline mode is not supported.
     
Thread Status:
Not open for further replies.

Share This Page