HomeJavaModsExtreme Items
Extreme Items
A lightweight plugin adding custom swords to the game these can be modified by the player and are fully config based.

This was my first official project and is still in development so please donate to help support it. Suggest new features below.

New Custom durability


Config
Code (YAML):

##A example list Add all sword names into it
#SwordNameList:
#- diamondblade
#- goldBlade
#Needed Modifiers
#name
#material
#Modifiers
    #Damage
    #Health
    #speed(In Percentages)
    #attackspeed
    #lore(use a table layout)
    #version(no decimal points) automaticly update items in a players inventory to match the new ones
    #custommodeldata (no decimal points)
    #durability(no decimal points)
#onhitabilities - only modifiers labled needed are required
    #lightningstrike
      #Modifiers:
          #damage - how much damage is done first
          #fakestrikes - How many visaul effect no damage strikes are done
          #strikes - how many real strikes are done
 
    #vampirism - allows someone to gain health when they attack
      #Modifiers:
          #healthtaken - needed - how much of the damage dealt is given as health to the player
 
    #potioneffect - apply potion effect to whatever is hit for a list of valid effects check here https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
      #Modifiers:
          #type - needed - type of effect given
          #duration - needed - duration of the effect
          #amplifier - needed - amplifier of the effect
#For color Codes Put the writing in "" and use &
#For more development with custom bows,wands,Staffs,Tridents ect Donate to my paypal https://www.paypal.com/biz/fund?id=5PJW4J7TNDNSA
SwordNameList
:
- diamondblade
- lightningblade
- vampiredagger
Swords
:
  diamondblade
:
    itemupdateversion
: 1
    name
: Hardend Diamond Blade
    damage
: 10
    health
: 0
    speed
: 100
    attackspeed
: 0
    material
: DIAMOND_SWORD
    lore
:
   - &4Add Lore here
    - &6New Lore
    durability
: 200
  lightningblade
:
    itemupdateversion
: 1
    name
: "&3Lightning Blade"
    damage
: 5
    attackspeed
: 5
    material
: GOLD_INGOT
    lore
:
   - "&4electricute your enemys"
    - &6New Lore
    durability
: 200
    onhitabilitys
:
      lightningstrike
:
        damage
: 1
        fakestrikes
: 40
        strikes
: 5
 
  vampiredagger
:
    itemupdateversion
: 1
    name
: "&4Vampire dagger"
    damage
: 5
    attackspeed
: 5
    material
: IRON_INGOT
    onhitabilitys
:
      vampirism
:
        healthtaken
: 50
      potioneffect
:
        type
: WITHER
        duration
: 12
        amplifier
: 2
 
 
 
 


 
Please leave a review with suggestions

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Extreme Items is a free Minecraft Java mod. Compatible with Minecraft 1.15, 1.16. Downloaded 799 times (via Spigot). Download it and open it directly in the game.

Explore more