Remove config.yml

- Removed the config.yml file. It hasn't been in use for a long time and its contents were heavily outdated. Closes #1
This commit is contained in:
Pim van der Loos 2021-03-10 15:47:36 +01:00
parent a4347e52e2
commit a5cf42984b
No known key found for this signature in database
GPG Key ID: 673281775FDE01CD
2 changed files with 0 additions and 59 deletions

View File

@ -54,7 +54,6 @@
<filtering>true</filtering> <filtering>true</filtering>
<includes> <includes>
<include>plugin.yml</include> <include>plugin.yml</include>
<include>config.yml</include>
<include>en_US.txt</include> <include>en_US.txt</include>
</includes> </includes>
</resource> </resource>

View File

@ -1,58 +0,0 @@
# Setting this to true will cause armored elytras to be unbreakable.
unbreakable: false
# Amount of items it takes to fully repair an armored elytra
# Repair cost for every tier of armored elytra in number of items to repair 100%.
leatherRepair: 6
goldRepair: 5
ironRepair: 4
diamondsRepair: 3
# Name for every tier:
leather:
gold:
chain:
iron:
diamond:
# List of enchantments that are allowed to be put on an armored elytra.
# If you do not want to allow any enchantments, remove them all and add "NONE"
# You can find supported enchantments here:
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
allowedEnchantments:
# - NONE
- DURABILITY
- PROTECTION_FIRE
- PROTECTION_EXPLOSIONS
- PROTECTION_PROJECTILE
- PROTECTION_ENVIRONMENTAL
- THORNS
- BINDING_CURSE
- VANISHING_CURSE
# Message players receive when they lack the required permissions to wear a certain armor tier. "NONE" = no message.
# %ARMOR_TIER% is replaced by the name of the armor tier.
usageDeniedMessage: 'You do not have the required permissions to wear %ARMOR_TIER%!'
# Message players receive when they are given an armored elytra using commands. "NONE" = no message.
# %ARMOR_TIER% is replaced by the name of the armor tier.
elytraReceivedMessage: '&2A(n) %ARMOR_TIER% has been bestowed upon you!'
# The name of armored elytras. %ARMOR_TIER% is replaced by the name of the armor tier.
elytraName: '%ARMOR_TIER%'
# The lore of armored elytras. "NONE" = no lore. %ARMOR_TIER% is replaced by the name of the armor tier.
elytraLore: 'Elytra with %ARMOR_TIER% level protection'
# Allow this plugin to check for updates on startup. It will not download new versions!
checkForUpdates: true
# Allow this plugin to send (anonymised) stats using bStats.
allowStats: true
# Setting this to true will disable this plugin and remove any armored elytras it can find.
# It will check player's inventories and their end chest upon login and any regular chest when it is opened.
# This means it will take a while for all armored elytras to be removed from your server, but it doesn't take up
# a lot of resources, so you can just leave it installed and ignore it.
uninstall: false