BetterBloodPlus


► People have been searching for a good blood plugin usually used on popular servers, so i was thinking about making my own blood plugin to help you guys.


► What it does ?
It simply adds redstone torch particles on 2 by 2 blocks, it depends on the mob and when the entity dies it makes a Redstone Block-Break on death and for the player it is a bit diffent for the death, it creates dyed particles that spreads all around the death point of the player, I tried to make it the more real looking possible.

► What did I use to code the plugin ? : Eclipse Luna for Java
► Please do not try other version then 1.8 , this will cause some bugs or - code erros in the console.
► Any Questions ? My skype : killerwars2000 My youtube: https://www.youtube.com/user/KillerWars2000
► This plugins works with Spigot.1.8 and Craftbukkit 1.8
► You want more well just ask :) !


► Join our MineCraft Zombie, FFA,MMORPG, Quests, 3D Guns Server : crusade-craft.net
► Website : http:crusadecraft-mc.enjin.com/
Here are the screenshots :p


► Don't tell me that was not what were you searching for ? :P
-
View User Profile
-
Send Message
Posted Jun 23, 2015import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.Effect;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.Sound;
import org.bukkit.World;
import org.bukkit.World.Spigot;
import org.bukkit.entity.ArmorStand;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Item;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.entity.EntityDamageEvent;
import org.bukkit.event.entity.EntityDeathEvent;
import org.bukkit.event.entity.PlayerDeathEvent;
import org.bukkit.event.inventory.InventoryPickupItemEvent;
import org.bukkit.event.player.PlayerPickupItemEvent;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.ItemMeta;
import org.bukkit.plugin.PluginManager;
import org.bukkit.plugin.java.JavaPlugin;
import org.bukkit.scheduler.BukkitScheduler;
import org.bukkit.util.Vector;
-
View User Profile
-
Send Message
Posted Jun 8, 2015@TNGfire
Thanks mate =D Also enjoy your game.
-
View User Profile
-
Send Message
Posted Jun 7, 2015Wow,
That looks SUPAH cool.
But what was the +$3.25 thing in the blood
-
View User Profile
-
Send Message
Posted Jun 8, 2015Am sorry that I was on my friend's server testing my plugin and sometimes it happend that the server crashed :( but i've just updated the plugin to avoid and change the plugin title in the /plugin list for no confusion with the other bukkit plugin BetterBlood, the plugin with the coin system i don't really I'll ask y friend but the server is under maintenance for the moment, so i'll ask directly when the server will be set.
(French server) :P
- Stephen.N
-
View User Profile
-
Send Message
Posted Jun 8, 2015But if you want to create a bukkit plugin (for starters) i suggest you to download ecplipse or use java wich is more complex but here are the line of codes for a mob hit block-break.
import org.bukkit.Effect;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.entity.Entity;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.entity.EntityDamageByEntityEvent;
public class Test implements Listener {
public Test(Test Test) {
}
@EventHandler
public void onEffetITest(EntityDamageByEntityEvent e){
Entity entity = e.getEntity();
Location entityloc = entity.getLocation();
entity.getWorld().playEffect(entityloc, Effect.HURT_FLESH_SOUND, Material.REDSTONE_BLOCK);
-
View User Profile
-
Send Message
Posted Jun 7, 2015good plugin!
-
View User Profile
-
Send Message
Posted Jun 6, 2015I hope you enjoy it :D