Çözüldü HUB SUNUCUDA GLOBAL VIP VERMEK

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

clipsocore

Bir Kömür Göründü Kaptanım!
Katılım
5 Ağustos 2019
Mesajlar
162
Elmaslar
55
Puan
13.680
Konum
Bursa / Nilüfer
Merhaba, Sunucuda Global Vip Vermem Lazım.

Grup Eklentim, GroupManager ,LuckPerm kullanın diyenler olucak. LuckPerm site üzerinden vb ayarlandığı için pek sevmedim. Kısacası şu anda Group Eklentisini değiştirmem imkansız. Bunu Farklı bir plugin ile sağlıyabilirmiyiz. Veya VipZero-PixelVip ile olurmu.

Vip Zero yu bütün sunucularda mysql bağladım ve bu şekilde belki olur dedim. Ama vip i veriyorum mysql kaydediyor. Vip i verdiğim sunucuda(lobide) vip oluyor fakat diğer sunucularda olmuyor.
Önerdiğiniz Başka Bir Plugin Varmı süreli vip için.
 
Merhaba,PixelVIP Eklentisini kullanabilirsiniz.

type: MySQL olarak kalsın.
mysql-ip: mysql ip adresinizi yazın, port genellikle 3306'dır.
database-name: mysql db'nizi yazın.
mysql-username: mysql kullanıcı adınızı yazın.
mysql password: mysql şifrenizi yazın.
İşlemleriniz tamamlandıktan sonra "/pixelvip reload" çekerek global vipi aktif edebilirsiniz.
 
Merhaba,PixelVIP Eklentisini kullanabilirsiniz.

type: MySQL olarak kalsın.
mysql-ip: mysql ip adresinizi yazın, port genellikle 3306'dır.
database-name: mysql db'nizi yazın.
mysql-username: mysql kullanıcı adınızı yazın.
mysql password: mysql şifrenizi yazın.
İşlemleriniz tamamlandıktan sonra "/pixelvip reload" çekerek global vipi aktif edebilirsiniz.

bana örnek ve türkce bir klasör atarmısınız ?
Gönderi otomatik olarak birleştirildi:

ayarladım fakar /pl yadığım zaman kırmızı ve başlarken şöyle diyor.

Kod:
[Server thread/INFO]: [PixelVip] Init config module...
 
Son düzenleme:
Merhaba, buyrun örnek bir mysql destekli pixelvip denendi çalışıyor.

YAML:
# =============== PixelVip Configuration Options ================
# The configuration is commented! If you need more help or have issues, use our github:
# https://github.com/FabioZumbi12/PixelVip
#
# Pixelvip by FabioZumbi12


# Group names like is in your permissions plugin (case sensitive)!
# Available placeholders:
# - {p} = Players Name
# - {vip} = Vip Group
# - {playergroup} = Player Group before Vip activation
# - {days} = Days of activated Vip
groups:
  VIP:
    title: '&a&lVIP'
    commands:
    - 'duyuru &e{p} &7adlı oyuncu &e{days} &7günlük &e{vip} &7aldı'
    - 'eco give {p} 20000000'
    - 'kredi-console {p} 10'
    cmdChances:
      0: []
    run-on-vip-finish: []
    essentials-kit: ''
  MegaVIP:
    title: '&b&lMega&f&lVIP'
    commands:
    - 'duyuru &e{p} &7adlı oyuncu &e{days} &7günlük &e{vip} &7aldı'
    - 'eco give {p} 25000000'
    - 'kredi-console {p} 15'
    cmdChances:
      0: []
    run-on-vip-finish: []
    essentials-kit: ''
  UltraVIP:
    title: '&6&lUltra&a&lVIP'
    commands:
    - 'duyuru &e{p} &7adlı oyuncu &e{days} &7günlük &e{vip} &7aldı'
    - 'eco give {p} 30000000'
    - 'kredi-console {p} 20'
    cmdChances:
      0: []
    run-on-vip-finish: []
    essentials-kit: ''
  AlopeVIP:
    title: '&3&lAlope&f&lVIP'
    commands:
    - 'duyuru &e{p} &7adlı oyuncu &e{days} &7günlük &e{vip} &7aldı'
    - 'eco give {p} 45000000'
    - 'kredi-console {p} 50'
    cmdChances:
      0: []
    run-on-vip-finish: []
    essentials-kit: ''
configs:
  database:
    # Options: "file" or "mysql"
    type: 'mysql'
    # Database configuration!
    # H2 uri: "jdbc:h2:%s/pixelvip.db;mode=MySQL" (%s will be replaced by pixelvip path)
    # Mysql uri: "jdbc:mysql://localhost:3306/"
    mysql:
      host: 'jdbc:mysql://localhost:3306/'
      db-name: 'vip' # veritaban adınız
      username: 'root' # veritaban kullanıcı adınız
      password: 'root' # veritaban şifreniz
      keys:
        table-name: 'pixelvip_keys'
        columns:
          key: 'col_key'
          group: 'col_group'
          duration: 'col_duration'
          uses: 'col_uses'
          cmds: 'col_cmds'
          info: 'col_info'
          comments: 'col_comments'
      vips:
        table-name: 'pixelvip_vips'
        columns:
          uuid: 'col_uuid'
          vip: 'col_vip'
          playerGroup: 'col_playerGroup'
          duration: 'col_duration'
          nick: 'col_nick'
          expires-on-exact: 'col_expires'
          active: 'col_active'
          kits: 'col_kits'
          comments: 'col_comments'
      transactions:
        table-name: 'pixelvip_transactions'
        columns:
          idt: 'col_idt'
          payment: 'col_payment'
          nick: 'col_nick'
  spigot:
    clickKeySuggest: true
    clickSuggest: '/usekey {key}'
  # Sets the length of your vip keys.
  key-size: 10
  # Should we alert the player about free inventory space before use the key?
  useKeyWarning: true
  Vault:
    use: true
    mode: 'set'
  # Command to reload the permissions plugin after some action.
  cmdToReloadPermPlugin: ''
  # Command to run when a vip is removed by command.
  cmdOnRemoveVip: 'lp user {p} parent remove {vip}'
  # Run this commands when the vip of a player finish.
  # Variables: {p} get the player name, {vip} get the actual vip, {playergroup} get the group before the player activate your vip.
  commandsToRunOnVipFinish:
  - 'nick {p} off'
  # Run this commands on player change your vip to other.
  # Variables: {p} get the player name, {newvip} get the new vip, {oldvip} get the vip group before change.
  commandsToRunOnChangeVip:
  - 'lp user {p} parent set {newvip}'
  - 'lp user {p} parent remove {oldvip}'
  queueCmdsForOfflinePlayers: false
  worldCmdsAllowed:
  - 'world'
  - 'world_the_end'
  - 'world_nether'
  - 'spawn'
  - 'flatroom'
bungee:
  enableSync: true
  serverID: 'lobby'
strings:
  _pluginTag: '&a&lVIP SISTEMI &8» &7'
  noPlayersByName: '&7Oyuncu &eVIP &7değil!'
  onlyPlayers: '&cOnly players ca use this command!'
  noKeys: '&aTheres no available keys! Use &6/newkey &aor &6/newikey &ato generate one.'
  listKeys: '&aAnahtar Listesi:'
  listItemKeys: '&Eşya Anahtar Listesi:'
  vipInfoFor: '&aVip Bilgisi '
  playerNotVip: '&7Sen veya bu kişi &eVIP &7değil!'
  moreThanZero: '&cThis number need to be more than 0'
  keyGenerated: '&aGenerated a key with the following:'
  keySendTo: '&aYou received a key with the following:'
  invalidKey: '&cThis key is invalid or not exists!'
  vipActivated: '&aVIP Başarıyla Aktif Edildi:'
  usesLeftActivation: '&bThis key can be used for more: &6{uses} &btimes.'
  activeVip: '&8- &eVIP Türü: &d{vip}'
  activeDays: '&8- &eGün: &a{days} gün'
  timeLeft: '&8- &eKalan Gün: &6'
  totalTime: 'Gün: &6'
  timeKey: 'Anahtar: &6'
  hoverKey: '&7&o(Click to get the Key)&r'
  timeGroup: '&8- &eVIP Türü: &d'
  timeActive: '&8- &eAktiflik: &6'
  infoUses: '&b- Uses left: &6'
  activeVipSetTo: '&aYour active VIP is '
  noGroups: '&cBöyle bir grup bulunamıyor &6'
  days: ' &agün'
  hours: ' &asaat'
  minutes: ' &adakika'
  and: ','
  vipEnded: '&e{vip} Süresi Bitti'
  lessThan: '&6Less than one minute to end your vip...'
  vipsRemoved: '&7Oyuncudan başarıyla &eVIP &7silindi!'
  vipSet: '&7Oyuncuya başarıyla &eVIP &7verildi!'
  sync-groups: '&aGroup configs send to all servers!'
  list-of-vips: '&aVIP Olanlar: '
  vipAdded: '&aVIP başarıyla oyuncuya verildi'
  item: '&a-- Item: &b'
  itemsGiven: '&aGiven {items} item(s) using a key.'
  itemsAdded: '&aItem(s) added to key:'
  keyRemoved: '&aKey removed with success: &b'
  noKeyRemoved: '&cTheres no keys to remove!'
  cmdNotAllowedWorld: '&cThis command is not allowed in this world!'
  true: '&aAktif'
  false: '&cDe-Aktif'
  reload: '&3Crown Network &8» &bConfig.yml &7başarıyla yenilendi!'
  confirmUsekey: '&4Warning: &cMake sure you have free space on your inventory to use this key for your vip or items. &6Use the same command again to confirm!'
  pagseguro:
    waiting: '&cPagSeguro: Your purchase has not yet been approved!'
    codeused: '&cPagSeguro: This code has already been used!'
    expired: '&cPagSeguro: This code has expired!'
    noitems: '&cPagSeguro: No items delivered. Contact an administrator to help you!'
  wait-cmd: '&cTekrar bir komut kullanmadan önce bekleyin!'
  pendent: '&cYou have some pendent activation(s) to use. Please select one before continue!'
  payment:
    waiting: '&c{payment}: Your purchase has not yet been approved!'
    codeused: '&c{payment}: This code has already been used!'
    expired: '&c{payment}: This code has expired!'
    noitems: '&c{payment}: No items delivered. Code: {transaction} - Print this message and send to an Administrator!'
 
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