# changes

- added shoot wither skull ability to witherite (may be changed later idk, depends how people feel about it)
- refactored custom gear set code to be more concise with less boilerplate

# additions
- added dragon armour
  - right click with sword to dash
  - chestplate is actually an elytra, uses a clientside resourcepack to render a chestplate as well.
  - chestplate has the armour value of prot4 netherite
- added blazing armour
  - full set provides complete immunity to fire
  - right click with sword shoots three fireballs just like a blaze.
  - sword has the equivalent of fire aspect 3 built in.
- started working on a basic abstract class for custom food and drinks to make additions easier in the future.

# improved clientside resourcepack with new additions
- dragon armour / sword
- blazing armour / sword
This commit is contained in:
2025-02-06 09:19:49 +00:00
parent 70ebcbe87b
commit c20714b3a7
13 changed files with 538 additions and 134 deletions
+11 -7
View File
@@ -39,12 +39,6 @@ commands:
permissions:
fantasysmp.admin:
description: Manage plugin
default: op
children:
fantasysmp.*: true
fantasysmp.items:
description: create custom items from plugin
default: false
@@ -59,4 +53,14 @@ permissions:
fantasysmp.home:
description: commands for teleporting home
default: true
default: true
fantasysmp.admin:
description: Manage plugin
default: op
children:
fantasysmp.items: true
fantasysmp.manage_warps: true
fantasysmp.home: true
fantasysmp.warps: true