-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* work * work * more work * complete configuration base * More work * more work * Configurable cave lava sea level, Fix MC-237017 * more more more work * Updated Upstream (Paper, Pufferfish, Purpur) * Rework, again * Cleanup workflows, fix build * typo * more work * more work - Updated Upstream (Paper) - [CI-Skip] Update Upstream CacheData (Pufferfish, Purpur) - Update Dependencies (Paperweight) - Fix build - Update Wrapper * more works * more more works * Fix build * Fix test * Implemented FixMySpawnR, Added more config optimize * Fix build
- Loading branch information
Showing
55 changed files
with
3,207 additions
and
3,389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
[*] | ||
charset=utf-8 | ||
end_of_line=lf | ||
insert_final_newline=true | ||
indent_style=space | ||
indent_size=4 | ||
ij_any_block_comment_add_space = false | ||
ij_any_block_comment_at_first_column = false | ||
ij_any_line_comment_at_first_column = false | ||
ij_any_line_comment_add_space = true | ||
|
||
[*.tiny] | ||
indent_style=tab | ||
|
||
[*.bat] | ||
end_of_line=crlf | ||
|
||
[*.yml] | ||
indent_size=2 | ||
|
||
[*.patch] | ||
trim_trailing_whitespace=false | ||
|
||
[*.java] | ||
ij_continuation_indent_size = 4 | ||
ij_java_class_count_to_use_import_on_demand = 999999 | ||
ij_java_insert_inner_class_imports = false | ||
ij_java_names_count_to_use_import_on_demand = 999999 | ||
ij_java_imports_layout = *,|,$* | ||
ij_java_generate_final_locals = true | ||
ij_java_generate_final_parameters = true | ||
|
||
[test-plugin/**/*.java] | ||
ij_java_use_fq_class_names = false | ||
|
||
[Paper-Server/src/main/resources/data/**/*.json] | ||
indent_size = 2 | ||
|
||
[paper-api-generator/generated/**/*.java] | ||
ij_java_imports_layout = $*,|,* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
purpurCommit = 6a6706d3b4f934845a44ecd7533bf53966e4857c | ||
pufferfishCommit = 2c3f3fd4e1df97dc7ff8d770061138144847850e | ||
purpurCommit = c46cb7ef66675e00a48e20c40febed7ff914f35d | ||
pufferfishCommit = bc89152d4cd4bb0f9644da2fe10774df4cc25661 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# You can use this file to import files from minecraft libraries into the project | ||
# format: | ||
# <artifactId> <fileName> | ||
# both fully qualified and a file based syntax are accepted for <fileName>: | ||
# authlib com/mojang/authlib/yggdrasil/YggdrasilGameProfileRepository.java | ||
# datafixerupper com.mojang.datafixers.DataFixerBuilder | ||
# datafixerupper com/mojang/datafixers/util/Either.java | ||
# To import classes from the vanilla Minecraft jar use `minecraft` as the artifactId: | ||
# minecraft net.minecraft.world.level.entity.LevelEntityGetterAdapter | ||
# minecraft net/minecraft/world/level/entity/LevelEntityGetter.java | ||
# To import minecraft data files, like the default chat type, use `mc_data` as the prefix: | ||
# mc_data chat_type/chat.json | ||
# mc_data dimension_type/overworld.json | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.