NuVotifer Sorunu...

MrAvci

Örümcek Hoşt!
Katılım
18 Haziran 2021
Mesajlar
346
Elmaslar
39
Puan
6.660
Minecraft
MrAvci

Discord:

mravci

Arkadaşlar sunucum bungeecord altyapılı bir sunucu. Vote sistemimin çalıştığına eminim bungeecord konsolundan ptestvote komutu ile test edebiliyorum ve sistem çalışıyor ama
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
veya minecraft-mp sitesine vote vermek için eklediğimde sistem çalışmıyor test sitesinde
1695413024394.png


bu sorunu alıyorum nasıl bu sorunu çözebilirim iyi forumlar...
 
Merhaba,

Config dosyanızı iletebilir misiniz?
 
Merhaba,

Config dosyanızı iletebilir misiniz?
Bungee Config
Kod:
# The IP to listen to. Use 0.0.0.0 if you wish to listen to all interfaces on your server. (All IP addresses)
# This defaults to the IP you have configured your server to listen on, or 0.0.0.0 if you have not configured this.
host: SAYISAL IP


# Port to listen for new votes on
port: PORT


# All tokens, labeled by the serviceName of each server list.
tokens:
  # Default token for all server lists, if another isn't supplied.
  default: TOKEN


# Setting this option to true will disable handling of Protocol v1 packets. While the old protocol is not secure, this
# option is currently not recommended as most voting sites only support the old protocol at present.
disable-v1-protocol: false


# Configuration section for all vote forwarding to NuVotifier
forwarding:
  # Sets whether to set up a remote method for fowarding. Supported methods:
  # - none - Does not set up a forwarding method.
  # - pluginMessaging - Sets up plugin messaging.
  # - proxy - Proxies votes to other NuVotifier servers from this server.
  method: proxy
  pluginMessaging:
    channel: nuvotifier:votes


    #Only send votes to certain servers. If a server is present on excludedServers, then votes will NOT be forwarded
    #to them. If excludedServers is not present, votes will be sent to all servers.
    # If onlySendToJoinedServer is true and a player is on one of these servers, NuVotifier will process the vote as if the
    # player was not on the network at all.
    #excludedServers:
    #- server1
    #- server2


    # If uncommented, turns excludedServers into an includedServers, where only servers on the list will be used.
    #whitelist: true


    # Sets which cache to use if there are no players on the server that the vote is being sent to. Supported caches:
    # - none - Votes will simply be lost when no players are present on the server.
    # - memory - Votes will be cached in memory when no players are present. When Bungee is restarted, the votes will be lost.
    # - file - Votes will be saved to a local file every 3 minutes and on shutdown and reloaded when Bungee is restarted. This is suitable for
    #   most set ups.
    cache: file
    # Only sends the vote to the server in which the player is currently joined.
    onlySendToJoinedServer: true
    #Sets which server to send the vote in the event the player is not online when the vote is cast
    #If you do not want the vote forwarded to a fallback, set this value to empty ('')
    #ONLY USED IF onlySendToJoinedServer is true!!
    joinedServerFallback: 'Survival'
    # Defines how quickly to dump votes over a player's connection when offloading a cache in votes per second
    dumpRate: 5
    # Options for file caching.
    file:
      name: cached-votes.json
      # days before a vote is considered 'dead' - removed from cache with a console warning
      cacheTime: 10
    # Options for memory caching.
    memory:
      # days before a vote is considered 'dead' and removed from memory. All votes are removed when the server restarts. -1 signifies no TTL
      cacheTime: -1
  # Specify servers to proxy votes for.
  proxy:
    Survival:
      address: SAYISAL IP
      port: PORT
      token: TOKEN
Survival sunucu config

Kod:
# The IP to listen to. Use 0.0.0.0 if you wish to listen to all interfaces on your server. (All IP addresses)
# This defaults to the IP you have configured your server to listen on, or 0.0.0.0 if you have not configured this.
host: 0.0.0.0


# Port to listen for new votes on
port: PORT


# Setting this option to true will disable handling of Protocol v1 packets. While the old protocol is not secure, this
# option is currently not recommended as most voting sites only support the old protocol at present. However, if you are
# using NuVotifier's proxy forwarding mechanism, enabling this option will increase your server's security.
disable-v1-protocol: false


# All tokens, labeled by the serviceName of each server list.
tokens:
  # Default token for all server lists, if another isn't supplied.
  default: TOKEN


# Configuration section for all vote forwarding to NuVotifier
forwarding:
  # Sets whether to set up a remote method for fowarding. Supported methods:
  # - none - Does not set up a forwarding method.
  # - pluginMessaging - Sets up plugin messaging
  method: none
  pluginMessaging:
    channel: nuvotifier:votes
Sorun olurmu bilmediğimden ip port da gizledim ama sistemin doğru çalıştığına eminim dedğim gibi testvote komutu ile hediyeler ws bile çalışıyor
 
Bungee Config
Kod:
# The IP to listen to. Use 0.0.0.0 if you wish to listen to all interfaces on your server. (All IP addresses)
# This defaults to the IP you have configured your server to listen on, or 0.0.0.0 if you have not configured this.
host: SAYISAL IP


# Port to listen for new votes on
port: PORT


# All tokens, labeled by the serviceName of each server list.
tokens:
  # Default token for all server lists, if another isn't supplied.
  default: TOKEN


# Setting this option to true will disable handling of Protocol v1 packets. While the old protocol is not secure, this
# option is currently not recommended as most voting sites only support the old protocol at present.
disable-v1-protocol: false


# Configuration section for all vote forwarding to NuVotifier
forwarding:
  # Sets whether to set up a remote method for fowarding. Supported methods:
  # - none - Does not set up a forwarding method.
  # - pluginMessaging - Sets up plugin messaging.
  # - proxy - Proxies votes to other NuVotifier servers from this server.
  method: proxy
  pluginMessaging:
    channel: nuvotifier:votes


    #Only send votes to certain servers. If a server is present on excludedServers, then votes will NOT be forwarded
    #to them. If excludedServers is not present, votes will be sent to all servers.
    # If onlySendToJoinedServer is true and a player is on one of these servers, NuVotifier will process the vote as if the
    # player was not on the network at all.
    #excludedServers:
    #- server1
    #- server2


    # If uncommented, turns excludedServers into an includedServers, where only servers on the list will be used.
    #whitelist: true


    # Sets which cache to use if there are no players on the server that the vote is being sent to. Supported caches:
    # - none - Votes will simply be lost when no players are present on the server.
    # - memory - Votes will be cached in memory when no players are present. When Bungee is restarted, the votes will be lost.
    # - file - Votes will be saved to a local file every 3 minutes and on shutdown and reloaded when Bungee is restarted. This is suitable for
    #   most set ups.
    cache: file
    # Only sends the vote to the server in which the player is currently joined.
    onlySendToJoinedServer: true
    #Sets which server to send the vote in the event the player is not online when the vote is cast
    #If you do not want the vote forwarded to a fallback, set this value to empty ('')
    #ONLY USED IF onlySendToJoinedServer is true!!
    joinedServerFallback: 'Survival'
    # Defines how quickly to dump votes over a player's connection when offloading a cache in votes per second
    dumpRate: 5
    # Options for file caching.
    file:
      name: cached-votes.json
      # days before a vote is considered 'dead' - removed from cache with a console warning
      cacheTime: 10
    # Options for memory caching.
    memory:
      # days before a vote is considered 'dead' and removed from memory. All votes are removed when the server restarts. -1 signifies no TTL
      cacheTime: -1
  # Specify servers to proxy votes for.
  proxy:
    Survival:
      address: SAYISAL IP
      port: PORT
      token: TOKEN
Survival sunucu config

Kod:
# The IP to listen to. Use 0.0.0.0 if you wish to listen to all interfaces on your server. (All IP addresses)
# This defaults to the IP you have configured your server to listen on, or 0.0.0.0 if you have not configured this.
host: 0.0.0.0


# Port to listen for new votes on
port: PORT


# Setting this option to true will disable handling of Protocol v1 packets. While the old protocol is not secure, this
# option is currently not recommended as most voting sites only support the old protocol at present. However, if you are
# using NuVotifier's proxy forwarding mechanism, enabling this option will increase your server's security.
disable-v1-protocol: false


# All tokens, labeled by the serviceName of each server list.
tokens:
  # Default token for all server lists, if another isn't supplied.
  default: TOKEN


# Configuration section for all vote forwarding to NuVotifier
forwarding:
  # Sets whether to set up a remote method for fowarding. Supported methods:
  # - none - Does not set up a forwarding method.
  # - pluginMessaging - Sets up plugin messaging
  method: none
  pluginMessaging:
    channel: nuvotifier:votes
Sorun olurmu bilmediğimden ip port da gizledim ama sistemin doğru çalıştığına eminim dedğim gibi testvote komutu ile hediyeler ws bile çalışıyor
Tokeni kontrol edin, portlar kapalı ise açın, Bungeecord configindeki IP adresini de 0.0.0.0 olarak kullanmayı deneyin.
 
Tokeni kontrol edin, portlar kapalı ise açın, Bungeecord configindeki IP adresini de 0.0.0.0 olarak kullanmayı deneyin.
Herhangi bir sistemin bozuk olduğunu düşünmüyorum dediğim gibi /testvote komutunu kullandığım zaman sistem düzgün çalışıyor
1695496075409.png

Test vote komutu ile ödül alabiliyorum
 
Belirlediğiniz portları iletebilir misiniz? Sonra isterseniz değiştirebilirsiniz, sadece port gereksinimleri karşılıyor mu kontrol edeceğim.
 

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst