Çözüldü Pluginlerin sürümünü güncelleme

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

Anon

Birisi mi Spawnlandı?
Katılım
26 Ocak 2025
Mesajlar
5
Elmaslar
0
Puan
910
Yaş
25
Konum
İstanbul
Minecraft
Anon

Discord:

voideriatr

Elimde 3 adet plugin var sadece birinin kaynak kodları elimde var sürüm olarak sadece 1.19.1 destekliyor bunları 1.21.1 e nasıl güncellerim sadece spigot api değiştirmek yeterli olurmu ve kalan 2 pluginin kaynak kodları yok nasıl güncellerim ve sadece pom daki kısımları güncellemem yeterli mi.


<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.MilkBowl</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>4.0.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.30</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.19.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
 
Elimde 3 adet plugin var sadece birinin kaynak kodları elimde var sürüm olarak sadece 1.19.1 destekliyor bunları 1.21.1 e nasıl güncellerim sadece spigot api değiştirmek yeterli olurmu ve kalan 2 pluginin kaynak kodları yok nasıl güncellerim ve sadece pom daki kısımları güncellemem yeterli mi.


<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.MilkBowl</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>4.0.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.30</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.19.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
Büyük ihtimalle olmaz ama pluginin özelliklerine baglı.
 
Discord hesap eşleme plugini açık kaynaklı
 
Kod:
        <dependency>
            <groupId>org.spigotmc</groupId>
            <artifactId>spigot-api</artifactId>
            <version>1.19.4-R0.1-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
bu kısmı değişin plugin.yml deki
api-version: '1.19' nu 1.21 yapın.
 
package jdk.nashorn.internal.runtime.regexp.joni does not exist Şöyle bir hata var
 
package jdk.nashorn.internal.runtime.regexp.joni does not exist Şöyle bir hata var
Eğer kodlar hakkında bilgiye sahip değilsen güvenebileceğin developerlerden yardım alabilirsin.
 
Discord üzerinden ulaşın yardım edeyim hocam.
 
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