Yes.
- this version (0.1.0) was based on Carpet-Vastech-Addition 0.1.5.12
Additions from Voided server
- Chatbridge should have been added, but I'm too lazy to deal with the original author's license.
- Syncmatica protocol support
- fix bug where worldedit does block post processing on the wrong coords
- fix console spam
Wrong logger name
liquidPocket error - add memory logger
/log memory
- Description:
Right click on villager to view it's inventory (use this only for debug on cmp)
- Type:
Boolean
- Default:
false
- Suggestions:
true
,false
- Categories:
CREATIVE
,VOIDED
- By:
Bjoel2
- Description:
Adds chat tweaks such as !seed, !cords, !ncords, !ocords
- Type:
Boolean
- Default:
false
- Suggestions:
true
,false
- Categories:
SURVIVAL
,VOIDED
- By:
Bjoel2
- Description:
Sets custom whitelist disconnect message defined in whitelist_message.txt file
- Type:
Boolean
- Default:
false
- Suggestions:
true
,false
- Categories:
FEATURE
,VOIDED
- By:
Bjoel2
Also join our Discord server :)
- Clone this repository.
- Run
gradlew setupCarpetmod
in the root project directory.
- To use Eclipse, run
gradlew eclipse
, then import the project in Eclipse. - To use Intellij, run
gradlew idea
, then import the project in Intellij.
Edit the files in the src
folder, like you would for a normal project. The only special things you have to do are as follows:
Use gradlew genPatches
Use gradlew setupCarpetmod
. It WILL overwrite your local changes to src, so be careful.
In case you made changes to the local copy of the code in src
, run genPatches
to update the project according to your src.
Use gradlew createRelease
. The release will be a ZIP file containing all modified classes, obfuscated, in the build/distributions
folder.
Use mktest.cmd
to run the modified server with generated patches as a localhost server. It requires gradlew createRelease
to finish successfully as well as using default paths for your minecraft installation folder.
In case you use different paths, you might need to modify the build script. This will leave a ready server jar file in your saves folder.
It requires to have 7za installed in your paths