Yardım Arkadaşlar ben Gadgeds menuyü mysql bağlamaya çalışıyoum lütfen yardım edin!

skull_gamers

Ağaç Yumruklayıcı
En iyi cevaplar
0
Arkadaşlar şimdi hub sunucularında mesela skywars için özel bir servere mi açıyoruz yada bunu huba mı yapıyoruz
 

DangerYusuf

Zombi Katili
En iyi cevaplar
1
Hub açmak biraz bilgi gerektirir ve çok uğraş ister ama mantığını anlatayım. Bungeecord indiriyorsun ve sunucuları birbirine bağlıyorsun lobi yapıp oradan sunucular arası geçiş yaptırıyorsun mesela lobide skywars seçeneğine tıklıyorsun skywarsa gidiyor örnek olarak ama her bir sunucu için ayrı ayrı ram vermen gerekiyor benim bildiğim bu.
 

skull_gamers

Ağaç Yumruklayıcı
En iyi cevaplar
0
şimdi bende Bungeecord açtım lobileri bağladım ama sıkıntım GadgetsMenu
birbirine bağlanmıyor mesela lobide açtığın kutu skywars lobisine gitmiyor . Siz Biliyormusunuz ?
 

skull_gamers

Ağaç Yumruklayıcı
En iyi cevaplar
0
configde MySQL yada file ile depolansın yazıyor bende MySQL nasıl kurucaz bunu için bilmiyorum?
biliyorsan lütfen yardım et?

Kod:
# This option allows you to set where
# player's data do you want to save.
#
# Storages: 'file' or 'mysql'.
#
# If you enable mysql, you need to setup MySQL infos.
Player-Data:
  Storage: file
  MySQL:
    hostname: localhost
    username: root
    database: minecraft
    port: '3306'
    password: password

Cosmetic-Item-Purchase:
  # Set to true allows player to purchase cosmetic items.
  Enabled: true
  # Set the storage where do you want to save mystery dust.
  # Available storages: 'file', 'mysql', 'coinsapi', 'playerpoints', 'vault'.
  Mystery-Dust-Storage: file
  # Set to true will allows player to purchase specified cosmetic.
  Enabled-Cosmetics:
    Hats: true
    Animated Hats: true
    Particles: true
    Suits: true
    Gadgets: true
    Pets: true
    Miniatures: true
    Morphs: true
    Banners: true
    Emotes: true
    Cloaks: true
  # Reopen GUI menu after player purchase item.
  Reopen-GUI-Menu-After-Purchase: true

# General settings.
Settings:
  # The mystery dust amount of the player who join the server first time.
  Starting-Mystery-Dust: 0

  # The maximum characters that player can set the pet name.
  Max-Pet-Name-Characters: 20

  # The slot when player equip gadget, emote or morph.
  Gadget-Slot: 5

  # Set how items are sorted in the menus.
  # Sorting Types: DEFAULT, RARITY, NAME
  Inventory-Sorting: DEFAULT

  # The default value of Mystery Vault animation.
  # The value of the player who join the server first time.
  Default-Mystery-Vault-Animation: NORMAL

  # The default self morph view setting.
  Default-Self-Morph-View: true

  # Do you want to enable self morph view?
  Enabled-Self-Morph-View: true

  # Auto equip cosmetic after player purchased.
  Auto-Equip-After-Purchase: true

  # Auto equip cosmetic when player found loot from mystery box.
  Auto-Equip-On-Loot-Found: true

  # Set to true will shows particle effect to everyone,
  # otherwise will only show to the player itself.
  Show-Particle-Effect-To-Everyone: true

  # Set to true will shows cloak effect to everyone,
  # otherwise will only show to the player itself.
  Show-Cloak-Effect-To-Everyone: true

  # Set to true will hide particle effect for vanished player.
  Hide-Particle-Effect-For-Vanished-Player: true

  # Set to true will hide cloak effect for vanished player.
  Hide-Cloak-Effect-For-Vanished-Player: true

  # Do action when player equip cosmetic.
  # Replace: Replace the old item with equipped cosmetic.
  # Warn: Send a warning message to the player and reject to equip cosmetic.
  # Drop: Drop the old item on the ground and equip cosmetic.
  Equip-Cosmetic-Item-To-Slot: WARN

  # Sync player's selected cosmetics when they join the server.
  # Set to 'false' to reduce server lag.
  Sync-Cosmetics-On-Join: true

# The menu selector settings.
Menu-Item:
  # The name of the selector.
  Name: '&aGadgetsMenu'
  # The material of the selector.
  # Material: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Material-Syntax
  Material: NETHER_STAR
  # Slot: 0-8
  Slot: 4
  # Should give player menu selector when they join the server.
  Give-On-Join: true
  # Set to true allows player to move menu selector to another slot.
  Able-To-Move: false
  Lore:
  - '&7Mystery Dust: &b{MYSTERY_DUST}'
  - ''
  - '&7Enjoy fun cosmetic features!'
  - '&7More stuff will be added over time,'
  - '&7make sure to check our update forums!'
  - '&7Thanks you for supporting our server.'

# List of the worlds where cosmetics are enabled!
Enabled-Worlds:
- world
- world_nether
- world_the_end

# List of the disabled cosmetics.
# Set to true to disable it.
Disabled-Cosmetics:
  Hats: false
  Animated Hats: false
  Particles: false
  Suits: false
  Gadgets: false
  Pets: false
  Miniatures: false
  Morphs: false
  Banners: false
  Emotes: false
  Cloaks: false

# Sync the last equipped cosmetics when player join the server.
Cosmetics-Sync-On-Join:
  Hats: true
  Animated Hats: true
  Particles: true
  Suits: true
  Gadgets: true
  Pets: true
  Miniatures: true
  Morphs: true
  Banners: true
  Emotes: true
  Cloaks: true

Permission:
  # When player doesn't have the permission of that item.
  No-Permission:
    # Set to true will show the lore.
    Show-In-Lore: false
    # Should close GUI menu when player selected
    # a item which he doesn't have the permission.
    Close-GUI-Menu-After-Select: true
    Lore:
    - ''
    - '&7Status: &c&lLOCKED'
    # Set to true, will play sound
    # when player select the item.
    #
    # Sounds: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Sounds
    Play-Sound:
      Enabled: true
      Sound: ENTITY_ENDERMAN_TELEPORT
    Show-Custom-Item:
      Enabled: true
      Material: GRAY_DYE
 # When player have the permission of that item.
  Has-Permission:
    # Set to true will show the lore.
    Show-In-Lore: false
    Close-GUI-Menu-After-Select: true
    Lore:
    - ''
    - '&7Status: &a&lUNLOCKED'
    # Set to true, will play sound
    # when player select the item.
    #
    # Sounds: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Sounds
    Play-Sound:
      Enabled: true
      Sound: ENTITY_EXPERIENCE_ORB_PICKUP

# Discount the cost of an item when player purchase.
Item-Cost-Discount:
  # Set to true will enable item cost discount.
  Enabled: true
  # Which item do you want to enable item cost discount?
  Discount:
    Cosmetic-Item: true
    Crafting-Mystery-Box: true
  # You can add more discount rate by reference example.
  Discount-Rates:
    # The name of the discount group.
    # The name is use for placeholder to get the cost after discount.
    # Placeholder Syntax: {<name>_MYSTERY_DUST}
    # Get the cost of that discount rate.
    VIP:
      # Higher numbers override.
      Priority: 1
      # The permission to granted discount.
      Permission: gadgetsmenu.discount.VIP
      # Discount rates.
      Rate: 20
      Lore:
        Enough-Mystery-Dust:
        - ''
        - '&8&mRegular: {MYSTERY_DUST} Mystery Dust!'
        - "&aVIP&7: &a{VIP_MYSTERY_DUST} &7Mystery Dust (&a20% &7OFF!) &e\u25C0"
        - '&cMVP: {MVP_MYSTERY_DUST} Mystery Dust (40% OFF!)'
        - ''
        - '&7Your Cost: &a{VIP_MYSTERY_DUST} &7Mystery Dust'
        - '&eClick to craft!'
        Not-Enough-Mystery-Dust:
        - ''
        - '&8&mRegular: {MYSTERY_DUST} Mystery Dust!'
        - "&aVIP&7: &a{VIP_MYSTERY_DUST} &7Mystery Dust (&a20% &7OFF!) &e\u25C0"
        - '&cMVP: {MVP_MYSTERY_DUST} Mystery Dust (40% OFF!)'
        - ''
        - '&7Your Cost: &c{VIP_MYSTERY_DUST} &7Mystery Dust'
        - '&cYou need &b{SURPLUS_MYSTERY_DUST} &cmore mystery dust!'
    MVP:
      Priority: 2
      Permission: gadgetsmenu.discount.MVP
      Rate: 40
      Lore:
        Enough-Mystery-Dust:
        - ''
        - '&8&mRegular: {MYSTERY_DUST} Mystery Dust!'
        - '&8&mVIP: {VIP_MYSTERY_DUST} Mystery Dust (20% OFF!)'
        - "&bMVP&7: &a{MVP_MYSTERY_DUST} &7Mystery Dust (&a40% &7OFF!) &e\u25C0"
        - ''
        - '&7Your Cost: &a{MVP_MYSTERY_DUST} &7Mystery Dust'
        - '&eClick to craft!'
        Not-Enough-Mystery-Dust:
        - ''
        - '&8&mRegular: {MYSTERY_DUST} Mystery Dust!'
        - '&8&mVIP: {VIP_MYSTERY_DUST} Mystery Dust (20% OFF!)'
        - "&bMVP&7: &a{MVP_MYSTERY_DUST} &7Mystery Dust (&a40% &7OFF!) &e\u25C0"
        - ''
        - '&7Your Cost: &a{MVP_MYSTERY_DUST} &7Mystery Dust'
        - '&cYou need &b{SURPLUS_MYSTERY_DUST} &cmore mystery dust!'

# When player clicks 'Go Back' button will execute these commands.
# If you enabled this option, it won't open the main menu of GadgetsMenu.
# Variables: {PLAYER}
Back-To-Main-Menu:
  Execute-Commands:
    Enabled: false
    Commands:
    - cc open menu.yml {PLAYER}

# Set to true will fill the blank slots of inventories with the item you set.
Fill-Empty-Slot-With-Item:
  Enabled: false
  Material: BLACK_STAINED_GLASS_PANE

# List of commands that won't work when equip a cosmetic.
# Type commands in lowercase without slashes.
Disabled-Commands:
- hat

# Anti Lag System.
# Activate these actions if server TPS is below the minimum TPS.
Anti-Lag:
  Enabled: false
  Minimum-TPS: 17
  Action:
    # Unequip online players cosmetics.
    Clear-Cosmetics: true
    # Disable the usage of cosmetics.
    Disable-Usage: true

# Player does not allow to use cosmetics in these regions.
Blacklisted-Regions:
- region1
- region2
- region3

# Check for updates if you set to true.
Check-Update: true

# Do not edit this.
Config-Version: 1.0.14
 

Vearthx

-- play.ahbaplarmc.net -- 1.16.5 & 1.20.1 Survival
En iyi cevaplar
1
Merhaba, konuya günlerdir yorum gelmemiş çözümünüzü buldunuz mu? Bulduysanız yorum kısmına çözümünü yazarsanız herkes bundan faydalanabilir.
 

KuzuCevirme

Zombi Katili
En iyi cevaplar
0
ben bayadır girmiyorum minecrafta ama sordugun şey 2 farklı serverde aynı şeyleri görmek istiyorsan yapılacak 2 şey var

1. si db üzerinden çalıştırmak ki local olarak kurmadıgında gereksiz ek lag
2. si karakter kaynaklarını 2 ayrı sunucudan aynı yere kurmak ( bunda da aynı pc de 2 farklı sunucu actıgında yapabilirsin örnek olarak )
 
Üst