From 9e7640046db274f4a43ee66784f4f991a83e5470 Mon Sep 17 00:00:00 2001 From: Deliable <72627840+notdeliable@users.noreply.github.com> Date: Tue, 8 Aug 2023 22:44:18 +0300 Subject: [PATCH 1/5] Update messages_turkish.yml --- plugin/src/main/resources/messages/messages_turkish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugin/src/main/resources/messages/messages_turkish.yml b/plugin/src/main/resources/messages/messages_turkish.yml index 6919fe9..13b5a90 100644 --- a/plugin/src/main/resources/messages/messages_turkish.yml +++ b/plugin/src/main/resources/messages/messages_turkish.yml @@ -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ı." From b5166ce4d2e723be4a5e1166e87343d5920426c5 Mon Sep 17 00:00:00 2001 From: Deliable <72627840+notdeliable@users.noreply.github.com> Date: Tue, 8 Aug 2023 22:48:13 +0300 Subject: [PATCH 2/5] Update messages_turkish.yml --- plugin/src/main/resources/messages/messages_turkish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/messages/messages_turkish.yml b/plugin/src/main/resources/messages/messages_turkish.yml index 13b5a90..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.' From 44fe284adc79c6ba7d2221bd827ec4d96ace0fde Mon Sep 17 00:00:00 2001 From: XiaoMoMi <70987828+Xiao-MoMi@users.noreply.github.com> Date: Tue, 15 Aug 2023 02:03:22 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e03c7f..656596d 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 From f7d5e33486c0fcfae6b50529f8bd29393bae634b Mon Sep 17 00:00:00 2001 From: XiaoMoMi <70987828+Xiao-MoMi@users.noreply.github.com> Date: Tue, 15 Aug 2023 02:03:45 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 656596d..125b842 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ public class YourClass { api = CustomCropsAPI.getInstance(); } - public yourMethod() { + public void yourMethod() { api.xxx(); } } From 47860063778d3c698b40b401e8b203707d2bd09b Mon Sep 17 00:00:00 2001 From: XiaoMoMi <70987828+Xiao-MoMi@users.noreply.github.com> Date: Tue, 12 Sep 2023 02:57:41 +0800 Subject: [PATCH 5/5] Update gradle.properties --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7b26f39..16d5100 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ -systemProp.socks.proxyHost=127.0.0.1 -systemProp.socks.proxyPort=7890 +#systemProp.socks.proxyHost=127.0.0.1 +#systemProp.socks.proxyPort=7890 -systemProp.http.proxyHost=127.0.0.1 -systemProp.http.proxyPort=7890 +#systemProp.http.proxyHost=127.0.0.1 +#systemProp.http.proxyPort=7890 -systemProp.https.proxyHost=127.0.0.1 -systemProp.https.proxyPort=7890 \ No newline at end of file +#systemProp.https.proxyHost=127.0.0.1 +#systemProp.https.proxyPort=7890