mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-22 16:39:36 +00:00
Merge branch 'main' of https://github.com/Xiao-MoMi/Custom-Crops
This commit is contained in:
@@ -12,7 +12,7 @@ https://polymart.org/resource/customcrops.2625
|
|||||||
|
|
||||||
### How to compile
|
### 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
|
### API Guide
|
||||||
```access transformers
|
```access transformers
|
||||||
@@ -24,7 +24,7 @@ public class YourClass {
|
|||||||
api = CustomCropsAPI.getInstance();
|
api = CustomCropsAPI.getInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
public yourMethod() {
|
public void yourMethod() {
|
||||||
api.xxx();
|
api.xxx();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,4 +5,4 @@
|
|||||||
#systemProp.http.proxyPort=7890
|
#systemProp.http.proxyPort=7890
|
||||||
|
|
||||||
#systemProp.https.proxyHost=127.0.0.1
|
#systemProp.https.proxyHost=127.0.0.1
|
||||||
#systemProp.https.proxyPort=7890
|
#systemProp.https.proxyPort=7890
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# https://docs.advntr.dev/minimessage/format.html
|
# https://docs.advntr.dev/minimessage/format.html
|
||||||
messages:
|
messages:
|
||||||
prefix: '<gradient:#ff206c:#fdee55>[CustomCrops] </gradient>'
|
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>)'
|
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.'
|
no-console: '<white>Bu komut sadece bir oyuncu tarafından kullanılabilir.'
|
||||||
not-online: '<white>{player} adındaki oyuncu aktif değil.'
|
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."
|
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ı.'
|
world-not-exist: '<white>{world} adında bir dünya bulunamadı.'
|
||||||
season-not-exist: '<white>{season} adında bir mevsim bulunamadı.'
|
season-not-exist: '<white>{season} adında bir mevsim bulunamadı.'
|
||||||
force-sprinkler-work: "<white>{world}'nin sulama sistemlerinin çalışmasını zorladı"
|
force-sprinkler-work: "<white>{world} adındaki dünyadaki sulayıcılar çalışmaya zorlandı."
|
||||||
force-consume: "<white>{world}'nin tenceresindeki su miktarını azaltmayı ve kalan gübre kullanımını zorladı"
|
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ı."
|
||||||
force-grow: "<white>Forced {world}'s crops to grow one point."
|
# 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ı."
|
||||||
|
|||||||
Reference in New Issue
Block a user