Çözüldü NuVotifier | Skyblocka vote isteği gitmiyor

  • Konuyu Başlatan Konuyu Başlatan Nixoly
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 263
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Nixoly

The best shaper
Katılım
23 Temmuz 2024
Mesajlar
354
Elmaslar
79
Puan
1.705
Konum
Türkiye
Minecraft
Nixoly

Discord:

nixolyw

NuVotifieru doğru bir şekilde velocitye kurdum Minecraft-MP'de herşeyi doğru şekilde yapmama rağmen Skyblock sunucusunda ödül verilmiyor
[13:44:17 INFO] [nuvotifier]: Got a protocol v1 vote record from /54.37.31.166:55252 -> Vote (from:Minecraft-MP.com username:Nixoly address:88.243.153.175 timeStamp:1754995456 additionalData:null)
>

Kısaca: velocitye vote ulaşıyor ama velocityden skyblocka ulaşmıyor skyblockda nuvotifier kurulu
 
NuVotifieru doğru bir şekilde velocitye kurdum Minecraft-MP'de herşeyi doğru şekilde yapmama rağmen Skyblock sunucusunda ödül verilmiyor
[13:44:17 INFO] [nuvotifier]: Got a protocol v1 vote record from /54.37.31.166:55252 -> Vote (from:Minecraft-MP.com username:Nixoly address:88.243.153.175 timeStamp:1754995456 additionalData:null)
>

Kısaca: velocitye vote ulaşıyor ama velocityden skyblocka ulaşmıyor skyblockda nuvotifier kurulu
Tam olarak aynı problemi bende yaşamaktayım, eğer konu çözüme kavuşur ise haber edebilir misiniz
 
Merhaba portları ve ipyi düzgünce bağladığınızdan emin misiniz. Velocityd bulunan bu kısmı proxy olarak işaretlediniz mi?
1755004776444.webp



Aşağıda bulunan sunucu tokenlerini , iplerini ve portlarını doğru bir şekilde girdiniz mi?

1755004818195.webp
 
Merhaba portları ve ipyi düzgünce bağladığınızdan emin misiniz. Velocityd bulunan bu kısmı proxy olarak işaretlediniz mi?
Ekli dosyayı görüntüle 270075


Aşağıda bulunan sunucu tokenlerini , iplerini ve portlarını doğru bir şekilde girdiniz mi?

Ekli dosyayı görüntüle 270076
method: başkaydı proxy ile değiştirdim ama halen doğru işe yaramadı ve velocityde

[forwarding.proxy.SkyBlock]
address = "127.0.0.1"
port = 8195
token = "Skyblockdaki nuvotifier tokeni"
 
VotifierPlus kullanmanı tavsiye ederim
 
Dediğim gibi mevcut portlarınız ve iplerinizden bu hatalar kaynaklanıyordur detaylıca kontrol ediniz. Çünkü mevcut sunucuya mesaj iletemiyor.
 
Dediğim gibi mevcut portlarınız ve iplerinizden bu hatalar kaynaklanıyordur detaylıca kontrol ediniz. Çünkü mevcut sunucuya mesaj iletemiyor.
Attığım configlerde tokenleri ben gizledim hepsini doğru bağladım

YAML:
# 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 = 8192

# 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 = "Normal 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.
# - proxy - Proxies votes to other NuVotifier servers from this server.
method = "none"

[forwarding.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 = false

# 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 = "Hub"

# Defines how quickly to dump votes over a player's connection while offloading a cache in votes per second
dumpRate = 5

[forwarding.file-cache]
# Options for file caching.
name = "cached-votes.json"
# days before a vote is considered 'dead' - removed from cache with a console warning. -1 signifies no cache.
cacheTime = 10

[forwarding.memory-cache]
# Options for file caching.
name = "cached-votes.json"
# days before a vote is considered 'dead' - removed from cache with a console warning. -1 signifies no cache. Votes are
# also removed on restart
cacheTime = 10

[forwarding.proxy]
# Specify servers to proxy votes for.

[forwarding.proxy.SkyBlock]
address = "127.0.0.1"
port = 8195
token = "Skyblockun Tokeni"


YAML:
# 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: 8195

# 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: Skyblock Tokeni

# 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: proxy
  pluginMessaging:
    channel: nuvotifier:votes
 
Attığım configlerde tokenleri ben gizledim hepsini doğru bağladım

YAML:
# 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 = 8192

# 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 = "Normal 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.
# - proxy - Proxies votes to other NuVotifier servers from this server.
method = "none"

[forwarding.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 = false

# 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 = "Hub"

# Defines how quickly to dump votes over a player's connection while offloading a cache in votes per second
dumpRate = 5

[forwarding.file-cache]
# Options for file caching.
name = "cached-votes.json"
# days before a vote is considered 'dead' - removed from cache with a console warning. -1 signifies no cache.
cacheTime = 10

[forwarding.memory-cache]
# Options for file caching.
name = "cached-votes.json"
# days before a vote is considered 'dead' - removed from cache with a console warning. -1 signifies no cache. Votes are
# also removed on restart
cacheTime = 10

[forwarding.proxy]
# Specify servers to proxy votes for.

[forwarding.proxy.SkyBlock]
address = "127.0.0.1"
port = 8195
token = "Skyblockun Tokeni"


YAML:
# 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: 8195

# 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: Skyblock Tokeni

# 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: proxy
  pluginMessaging:
    channel: nuvotifier:votes
Problemi çözebildiniz mi acaba?
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

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