Update README [ci skip]
This commit is contained in:
parent
5dabc4e42e
commit
c6f5d766a6
17
README.md
17
README.md
@ -1,29 +1,28 @@
|
|||||||
# KCauldron
|
# KCauldron
|
||||||
### KCauldron - continuation of Cauldron minecraft server
|
### KCauldron - continuation of Cauldron minecraft server
|
||||||
[![Donate PayPal USD][donate_paypal_usd_img]][donate_paypal_usd_url][![Donate PayPal RUB][donate_paypal_rub_img]][donate_paypal_rub_url]
|
[![Donate PayPal USD][donate_paypal_usd_img]][donate_paypal_usd_url][![Donate PayPal RUB][donate_paypal_rub_img]][donate_paypal_rub_url]
|
||||||
[![Donate Yandex Money][donate_yandex_img]][donate_yandex_url]<a href="https://prok.pw/repo/pw/prok/KCauldron/?C=M&O=D" target="_blank">![Download][download_img]</a>
|
[![Donate Yandex Money][donate_yandex_img]][donate_yandex_url]<a href="https://repo.prok.pw/pw/prok/KCauldron/?C=M&O=D" target="_blank">![Download][download_img]</a>
|
||||||
|
|
||||||
## Building KCauldron
|
## Building KCauldron
|
||||||
* Checkout project
|
* Checkout project
|
||||||
* You can use your's IDE gui or clone from console:
|
* You can use IDE or clone from console:
|
||||||
`git clone https://prok.pw/git/prototik/kcauldron.git`
|
`git clone https://gitlab.prok.pw/Prototik/KCauldron.git`
|
||||||
* Init submodules
|
* Init submodules
|
||||||
* Since this project is merger of two other we need both.
|
* Since this project is merger of two other we need both.
|
||||||
* Again, you can use IDE gui or do it from console:
|
|
||||||
`git submodule update --init --recursive`
|
`git submodule update --init --recursive`
|
||||||
* Setup initial workspace
|
* Setup initial workspace
|
||||||
* This process download minecraft and apply patches
|
* This process download minecraft and apply patches
|
||||||
* If you have gradle integration in IDE - you can still use gui
|
* If you have gradle integration in IDE - you can still use gui
|
||||||
`./gradlew setupCauldron`
|
`./gradlew setupCauldron`
|
||||||
* Build server & installer
|
* Build both legacy server jar & default jar
|
||||||
`./gradlew buildPackages`
|
`./gradlew jar`
|
||||||
|
|
||||||
## Updating sources
|
## Updating sources
|
||||||
If you're once checkout source - you not need to do it again
|
If you're once checkout source - you not need to do it again
|
||||||
* Update sources
|
* Update sources
|
||||||
* `git pull origin master`
|
* `git pull origin master`
|
||||||
* Reapply patches & build binaries
|
* Reapply patches & build binaries
|
||||||
* `./gradle clean setupCauldron buildPackages`
|
* `./gradle clean setupCauldron jar`
|
||||||
|
|
||||||
|
|
||||||
## Issue submitting rule
|
## Issue submitting rule
|
||||||
@ -33,10 +32,10 @@ If you're once checkout source - you not need to do it again
|
|||||||
* Reset all configs to default
|
* Reset all configs to default
|
||||||
If bug present - mod compatibility issue
|
If bug present - mod compatibility issue
|
||||||
* If you're using beta-release of KCauldron - check on latest stable
|
* If you're using beta-release of KCauldron - check on latest stable
|
||||||
* All versions situated [there](https://prok.pw/git/Prototik/KCauldron/releases)
|
* All versions situated [there](https://repo.prok.pw/pw/prok/KCauldron/?C=M&O=D)
|
||||||
* If bug still present - KCauldron issue
|
* If bug still present - KCauldron issue
|
||||||
* Make sure that similar issue not exists already
|
* Make sure that similar issue not exists already
|
||||||
* Please fill [issue form](https://prok.pw/git/Prototik/KCauldron/issues/new) else
|
* Please fill [issue form](https://gitlab.prok.pw/Prototik/KCauldron/issues/new) else
|
||||||
|
|
||||||
[donate_paypal_usd_url]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40prok%2epw&lc=US&item_name=ProK&item_number=KCauldron%20USD¤cy_code=USD&bn=PP%2dDonationsBF%3adonate_paypal_usd%2epng%3aNonHosted
|
[donate_paypal_usd_url]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40prok%2epw&lc=US&item_name=ProK&item_number=KCauldron%20USD¤cy_code=USD&bn=PP%2dDonationsBF%3adonate_paypal_usd%2epng%3aNonHosted
|
||||||
[donate_paypal_usd_img]: https://prok.pw/donate_paypal_usd.png
|
[donate_paypal_usd_img]: https://prok.pw/donate_paypal_usd.png
|
||||||
|
Loading…
Reference in New Issue
Block a user