Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MajdT51 committed Apr 12, 2022
1 parent f9a4c2f commit 4317351
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# DiamondGuarantee
from BigScary: "I created this Minecraft server plugin using the Bukkit API to fix starvation issues with rare resources like diamonds, glowstone, nether wart, and elytras. In Vanilla multiplayer, all of these quickly disappear from areas of the world, making it difficult for players who come later to gather those resources. DiamondGuarantee ensures that players who are making a real effort (as opposed to trying to farm or cheat) will find those resources. For example, it will add new diamond ores for players who are mining to find, and adds glowstone dust / nether wart drops to some nether monsters (with some anti-farming logic as well), and guarantees the ender dragon will drop an elytra on death.

I stopped working on this project after Minecraft 1.10. Anyone may use my source code to continue the project, but see the LICENSE file for restrictions."
From BigScary: "I created this Minecraft server plugin using the Bukkit API to fix starvation issues with rare resources like diamonds, glowstone, nether wart, and elytras. In Vanilla multiplayer, all of these quickly disappear from areas of the world, making it difficult for players who come later to gather those resources. DiamondGuarantee ensures that players who are making a real effort (as opposed to trying to farm or cheat) will find those resources. For example, it will add new diamond ores for players who are mining to find, and adds glowstone dust / nether wart drops to some nether monsters (with some anti-farming logic as well), and guarantees the ender dragon will drop an elytra on death.

## Config
BigScary stopped working on this project after Minecraft 1.10. Anyone may use my source code to continue the project, but see the LICENSE file for restrictions."

The updated new version of the plugin work for `Minecraft 1.18.2` and it can be tested on the **CaveRaiders** server. IP: `caveraiders.minecraft.best`

## Configurations

diamondZoneMinY: "Diamond Zone.Minimum Y Value" default -64
diamondZoneMaxY: "Diamond Zone.Maximum Y Value" default 20
Expand All @@ -19,8 +22,7 @@ I stopped working on this project after Minecraft 1.10. Anyone may use my sourc
dragonDropsElytras: "Ender Dragon. Drops Elytras" default true
dragonDropsHeads: "Ender Dragon. Drops Heads" default true

## update
The plugin can be tested on CaveRaiders server: caveraiders.minecraft.best
## Updates

06.11.2021
* Version 0.1.0
Expand All @@ -37,5 +39,5 @@ The plugin can be tested on CaveRaiders server: caveraiders.minecraft.best

12.04.2022
* Version 0.2.0
* Update to 1.18.2
* Update to Minecraft 1.18.2
* Update java version to java 11

0 comments on commit 4317351

Please sign in to comment.