Tanıtım NuVotifier 1.7 - 1.16 :: Tek oy sitesi bir kaç sunucu

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Deleted User 835174

Bir Kömür Göründü Kaptanım!
Katılım
20 Kasım 2015
Mesajlar
129
Elmaslar
103
Puan
13.600
Herkese merhabalar,
Bügün mc-tr'de gezinirken bir kaç tane "hub sunucumu tek oy sitesine bağlayabilirim?" gibi sorunlar gördüm ve bu eklentinin tanıtımını yapmak istedim. tasarım kötüyse kusura bakmayın.

Plugin İndirme Linki;
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


Eklentinin bir kaç faydası var;

Skyblock Sunucusunda oylayan "Swereq" Faction sunucusunda oylayamaz.
Skyblock Sunucusunda oylayan "Swereq" Faction sunucusundada ödül alabilir.

Plugin Öneririsi;

Ödül vermek için SuperbVote pluginini tavsiye ederim.


AŞAMALAR

1. "NuVotifier" adlı eklentiyi bungeecord/plugins klasörünün içine atınız ve sunucuyu yeniden başlatınız.
2. "NuVotifier" adlı eklentiyi oyun sunucunuza kurunuz ve sunucuyu yeniden başlatınız.

3. Bungeecord/plugins/NuVotifier/config.yml'yi açınız.
4. Skyblock&Faction/plugins/Votifier/config.yml'yi açınız. Örnek olarak attığım configleri inceleyek yapınız. Yazılı olarak aşamaları yazıcağım.
5. Bunları yaptıktan sonra siteye geçebiliriz.
# 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 // [ Sunucu sayısal IP'sini yazınız ]

# Port to listen for new votes on
port: 8192

# All tokens, labeled by the serviceName of each server list.
tokens:
# Default token for all server lists, if another isn't supplied.
default: [ Plugin buraya rastgele bir token oluşturucaktır, burayı değiştirmeyiniz]

# 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: 'Hub'
# 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:
Skyblock:
address: 0.0.0.0 // [ Sunucu sayısal IP'sini yazınız ]
port: 8193
token: // [ Skyblock/plugins/Votifier/config.yml'yi açınız oradaki tokensi buraya yapıştırınız. ]
Faction:
address: 0.0.0.0 // [ Sunucu sayısal IP'sini yazınız ]
port: 8194
token: // [ Faction/plugins/Votifier/config.yml'yi açınız oradaki tokensi buraya yapıştırınız. ]
# 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 // [ Sunucu sayısal IP'sini yazınız ]

# Port to listen for new votes on
port: 8193

# 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: // [ Plugin buraya rastgele bir token oluşturucaktır, burayı değiştirmeyiniz]

# 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
# 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 // [ Sunucu sayısal IP'sini yazınız ]

# Port to listen for new votes on
port: 8194

# 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: // [ Plugin buraya rastgele bir token oluşturucaktır, burayı değiştirmeyiniz]

# 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


6. Bungeecord/plugins/NuVotifier/rsa/public.key'i açın ve kopyalayın ve "Votifier Public Key" adlı kısmına yapıştırınız.
7. "Votifier Address"adlı kısma Sayısal IP'nizi yazınız.
8. Bungeecord/plugins/NuVotifier/config.yml açın ve "port" kısmındakini "Votifier Port" adlı kısma yazınız ve tamamladınız.
Ekran Alıntısı.PNG

Takıldığınız bir yer olursa sorularınızı forum veya discord üzerinden yazabilirsiniz.

 
Son düzenleme:
Çoğu kişi bu olayı nasıl yapacaklarını bilmiyordu sayenizde artık biliyorlar. Elinize sağlık <3
 
Faydalı bir konu olmuş ellerine sağlık.
 

Durmadan bu konu hakkında forumda yardım konusu açılıyordu. Bu tür yardım konuları için güzel bir konu içeriği olmuş ki çabanıza sağlık ?
 
Hâlâ votifier ile sıkıntı yaşayan kişiler var. Bu konu onlara da oldukça faydalı olacaktır. Eline Sağlık.
 
Güzel olmuş bende bu yollardan geçtim. Vote işi sıkıntılı iş. Anlatım güzel.
 
Forumda birçok kişinin aradığını görmüştüm konusunun açıldığı iyi olmuş elinize sağlık
 
Güzel Duruyor, Başarılar.
 
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