HomeJavaModsOne Piece's DevilsFruits (100+ Fruits) (Logia, Paramecia, Zoan) (1.14)
One Piece's DevilsFruits (100+ Fruits) (Logia, Paramecia, Zoan) (1.14)
ModsJava

One Piece's DevilsFruits (100+ Fruits) (Logia, Paramecia, Zoan) (1.14)

one piece, devilsfruits, teufelsfrucht, teufelsfrüchte, minecraft, skills. Free Minecraft Java mod for 1.14.

⬇ Download on Spigot
OUTDATED: Check out the new plugin!


Soft-Dependencies:


An implementation of devilsfruits from One Piece.

Im working on more fruits/skills but it needs time an creativity. So if you wanna support, just share your ideas how to design devilfruit power in minecraft :)

On updating the version of this plugin you dont need to removed its persistance folder "lp-devilsfruits" in your plugin directory.

So you just can remove the old lp-devilsfruits.jar from your plugin directory and add the new one. Reload after that and all features will be available, as its nothing more explicitly said by me in this thread.


Negative Effects:

Sea Stone:

There are weapons like Sea Stone Arrow which can shoot with a bow or crossbow. They can not do damage to a non-devilfruit owner. As it hits a devilfruit owner, the target got be stunned, posioned and weaker. Also the target lost 1 level per hit, which let him get weaker cause devil fruit power increase by character level.

No swimming:


Once you ate a fruit you won't be able to swim anymore. Even you try to swim, you will sink down to the ground and there is no real chance to get up again without teleportation or external help.

Fruit Elements:

- Logia (Owner of this fruit are invulnerable by physical damage)
- Paramecia
- Zoan

Currently useable fruits with a description of slots and its power:

- Fire Fruit (Immunity: Fire)

1: Shoot small fireballs which amount increase with your level
2: Shoot a fireball which stength depends on your level
3: Spawn a fire cross on your location which grows with your level
4: Firejump
5: Ride on a fireball
- Thunder Fruit
1: Lightning strike right in front of your current position
2: Lightning strike on near by enemies (amount depends on your level)
3: thunderjump

- Snow Fruit
1: Spawn snowballs which amount increase with your level
2: Spawn snowman which amounts increase with your level
4: Snowjump
5: Ride on a sbowball
- Sand Fruit
1. shoot projectibles which amount increase with your level
2. spawn a sand cross which size depends on your character level
3. spawn a sandstorm on the current chunk which size depends on your character level
4. teleport while standing on sand/sandstone/soul sand or red sand
5. make invisible and leaf a yellow cloud where players can know your last location
6: Fly

- DarknessFruit
1: Shoot skulls which amount increase with your level
2: Shoot a dragon fire ball which strength depends on your level
3: Wrap players into darkness
4: Ride on a endereye
- Magma Fruit(Immunity: Fire, Lava)
1: Spawn a lava floor on your location which grows with your level
2: Magmajump

- Smoke Fruit
1. shoot projectibles which amount increase with your level
2. Smoke explosion spawns a explosion in a radius which damage near entities
3. Hide into smoke for a few seconds
4. Flight with hiding into smoke


- Invisible Fruit

1: Makes user invisible
2: Makes near players invisible for short amount of time (NOT IMPLEMENTED YET)
- Weapon Fruit
1: Throws million arrows to target location which amount increase on character level
2: Sword (Enchanted)
3: Axe (Enchanted)
4: Pickaxe (Enchanted)
5: Shovel (Enchanted)
6: Hoe (Enchanted)
- Flight Fruit
1: Toggle Fly (left click + space to activate)
- Ghost Fruit
1: Toggle Collision with player/entity
2: Levitate up in the air and fall slow to the ground
- Healing Fruit
1: Healing duration depends on your level
2: Heal all nearby entites without yourself

- Sleep Fruit
1: Let targets asleep (right click on entity to use)

Images:

Sea Stone Arrow Crafting
[​IMG]


All fruits in the game

[​IMG]
Consuming a Fruit
[​IMG]


Logia Fruits

Fire Fruit

Spoiler
[​IMG]


Snow Fruit

Spoiler
[​IMG]

Sand Fruit

Spoiler
[​IMG]

Thunder Fruit

Spoiler
[​IMG]

Paramecia Fruits

Weapon Fruit

Spoiler
Weapons Skill on Level 0+
[​IMG]
Weapons Skill on Level 10+
[​IMG]
Weapons Skill on Level 20+
[​IMG]
Weapons Skill on Level 30+
[​IMG]
Weapons Skill on Level 40+
[​IMG]

Healing Fruit

Spoiler
[​IMG]



Flight Fruit

Spoiler
[​IMG]



Loose skills on death
[​IMG]

Commands:

/fruit <fruitname> - For operators only (just for development or fun)


How it works:

1. You will get randomly get a fruit by a monster drop with a chance of 1%.

2. As you got it you will able to consume it if you are not consumed a fruit and owned it power yet.

3.After consuming you will at least gain 1 skill you can use without any costs.

4. To use a skill just pick an EMPTY item slot in your actionbar and interact in the world (just click into the air or on a object etc) to activate the power of your fruit.

(Optional) 5.
Some fruits contains more than 1 skills so switch your itemslots on the your action bar (which must be also EMPTY) you use other skills of you fruit.

Note that the power of fruits will get lost when you die.


(Not implemented yet)
Fruits could be exchange to gold which is the currency for devilsfruits. Gold could be selled in every economic plugin so its easy to combine with it.

(Not implemented yet)
Ultimate attacks which can be activated doing /ultimate or /ulti. After that next time you interact with environment you will perform ultimate attack.




Currently the following fruits are implemented:

Spoiler: Implemented Fruits
Code (Java):

 
        //Logia

        list. add ( new CandyFruit ( ) ) ;
        list. add ( new DarknessFruit ( ) ) ;
        list. add ( new FireFruit ( ) ) ;
        list. add ( new FreezeFruit ( ) ) ;
        list. add ( new GasFruit ( ) ) ;
        list. add ( new LiquidFruit ( ) ) ;
        list. add ( new MagmaFruit ( ) ) ;
        list. add ( new PaperFruit ( ) ) ;
        list. add ( new SandFruit ( ) ) ;
        list. add ( new SmokeFruit ( ) ) ;
        list. add ( new SnowFruit ( ) ) ;
        list. add ( new SparkFruit ( ) ) ;
        list. add ( new SwampFruit ( ) ) ;
        list. add ( new ThunderFruit ( ) ) ;


        //Zoan

        list. add ( new AlpacaFruit ( ) ) ;
        list. add ( new BatFruit ( ) ) ;
        list. add ( new BirdFruit ( ) ) ;
        list. add ( new BullFruit ( ) ) ;
        list. add ( new CatFruit ( ) ) ;
        list. add ( new DogsFruit ( ) ) ;
        list. add ( new ElephantFruit ( ) ) ;
        list. add ( new HorsesFruit ( ) ) ;
        list. add ( new HumaBeingHumanFruit ( ) ) ;
        list. add ( new InsectsFruit ( ) ) ;
        list. add ( new IronBladeFruit ( ) ) ;
        list. add ( new KoalabearFruit ( ) ) ;
        list. add ( new MoleFruit ( ) ) ;
        list. add ( new SalamanderFruit ( ) ) ;
        list. add ( new SnakesFruit ( ) ) ;
        list. add ( new TurtlesFruit ( ) ) ;


        //Paramecia

        list. add ( new AdhesiveFruit ( ) ) ;
        list. add ( new AimFruit ( ) ) ;
        list. add ( new AlabasterFruit ( ) ) ;
        list. add ( new ArtFruit ( ) ) ;
        list. add ( new BarrierFruit ( ) ) ;
        list. add ( new BerryFruit ( ) ) ;
        list. add ( new BiscuitFruit ( ) ) ;
        list. add ( new BoilFruit ( ) ) ;
        list. add ( new BombsFruit ( ) ) ;
        list. add ( new BooksFruit ( ) ) ;
        list. add ( new CastleFruit ( ) ) ;
        list. add ( new ChainFruit ( ) ) ;
        list. add ( new ClothesFruit ( ) ) ;
        list. add ( new ColorsFruit ( ) ) ;
        list. add ( new CookFruit ( ) ) ;
        list. add ( new CopyFruit ( ) ) ;
        list. add ( new CreamFruit ( ) ) ;
        list. add ( new CubeFruit ( ) ) ;
        list. add ( new DearFruit ( ) ) ;
        list. add ( new BombsFruit ( ) ) ;
        list. add ( new EarthquakeFruit ( ) ) ;
        list. add ( new FetterFruit ( ) ) ;
        list. add ( new FlightFruit ( ) ) ;
        list. add ( new FloraFruit ( ) ) ;
        list. add ( new FlutterFruit ( ) ) ;
        list. add ( new FoamFruit ( ) ) ;
        list. add ( new FoldingDoorFruit ( ) ) ;
        list. add ( new GhostsFruit ( ) ) ;
        list. add ( new GlitterFruit ( ) ) ;
        list. add ( new GoldFruit ( ) ) ;
        list. add ( new GumGumFruit ( ) ) ;
        list. add ( new HappinessFruit ( ) ) ;
        list. add ( new HealingFruit ( ) ) ;
        list. add ( new HeatFruit ( ) ) ;
        list. add ( new HobbyFruit ( ) ) ;
        list. add ( new HormoneFruit ( ) ) ;
        list. add ( new ImitationFruit ( ) ) ;
        list. add ( new InvisibilityFruit ( ) ) ;
        list. add ( new JacketsFruit ( ) ) ;
        list. add ( new KiloFruit ( ) ) ;
        list. add ( new LameFruit ( ) ) ;
        list. add ( new LampsFruit ( ) ) ;
        list. add ( new LaundryFruit ( ) ) ;
        list. add ( new MemoryFruit ( ) ) ;
        list. add ( new MetricTonsFruit ( ) ) ;
        list. add ( new MiniFruit ( ) ) ;
        list. add ( new MochiFruit ( ) ) ;
        list. add ( new MoreFruit ( ) ) ;
        list. add ( new MotivationsFruit ( ) ) ;
        list. add ( new MunchFruit ( ) ) ;
        list. add ( new MushroomFruit ( ) ) ;
        list. add ( new NeedleFruit ( ) ) ;
        list. add ( new NetworkFruit ( ) ) ;
        list. add ( new NitroFruit ( ) ) ;
        list. add ( new OperationsFruit ( ) ) ;
        list. add ( new PawsFruit ( ) ) ;
        list. add ( new PetFruit ( ) ) ;
        list. add ( new PlantsFruit ( ) ) ;
        list. add ( new PlasmaFruit ( ) ) ;
        list. add ( new PoisonFruit ( ) ) ;
        list. add ( new ResetFruit ( ) ) ;
        list. add ( new RockfallFruit ( ) ) ;
        list. add ( new RotierFruit ( ) ) ;
        list. add ( new RustFruit ( ) ) ;
        list. add ( new SchleckFruit ( ) ) ;
        list. add ( new SeparatedFruit ( ) ) ;
        list. add ( new SewingFruit ( ) ) ;
        list. add ( new ShadowFruit ( ) ) ;
        list. add ( new ShaveFruit ( ) ) ;
        list. add ( new ShoveFruit ( ) ) ;
        list. add ( new SickleFruit ( ) ) ;
        list. add ( new SilentlyFruit ( ) ) ;
        list. add ( new SleepFruit ( ) ) ;
        list. add ( new SoulsFruit ( ) ) ;
        list. add ( new SoundFruit ( ) ) ;
        list. add ( new SpaceFruit ( ) ) ;
        list. add ( new SpiralFruit ( ) ) ;
        list. add ( new StaringFruit ( ) ) ;
        list. add ( new StingFruit ( ) ) ;
        list. add ( new StoneFruit ( ) ) ;
        list. add ( new SwimmingFruit ( ) ) ;
        list. add ( new ThreadFruit ( ) ) ;
        list. add ( new TireFruit ( ) ) ;
        list. add ( new TonsEmpireFruit ( ) ) ;
        list. add ( new VoteFruit ( ) ) ;
        list. add ( new WaxFruit ( ) ) ;
        list. add ( new WeaponsFruit ( ) ) ;
        list. add ( new WheelFruit ( ) ) ;
        list. add ( new WhisperFruit ( ) ) ;
        list. add ( new WringFruit ( ) ) ;
 

Commands

Plugin details

Read from the plugin's own plugin.yml.

One Piece's DevilsFruits (100+ Fruits) (Logia, Paramecia, Zoan) (1.14) is a free Minecraft Java mod. Compatible with Minecraft 1.14. Downloaded 37,667 times (via Spigot). Download it and open it directly in the game.

Explore more