mirror of
https://github.com/YouHaveTrouble/Enchantio.git
synced 2026-05-12 06:06:55 +00:00
update readme
This commit is contained in:
@@ -0,0 +1,31 @@
|
|||||||
|
# Enchantio
|
||||||
|
|
||||||
|
Modern vanilla-style minecraft enchantment plugin for paper servers.
|
||||||
|
|
||||||
|
## Enchantments
|
||||||
|
|
||||||
|
### Soulbound
|
||||||
|
**Translation key**: `enchantio.enchantment.soulbound`
|
||||||
|
|
||||||
|
**Description**:
|
||||||
|
Keep the item in your inventory after death.
|
||||||
|
|
||||||
|
### Replanting
|
||||||
|
**Translation key**: `enchantio.enchantment.replanting`
|
||||||
|
|
||||||
|
**Description**:
|
||||||
|
Replants broken crops using seeds in your inventory or from the loot of the crop if no seeds are available in players inventory.
|
||||||
|
|
||||||
|
### Telepathy
|
||||||
|
**Translation key**: `enchantio.enchantment.telepathy`
|
||||||
|
|
||||||
|
**Description**:
|
||||||
|
Teleports dropped items to players location and makes them immediately pickuppable.
|
||||||
|
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
### supportedItemTags
|
||||||
|
You can change which items enchant is applicable for. Currently only item tags are supported. You can add any vanilla
|
||||||
|
or custom tag to the list, just remember to prefix them with `#`.
|
||||||
|
|
||||||
Reference in New Issue
Block a user