9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-22 16:39:36 +00:00
This commit is contained in:
XiaoMoMi
2023-09-25 22:17:44 +08:00
3 changed files with 8 additions and 7 deletions

View File

@@ -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();
}
}

View File

@@ -5,4 +5,4 @@
#systemProp.http.proxyPort=7890
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890
#systemProp.https.proxyPort=7890

View File

@@ -1,7 +1,7 @@
# https://docs.advntr.dev/minimessage/format.html
messages:
prefix: '<gradient:#ff206c:#fdee55>[CustomCrops] </gradient>'
reload: '<white>Yenilendi <green>{time}ms <white>sürdü.'
reload: '<white>Yenilendi! <green>{time}ms <white>sürdü.'
invalid-args: '<white>Geçersiz argümanlar. (argüman örneği: /customcrops <argüman>)'
no-console: '<white>Bu komut sadece bir oyuncu tarafından kullanılabilir.'
not-online: '<white>{player} adındaki oyuncu aktif değil.'
@@ -20,6 +20,7 @@ messages:
set-date: "<white>{world} adlı dünyanın tarihi başarıyla {date} ile değiştirildi."
world-not-exist: '<white>{world} adında bir dünya bulunamadı.'
season-not-exist: '<white>{season} adında bir mevsim bulunamadı.'
force-sprinkler-work: "<white>{world}'nin sulama sistemlerinin çalışmasını zorladı"
force-consume: "<white>{world}'nin tenceresindeki su miktarını azaltmayı ve kalan gübre kullanımını zorladı"
force-grow: "<white>Forced {world}'s crops to grow one point."
force-sprinkler-work: "<white>{world} adındaki dünyadaki sulayıcılar çalışmaya zorlandı."
force-consume: "<white>{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: "<white>{world} adındaki dünyadaki ekinlerin bir yöne doğru büyümesi zorlandı."