From 8a2a68e905f0224d4a55f87b3fc62e989a3c850b Mon Sep 17 00:00:00 2001 From: Yomamaeatstoes <114538961+Yomamaeatstoes@users.noreply.github.com> Date: Fri, 31 May 2024 03:52:32 -0400 Subject: [PATCH] Create README.md --- README.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fe421c --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +# VanillaBosess +Website: None + +# Official Discord + +https://discord.gg/aT9z7q7hX8 + +## Building instructions + +mvn clean install + +## Description + +A boss plugin designed to work without any third party plugins. The items the boss has, the rate at which the bosses spawn in and more are all configurable. + +## Default Config + +``` +boss-block-enabled: false +boss-block: NETHERRACK +boss-block-radius: 4 +boss-block-radius-y: 2 +boss-bar-radius: 20.0 +phantom: + chance: 0.1 + particle: WAX_ON + extra-damage: 2.5 + extra-speed: 0.3 +withered-skeleton: + chance: 0.01 + equipment: + helmet: + item: DIAMOND_HELMET + enchantments: + THORNS: + lvl: -1 +fire-skeleton: + chance: 0.01 + equipment: + chestplate: + drop-chance: 0.2 + item: LEATHER_CHESTPLATE + dye-color: 16711680 + enchantments: + PROTECTION_ENVIRONMENTAL: + lvl: -1 + main-hand: + item: BOW + enchantments: + ARROW_FIRE: + lvl: -1 +super-creeper: + chance: 0.05 + particle: ELECTRIC_SPARK + particle-amount: 10 + extra-damage: 2.5 +special-zombie: + chance: 0.01 + equipment: + leggings: + item: DIAMOND_LEGGINGS + trim-material: QUARTZ + trim-pattern: EYE + main-hand: + item: DIAMOND_SWORD + extra-speed: 0.2 + extra-damage: 2.5 + + +``` + +### Folia inquisitors + +[Folia-Inquisitors](https://github.com/orgs/Folia-Inquisitors/repositories) +[C](https://github.com/leon0017)