- Katılım
- 7 Eyl 2023
- Mesajlar
- 9
- Beğeni
- 4
- Puanları
- 90
AkatroxDiscordSync Gelişmiş bir Minecraft & Discord senkronizasyon pluginidir.
⠀⠀
Eklenti Beta sürümdedir. Eklenmesi beklenen özellikler en kısa sürede eklenecektir. Gelişmeler fikir öneri hata bildirimi için Discord üzerinden ulaşınız.
⠀⠀
LuckPerms gerektirir.
⠀⠀
Tanıtım Videosu (EN):
⠀⠀
⠀⠀
İndirme:
⠀⠀
AkatroxDiscordSync - Minecraft Plugin
The best spigot plugin with which you can synchronize your Discord and Minecraft server!
www.modrinth.com
⠀⠀
Virus Total:
⠀⠀
⠀⠀
----------------------------------------------------------------------------------------------
⠀⠀
Özellikler
⠀⠀
Eşlenen discord hesapları için ayarlanabilir ödüller.
⠀⠀
LuckPerms yetkileriyle eş zamanlı çalışarak discorddada kullanıcıya perme göre rol verme (örneğin akatroxdiscordsync.vip permine sahipse kullanıcı discordda vip için ayarlanan permi otomatik kullanıcıya verir.
⠀⠀
Kullanıcı sunucuya her katıldığında otomatik perm kontrolü sayesinde birisi vip aldığında otomatik discordda rol tanımlanır aynı şekilde birisinin vip süresi bittiğinde discorddan rol otomatik olarak alınır.
⠀⠀
Gelmesi planlanan güncellemeler:
⠀⠀
Eşleşen kullanıcı hakkında Discord üzerinden bildirim komutu
⠀⠀
Oyundan Discord'a anında rapor verme komutu /report (oyuncu adı) (rapor nedeni)
⠀⠀
Discord Boost'a katılmalar için özel rol yetenekleri ve haftalık ödülleri belirleme yeteneği.
⠀⠀
Sunucu hakkında bilgi mesajı, çevrimiçiler mi, kaç oyuncu var vb.
⠀⠀
Komutlar
/adsync verify (kod)
Discord üzerinden aldığınız kodu girerek hesabınızı onaylamanızı sağlar.
/adsync info
Bağlı hesap hakkında bilgi sağlar.
/adsync reload
Yapılandırma ve dil dosyalarını yenileyin.
Reload komutu op yetkisiyle çalışır, diğer tüm komutlar "akatroxdiscordsync.user" yetkisiyle çalışır.
Discord Komutları
/verify (oyuncu adı)
Hesabınızı onaylamak için bir kod üretir.
----------------------------------------------------------------------------------------------
Discord görünümü (Discord botunun mesajları config dosyasında ayarladığınız dile göre değişmektedir. Türkçe & İngilizce)
Config:
Kod:
language: "en" # tr for Turkish, en for English
discord:
token: "DISCORD_BOT_TOKEN" # Your Discord bot token
guild-id: "YOUR_GUILD_ID" # Your minecraft server guild id
status: "online" # Set bot status here (online, idle, dnd)
status-message: "Test Bot" # Set the bot status message here
ranks: # In this section, when you match the account, it will help you to get a role in Discord if you have a perm. You can add as many as you want
perm:
id: "DISCORD_ROLE_ID"
# perm : perm: part is the name of the authority. Whatever you write there should take this form
# if you write "akatroxdiscordsync.perm" vip there, you must have added the akatroxdiscordsync.vip
# authority to the player or vip authorization group in LuckPerms
# id: The id: part is the id of the role that the player will take in DC if he has that authority
# Important warning: Also, do not forget to grant "akatroxdiscordsync.user" permission so that players can use commands such as /adsync verify|unlink|info by default.
default_sync_perm_id: "YOUR_DEFAULT_ROLE_ID"
# the default role id is the mapping that the player will receive for the default group when he
# matches his account, even if he does not have any authority.
default_gift:
- "say Hello, {player}!"
- "give {player} minecraft:diamond 3"
# use {player} to tag the player