diff --git a/README.md b/README.md index 8e03c7f..125b842 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://polymart.org/resource/customcrops.2625 ### How to compile -Execute gradle build in your IDLE and get the jar in /build/libs folder +./gradlew build and get the jar in /target folder ### API Guide ```access transformers @@ -24,7 +24,7 @@ public class YourClass { api = CustomCropsAPI.getInstance(); } - public yourMethod() { + public void yourMethod() { api.xxx(); } } diff --git a/gradle.properties b/gradle.properties index 77c8495..16d5100 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ #systemProp.http.proxyPort=7890 #systemProp.https.proxyHost=127.0.0.1 -#systemProp.https.proxyPort=7890 \ No newline at end of file +#systemProp.https.proxyPort=7890 diff --git a/plugin/src/main/resources/messages/messages_turkish.yml b/plugin/src/main/resources/messages/messages_turkish.yml index 6919fe9..672dd60 100644 --- a/plugin/src/main/resources/messages/messages_turkish.yml +++ b/plugin/src/main/resources/messages/messages_turkish.yml @@ -1,7 +1,7 @@ # https://docs.advntr.dev/minimessage/format.html messages: prefix: '[CustomCrops] ' - reload: 'Yenilendi {time}ms sürdü.' + reload: 'Yenilendi! {time}ms sürdü.' invalid-args: 'Geçersiz argümanlar. (argüman örneği: /customcrops )' no-console: 'Bu komut sadece bir oyuncu tarafından kullanılabilir.' not-online: '{player} adındaki oyuncu aktif değil.' @@ -20,6 +20,7 @@ messages: set-date: "{world} adlı dünyanın tarihi başarıyla {date} ile değiştirildi." world-not-exist: '{world} adında bir dünya bulunamadı.' season-not-exist: '{season} adında bir mevsim bulunamadı.' - force-sprinkler-work: "{world}'nin sulama sistemlerinin çalışmasını zorladı" - force-consume: "{world}'nin tenceresindeki su miktarını azaltmayı ve kalan gübre kullanımını zorladı" - force-grow: "Forced {world}'s crops to grow one point." \ No newline at end of file + force-sprinkler-work: "{world} adındaki dünyadaki sulayıcılar çalışmaya zorlandı." + force-consume: "{world} adındaki dünyadaki saksıların su miktarının ve gübrelerin kalan kullanımın azaltılması zorlandı." + # Not sure about force-grow. Does that mean like growing in one direction? + force-grow: "{world} adındaki dünyadaki ekinlerin bir yöne doğru büyümesi zorlandı."