ModsJava
Scribe
A highly configurable, lightweight change to repairing and enchanting items in survival Minecraft. Free Minecraft Java mod — download and open it in the…
⬇ Download on Spigot
A highly configurable, lightweight change to a major element in survival Minecraft. Scribe adds a whole new dynamic to repairing and enchanting items by giving players the opportunity to transfer enchantments off of items and back onto enchanted books.
Scribe is a very lightweight and highly configurable plugin aimed to give players the opportunity to transfer enchantments off of items and put them onto enchanted books. It includes features such as enabling/disabling the transfer of specific enchantments, configurable cost for each enchantment, configurable minimum durability and so much more!
-
Simple and easy to use way to transfer enchantments using an anvil
-
Permissions to configure who can use the feature
-
Configurable toggles for every enchant
-
Configurable level caps for each enchantment
-
Configurable minimum item durability
-
Configurable base cost to use the feature
-
Configurable cost for each enchantment (per level)
-
Item Destruction - Configure whether players lose/keep their item once they transfer enchants off of it
Spoiler: Item Destruction
Enable-Destroy-Item: False
![[IMG]](//proxy.spigotmc.org/597b47195418f77bee257e9eef05f3b1bdece2ba?url=https%3A%2F%2Fgyazo.com%2Fa35e88d472558e016d61387cfa609bea.gif)
Enable-Destroy-Item: True
![[IMG]](http://proxy.spigotmc.org/597b47195418f77bee257e9eef05f3b1bdece2ba?url=https%3A%2F%2Fgyazo.com%2Fa35e88d472558e016d61387cfa609bea.gif)
Enable-Destroy-Item: True
-
Enchant Hiding - Configure whether players are able to see what enchants their book will contain
Spoiler: Enchant Hiding
Enable-Enchant-Hiding: False
Enable-Enchant-Hiding: True
Enable-Enchant-Hiding: True
- Durability Corruption - Configure whether transferring off of damaged items results in a potential lose of data
Spoiler: Durability Corruption
Enable-Durability-Corruption: False
![[IMG]](//proxy.spigotmc.org/6dec6b6057750dd0b307cd83558bbf3ba55f8eee?url=https%3A%2F%2Fi.gyazo.com%2F660c587e87335bfbade5cb7cef4edb46.gif)
Enable-Durability-Corruption: True
![[IMG]](http://proxy.spigotmc.org/6dec6b6057750dd0b307cd83558bbf3ba55f8eee?url=https%3A%2F%2Fi.gyazo.com%2F660c587e87335bfbade5cb7cef4edb46.gif)
Enable-Durability-Corruption: True
-
/scribe : Display commands
-
/scribe reload : Reload the Scribe config
-
/scribe info : Display info about your version of Scribe
-
scribe.use : Use Scribe's transfer feature (Given by default)
-
scribe.admin : Reload Scribe's config (OP only)
Code (Text):
Permissions:
#Should players need permission to use Scribe?
enable-permissions: true
Misc:
#Should players lose their item when its enchants are removed?
enable-destroy-item: true
#Should enchants be hidden until after the item is removed from the anvil?
enable-enchant-hiding: true
Enchants:
#Should <enchant> be transferable?
enabled-enchants:
DURABILITY: true
PROTECTION_ENVIRONMENTAL: true
LOOT_BONUS_BLOCKS: true
PROTECTION_FIRE: true
DIG_SPEED: true
PROTECTION_FALL: true
SILK_TOUCH: true
PROTECTION_EXPLOSIONS: true
PROTECTION_PROJECTILE: true
OXYGEN: true
WATER_WORKER: true
THORNS: true
ARROW_INFINITE: true
DAMAGE_UNDEAD: true
ARROW_FIRE: true
DAMAGE_ALL: true
ARROW_KNOCKBACK: true
KNOCKBACK: true
ARROW_DAMAGE: true
DAMAGE_ARTHROPODS: true
LOOT_BONUS_MOBS: true
FIRE_ASPECT: true
DEPTH_STRIDER: true
LUCK: true
LURE: true
Level:
#Should there be a max level players are allowed to transfer?
enable-max-level-transfer: true
#What is the level cap you'd like for each enchantment?
max-level-transfer:
DURABILITY: 3
PROTECTION_ENVIRONMENTAL: 4
LOOT_BONUS_BLOCKS: 3
PROTECTION_FIRE: 4
DIG_SPEED: 5
PROTECTION_FALL: 4
SILK_TOUCH: 1
PROTECTION_EXPLOSIONS: 4
PROTECTION_PROJECTILE: 4
OXYGEN: 3
WATER_WORKER: 1
THORNS: 3
ARROW_INFINITE: 1
DAMAGE_UNDEAD: 5
ARROW_FIRE: 1
DAMAGE_ALL: 5
ARROW_KNOCKBACK: 2
KNOCKBACK: 2
ARROW_DAMAGE: 5
DAMAGE_ARTHROPODS: 5
LOOT_BONUS_MOBS: 3
FIRE_ASPECT: 2
DEPTH_STRIDER: 3
LUCK: 3
LURE: 3
Durability:
#Should items past a certain durability percent be untransferable?
enable-min-durability: false
#What is the minimum durability percent?
min-durability-percent: 0
#Should durability effect the sucsess of transfering?
enable-durability-corruption: true
Cost:
#Should transfering cost experiance levels?
enable-cost: true
#What is the base cost to transfer?
base-cost: 2
#What is the cost you'd like for each enchantment?
enchantment-cost-per-level:
DURABILITY: 3
PROTECTION_ENVIRONMENTAL: 4
LOOT_BONUS_BLOCKS: 5
PROTECTION_FIRE: 3
DIG_SPEED: 3
PROTECTION_FALL: 4
SILK_TOUCH: 5
PROTECTION_EXPLOSIONS: 3
PROTECTION_PROJECTILE: 3
OXYGEN: 4
WATER_WORKER: 6
THORNS: 6
ARROW_INFINITE: 8
DAMAGE_UNDEAD: 3
ARROW_FIRE: 5
DAMAGE_ALL: 3
ARROW_KNOCKBACK: 6
KNOCKBACK: 4
ARROW_DAMAGE: 3
DAMAGE_ARTHROPODS: 3
LOOT_BONUS_MOBS: 5
FIRE_ASPECT: 5
DEPTH_STRIDER: 5
LUCK: 4
LURE: 3
#Should players need permission to use Scribe?
enable-permissions: true
Misc:
#Should players lose their item when its enchants are removed?
enable-destroy-item: true
#Should enchants be hidden until after the item is removed from the anvil?
enable-enchant-hiding: true
Enchants:
#Should <enchant> be transferable?
enabled-enchants:
DURABILITY: true
PROTECTION_ENVIRONMENTAL: true
LOOT_BONUS_BLOCKS: true
PROTECTION_FIRE: true
DIG_SPEED: true
PROTECTION_FALL: true
SILK_TOUCH: true
PROTECTION_EXPLOSIONS: true
PROTECTION_PROJECTILE: true
OXYGEN: true
WATER_WORKER: true
THORNS: true
ARROW_INFINITE: true
DAMAGE_UNDEAD: true
ARROW_FIRE: true
DAMAGE_ALL: true
ARROW_KNOCKBACK: true
KNOCKBACK: true
ARROW_DAMAGE: true
DAMAGE_ARTHROPODS: true
LOOT_BONUS_MOBS: true
FIRE_ASPECT: true
DEPTH_STRIDER: true
LUCK: true
LURE: true
Level:
#Should there be a max level players are allowed to transfer?
enable-max-level-transfer: true
#What is the level cap you'd like for each enchantment?
max-level-transfer:
DURABILITY: 3
PROTECTION_ENVIRONMENTAL: 4
LOOT_BONUS_BLOCKS: 3
PROTECTION_FIRE: 4
DIG_SPEED: 5
PROTECTION_FALL: 4
SILK_TOUCH: 1
PROTECTION_EXPLOSIONS: 4
PROTECTION_PROJECTILE: 4
OXYGEN: 3
WATER_WORKER: 1
THORNS: 3
ARROW_INFINITE: 1
DAMAGE_UNDEAD: 5
ARROW_FIRE: 1
DAMAGE_ALL: 5
ARROW_KNOCKBACK: 2
KNOCKBACK: 2
ARROW_DAMAGE: 5
DAMAGE_ARTHROPODS: 5
LOOT_BONUS_MOBS: 3
FIRE_ASPECT: 2
DEPTH_STRIDER: 3
LUCK: 3
LURE: 3
Durability:
#Should items past a certain durability percent be untransferable?
enable-min-durability: false
#What is the minimum durability percent?
min-durability-percent: 0
#Should durability effect the sucsess of transfering?
enable-durability-corruption: true
Cost:
#Should transfering cost experiance levels?
enable-cost: true
#What is the base cost to transfer?
base-cost: 2
#What is the cost you'd like for each enchantment?
enchantment-cost-per-level:
DURABILITY: 3
PROTECTION_ENVIRONMENTAL: 4
LOOT_BONUS_BLOCKS: 5
PROTECTION_FIRE: 3
DIG_SPEED: 3
PROTECTION_FALL: 4
SILK_TOUCH: 5
PROTECTION_EXPLOSIONS: 3
PROTECTION_PROJECTILE: 3
OXYGEN: 4
WATER_WORKER: 6
THORNS: 6
ARROW_INFINITE: 8
DAMAGE_UNDEAD: 3
ARROW_FIRE: 5
DAMAGE_ALL: 3
ARROW_KNOCKBACK: 6
KNOCKBACK: 4
ARROW_DAMAGE: 3
DAMAGE_ARTHROPODS: 3
LOOT_BONUS_MOBS: 5
FIRE_ASPECT: 5
DEPTH_STRIDER: 5
LUCK: 4
LURE: 3
Send in your video's to have them featured here!
Scribe is a free Minecraft Java mod. Downloaded 2,910 times (via Spigot). Download it and open it directly in the game.