Çözüldü Vote Plugin Desteğe İhtiyacım Var

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

olyi

Koydum Çalışma Masasını
Katılım
12 Mart 2025
Mesajlar
74
Elmaslar
9
Puan
960
Yaş
34
Konum
turkey
Minecraft
oly
Merhabalar. VotingPlugin ve VotifierPlus pluginlerini indirip sunucuma kurdum. Kendi çapımda ayarladım fakat Oyuncu vote ypatığı zaman sadece bildirim geliyor sunucuda oyuncuya ödül vesaire vermiyor anladığım kadarıyla sunucuya entegre edemedim yardımcı olur musunuz bana. Velocity kullanıyorum lobi sunucum ve survival sunucum mevcut. Port olarak 25565 velocity, lobi sunucusu 25566, survival sunucusu ise 25567. Yapmak istediğim vote yapıldığı zaman 25567 ye yönlendirilsin ödüller oraya gelsin. Şu an bu ayarlar ile sadece oyuncuya server mesajı gidiyor başarılı olup olmadığı muamma. Şimdiden teşekkür ederim yardımlarınız için.

Votingplugin ayarlarım:

Kod:
VoteSites:
  # VoteSite key
  # Used for saving data for votesites
  # Use a short name if you can
  # No spaces or dots
  Minecraftmp:
    # Enable voteSite
    # If false, votesite will not be loaded by plugin
    # Default: false
    Enabled: true
    
    # Display name of voting site
    Name: 'Minecraft MP'
          
    # Priority of this site
    # Used for sorted list
    # High prority, higher on the list
    Priority: 1
    
    # If true, voteside will be hidden from some GUI's, similar to being disabled
    Hidden: false
          
    # The serviceName from the vote, has to be correct to work correctly
    # Gotten from voting on the site (will be in console/log)
    # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
    # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
    ServiceSite: 'minecraft-mp.com'

    # vote url for /vote
    # Format for this can be set in Config.yml
    # Do not include colors here
    # If you need to force a url set the url as this:
    # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
    VoteURL: 'https://minecraft-mp.com/server/341940/vote/'

    # Time between votes in hours (used for /vote next)
    # Most sites are 24 hours
    VoteDelay: 24
    
    # Use to have a minute votedelay
    # Must set a value on VoteDelay if you plan on only using this setting
    #VoteDelayMin: 30
    
    # Require waiting until votedelay time has pasted in order to accept vote
    # Recommend: false
    WaitUntilVoteDelay: false
    
    # Reset vote delay each day (for certain sites that do this)
    # Recommend: false
    VoteDelayDaily: false
    
    # Replaces offset, set the exact hour based on server time
    # Include server time offset when setting this
    # 2 = 2 am server time
    # Use 1-24
    #VoteDelayDailyHour: 14
    
    # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
    # Setting this to true will execute the reward offline while the player is offline
    # This basiclly disables offline voting if set to true, don't misinterpret this option
    ForceOffline: false
    
    # Requrie a permission to view site in GUI
    # If empty or not set anyone can view (default)
    #PermissionToView: 'Perm.here'
    
    # VoteSite Material for some GUI's
    # Removing this may result in an error, required on each site
    DisplayItem:
      Material: 'DIAMOND'
      Amount: 1
      
    # Reward to run when cooldown ends for this votesite
    # Enable PerSiteCoolDownEvents in Config.yml to use this
    #CoolDownEndRewards:
    #  Messages:
    #    Player: '&aTime to go vote on site1'

    # Rewards to give
    # https://github.com/BenCodez/AdvancedCore/wiki/Rewards
    Rewards:
      Money: 500
      Commands:   
      - 'say %player% vote verdiğin için teşekkürler.'

Bu da votifierplus ayarlarım:

Kod:
# Debug levels:
# NONE
# INFO
# EXTRA
DebugLevel: NONE
# The host VotifierPlus will listen on
host: 0.0.0.0
# The port VotifierPlus will listen on
port: 61458
# This is still new to VotifierPlus, so it's disabled by default.
TokenSupport: false
# If your using VotingPlugin you don't need this
# Doesn't support tokens yet
Forwarding:
  server1:
    Enabled: true
    Host: '127.0.0.1'
    Port: 25567
    Key: ''
tokens:
  default:
 
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