Added Fetching
This commit is contained in:
24
Plugin/src/main/resources/enchants/normal/fetching.yml
Normal file
24
Plugin/src/main/resources/enchants/normal/fetching.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# Fetching EcoEnchant
|
||||
#
|
||||
|
||||
config-version: 5.0 # Don't edit this.
|
||||
|
||||
name: "Fetching"
|
||||
description: Drops and xp from wolf kills go directly into your inventory.
|
||||
enabled: true
|
||||
|
||||
obtaining:
|
||||
table: true
|
||||
villager: true
|
||||
loot: true
|
||||
rarity: rare
|
||||
|
||||
general-config:
|
||||
targets:
|
||||
- helmet
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
|
||||
config:
|
||||
not-on-players: false
|
||||
@@ -246,6 +246,7 @@ permissions:
|
||||
ecoenchants.fromtable.transfuse: true
|
||||
ecoenchants.fromtable.inaccuracycurse: true
|
||||
ecoenchants.fromtable.respirator: true
|
||||
ecoenchants.fromtable.fetching: true
|
||||
|
||||
ecoenchants.updateannounce:
|
||||
description: Informs admins of a new update
|
||||
@@ -856,4 +857,7 @@ permissions:
|
||||
default: true
|
||||
ecoenchants.fromtable.respirator:
|
||||
description: Allows getting respirator from an enchanting table
|
||||
default: true
|
||||
ecoenchants.fromtable.fetching:
|
||||
description: Allows getting fetching from an enchanting table
|
||||
default: true
|
||||
Reference in New Issue
Block a user