0

Play Now

Click to Copy IP

plugins

  • Thread starter Thread starter Deleted member 24155
  • Start date Start date

plugins

D

Deleted member 24155

hi guys i just wanted to know what plugin you use to create enchantments for example sharpness 1000
 
I believe Essentials has an option in the config to enable "unsafe enchantments", that is enchantments that go past the max level obtainable in vanilla.
 
hi guys i just wanted to know what plugin you use to create enchantments for example sharpness 1000
dev man at your service.

The most common use for enchanting items w/ ench levels that are above the maximum for that ID is through the Essentials plugin. Make sure that in the config.yml you turn the allow unsafe enchantments boolean to true, that way you can do /enchant sharpness 1000 for example.

The other way is just through vanilla commands. Here's an example of a 1.16.3 command to give a sharpness 1000 sword:

/give <player> diamond_sword{Enchantments:[{id:sharpness,lvl:1000}]} 1
 
General Discussion
Back