From b908f47481423e06b15dd058c50bd960a252d44b Mon Sep 17 00:00:00 2001 From: AzaleeX Date: Wed, 21 Aug 2024 00:03:51 +0200 Subject: [PATCH 1/3] style(Update badges with sculk colors + add contributors below): --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9164f7..dad446b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ Logo Sculk

Open source server software for Minecraft: Bedrock Edition written in Java

+[![SculkVersion](https://img.shields.io/badge/version-soon-14191E.svg?cacheSeconds=2592000)]() +[![MinecraftVersion](https://img.shields.io/badge/minecraft-v1.21.21%20(Bedrock)-17272F)]() +[![ProtocolVersion](https://img.shields.io/badge/protocol-712-38D3DF)]() [![Github Download](https://img.shields.io/github/downloads/sculkmp/Sculk/total?label=downloads%40total)]() [![License](https://img.shields.io/badge/License-LGPL--3-yellow.svg)]() [![JitPack](https://jitpack.io/v/sculkmp/Sculk.svg)]() -[![MinecraftVersion](https://img.shields.io/badge/minecraft-v1.21.1%20(Bedrock)-56383E)]() -[![SculkVersion](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)]() @@ -84,6 +85,10 @@ Simply run `java -jar Sculk-1.0-SNAPSHOT-jar-with-dependencies.jar` We warmly welcome contributions to the Sculk project! If you are excited about improving Minecraft Bedrock server software with Java, here are some ways you can contribute: + + + + ### Reporting bugs If you encounter any bugs while using Sculk, please open an [issue](https://github.com/sculkmp/Sculk/issues) in our GitHub repository. Ensure to include a detailed description of the bug and steps to reproduce it. From 8594a859fac36a755224ff3720c0eccd7d56cfaf Mon Sep 17 00:00:00 2001 From: AzaleeX Date: Wed, 21 Aug 2024 09:59:45 +0200 Subject: [PATCH 2/3] feat: edit badge color --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index dad446b..aeeb2b0 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,6 @@ Simply run `java -jar Sculk-1.0-SNAPSHOT-jar-with-dependencies.jar` We warmly welcome contributions to the Sculk project! If you are excited about improving Minecraft Bedrock server software with Java, here are some ways you can contribute: - - - - ### Reporting bugs If you encounter any bugs while using Sculk, please open an [issue](https://github.com/sculkmp/Sculk/issues) in our GitHub repository. Ensure to include a detailed description of the bug and steps to reproduce it. From 09a6cc9ee1cada0f98d50e725a7fec70b2b6eaea Mon Sep 17 00:00:00 2001 From: AzaleeX Date: Wed, 21 Aug 2024 11:32:38 +0200 Subject: [PATCH 3/3] feat: edit SculkMP -> Sculk --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 85ab401..8de6a7c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,5 @@ whitelist.txt op.txt banned-ip.txt banned-players.txt -server.properties \ No newline at end of file +server.properties +.run/sculk.yml diff --git a/README.md b/README.md index aeeb2b0..cbd69fd 100644 --- a/README.md +++ b/README.md @@ -97,5 +97,5 @@ Please ensure your code follows our coding standards and include tests where pos This project is licensed under LGPL-3.0. Please see the [LICENSE](/LICENSE) file for details. `sculkmp/Sculk` are not affiliated with Mojang. -All brands and trademarks belong to their respective owners. Sculk-MP is not a Mojang-approved software, +All brands and trademarks belong to their respective owners. Sculk is not a Mojang-approved software, nor is it associated with Mojang. \ No newline at end of file