# 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user