Flying Boots The plugin introduces Flying Boots to the game, which allow players to fly like in creative mode and protect them from fall damage. While flying, the boots lose durability at a rate of 1 durability per second. Once it runs out, they stop working and the player loses the ability to fly.
There are two types of boots, which differ in both crafting cost and functionality. Here are the details:
CloudStep Boots:
Default flying time: 1800 seconds
They cannot be charged, meaning they lose their properties when durability runs out, and can be thrown away.
SkyCharge Boots:
Default flying time: 1800 seconds
They can be
charged back with item specified in config file, default
WIND CHARGE.
To charge them, simply
right-click (with the PPM) on the boots while
holding a charging item.
This action will consume the charging item and
restore 200 durability by default, providing an additional 200 seconds of flight.
Both boots doesn’t have any armor rating, and can’t be enchanted, they are only tools for flying to assist with building with being still on survival.
Summary:
From version 1.1.0, the boots will function regardless of any name or lore changes made in the config.yml file.
Two pairs of boots.
The more expensive pair can be recharged.
Use the charging item by right-clicking (PPM) on the boots.
The charging item can be changed in the config.
Charging efficiency can be changed in the config.
Both pairs allow you to fly like in creative mode.
Default flight time for both pairs is 1800 seconds.
Can be changed independently for each pair.
Both pairs provide fall damage immunity.
The boots do not provide any armor.
The boots cannot be enchanted.
Remember to have flying on in server config.
Config:
Code (YAML):
#This is the first line in lore for both types of boots. firstline: "Allows you to fly like you always wanted"
#This is item Material used to charge premiumboots #https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html chargeitem: "WIND_CHARGE"
#This indicates how many seconds of flying are restored when charging. chargefficiency: 200
#This is option to turn off crafting cancraft: true
#name, durability and lore can be changed. boots:
name: "CloudStep Boots" #This is time in seconds how long boots can fly durability: 1800
lore: -
"Now you can fly" -
"But it has its limits" premiumboots:
name: "SkyCharge Boots" #This is time in seconds how long boots can fly durability: 1800
lore: -
"Unlimited flying!" -
"You can charge it back with" -
"{*}" #{*} is to show chargeitem in lore. It's not required but it's good to show what item is used.
change how the check is performed to see if the correct item is fitted
Add permissions to use or craft boots
Add option to set the TrimMaterial by using it with PPM on boots.
If you encounter any bugs or something isn't working as intended, please let me know.