From 1a9667f138b589eba01584c6b6d0b2157db09929 Mon Sep 17 00:00:00 2001 From: NONPLAYT Date: Tue, 14 May 2024 00:43:42 +0300 Subject: [PATCH] [ci-skip] update docs & readme --- LICENSE | 2 +- README.md | 1 + docs/docs/admin/configuration.md | 10 +++++----- docs/docs/index.md | 5 +++-- docs/index.md | 3 +++ 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index cdbf1cc..3c29024 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 DivineMC +Copyright (c) 2022-2024 DivineMC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 85bca84..2fb2511 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - **Popular mods implemented** - Patches from mods such as Lithium, VMP, C2ME and others. - **Async Pathfinding** - Makes pathfinding-related work happen asynchronously (by [Petal](https://github.com/Bloom-host/Petal)). - **[Linear region format](https://github.com/xymb-endcrystalme/LinearRegionFileFormatTools)** - Linear region format saves about 50% of disk space in Overworld and Nether and 95% in The End. +- **Secure Seed** - A feature that changes default 64-bit seed to a 1024-bit seed, making it almost impossible to crack the seed. - **Configurable chat reports** - Disallow players from reporting others messages to Mojang. - **Optimized Default Configuration** - The default configuration files is optimized. - **Bug fixes** - Fixed Minecraft bugs that reported on Mojira. diff --git a/docs/docs/admin/configuration.md b/docs/docs/admin/configuration.md index 8b64150..e22f79c 100644 --- a/docs/docs/admin/configuration.md +++ b/docs/docs/admin/configuration.md @@ -61,7 +61,7 @@ Global settings affect all worlds on the server as well as the core server funct - **description**: Enables or disables optimization of sheep color choosing from the CarpetFixes mod. The game determines the child sheep's color by getting a wool block from the parents, putting them in a crafting recipe, getting the output wool and getting the color from that. - #### misc - - #### use-secure-seed + - ##### use-secure-seed - **default**: false - **description**: Enabling this, default 64-bit seed will be changed to a 1024-bit seed, making it almost impossible to crack the seed. - #### region-format @@ -89,12 +89,12 @@ For a more clear explanation of the world settings section of the config, feel f - **default**: false - **description**: Switches the saving of fireworks in the world - #### projectiles - - #### snowball - - #### knockback + - ##### snowball + - ###### knockback - **default**: true - **description**: Enables or disables knocking back with snowball - - #### egg - - #### knockback + - ##### egg + - ###### knockback - **default**: true - **description**: Enables or disables knocking back with egg diff --git a/docs/docs/index.md b/docs/docs/index.md index 7bb5977..11cca02 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -13,6 +13,7 @@ DivineMC is the fork of Purpur compatible with Spigot plugins, offering the best - **Popular mods implemented** - Patches from mods such as Lithium, VMP, C2ME and others. - **Async Pathfinding** - Makes pathfinding-related work happen asynchronously (by [Petal](https://github.com/Bloom-host/Petal)). - **[Linear region format](https://github.com/xymb-endcrystalme/LinearRegionFileFormatTools)** - Linear region format saves about 50% of disk space in Overworld and Nether and 95% in The End. +- **Secure Seed** - A feature that changes default 64-bit seed to a 1024-bit seed, making it almost impossible to crack the seed. - **Configurable chat reports** - Disallow players from reporting others messages to Mojang. - **Optimized Default Configuration** - The default configuration files is optimized. - **Bug fixes** - Fixed Minecraft bugs that reported on Mojira. @@ -37,6 +38,6 @@ All other files are licensed under MIT. ## 📈 bStats -**TODO** +[![bStats](https://bstats.org/signatures/server-implementation/DivineMC.svg)](https://bstats.org/plugin/server-implementation/DivineMC) -###### [List of all forks](https://gist.github.com/SoSeDiK/1773ef2c239722f7083a25b2f78619ed) +###### We don't steal logo from YatopiaMC! [List of all forks](https://gist.github.com/NONPLAYT/48742353af8ae36bcef5d1c36de9730a) diff --git a/docs/index.md b/docs/index.md index feab52a..01bf8b9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,6 +28,9 @@ features: - icon: 🏠 title: Linear region format details: Linear region format saves about 50% of disk space in Overworld and Nether and 95% in The End. + - icon: 🔒 + title: Secure Seed + details: A feature that changes default 64-bit seed to a 1024-bit seed, making it almost impossible to crack the seed - icon: 💬 title: Configurable chat reports details: Disallow players from reporting others messages to Mojang.