9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

[ci-skip] update docs & readme

This commit is contained in:
NONPLAYT
2024-05-14 00:43:42 +03:00
parent e441a5961d
commit 1a9667f138
5 changed files with 13 additions and 8 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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)

View File

@@ -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.