forked from xjboss/KCauldronX
		
	
			
				
					
						
					
					da067694cc9ad8deccb9b15c9146dfb01baf3f9e
				
			
			
		
	KCauldron
KCauldron - continuation of Cauldron minecraft server
Building KCauldron
- Checkout project
- You can use IDE or clone from console:
git clone https://gitlab.prok.pw/Prototik/KCauldron.git 
 - You can use IDE or clone from console:
 - Init submodules
- Since this project is merger of two other we need both.
git submodule update --init --recursive 
 - Since this project is merger of two other we need both.
 - Setup initial workspace
- This process download minecraft and apply patches
 - If you have gradle integration in IDE - you can still use gui
./gradlew setupCauldron 
 - Build both legacy server jar & default jar
./gradlew jar 
Updating sources
If you're once checkout source - you not need to do it again
- Update sources
git pull origin master
 - Reapply patches & build binaries
./gradle clean setupCauldron jar
 
Issue submitting rule
- First check the bug in single player and vanilla forge, if bug still present - mod issue
 - Check with minimal server environment
- Remove all unnecessary plugins and mods
 - Reset all configs to default If bug present - mod compatibility issue
 
 - If you're using beta-release of KCauldron - check on latest stable
- All versions situated there
 
 - If bug still present - KCauldron issue
- Make sure that similar issue not exists already
 - Please fill issue form else
 
 
Description
				
					Languages
				
				
								
								
									Diff
								
								53.7%
							
						
							
								
								
									Java
								
								45.7%
							
						
							
								
								
									Gradle
								
								0.4%
							
						
							
								
								
									Groovy
								
								0.2%
							
						
					


