[RPG] 🐺 Looty - Custom Items / Item Drop System / Grinder

Updated to version; 0.8.3
You can find the added features and changelogs on the first post.

Cheers
KAISERslin

@blood @simon816

How can I trigger destructed projectiles?
An arrow or a potion hitting the floor / mob / player …

I tested this and the DestructEntityEvent.

public class EventProjectileHit {
	
	@Listener 
	public void onProjectileHit(TargetProjectileEvent event) {
		Entity entity = event.getTargetEntity();
		
		System.out.println(entity.getType().getName());
	}
}

Cheers
KAISERslin

What do you mean by triggering destructed projectiles?

If you want to launch a projectile there is the method Projectile.launchProjectile

Examples:
Player fires an arrow and triggers an event on hit (ground or living entity).
Player throws a potion and tiggers an event on hit (ground or living entity).

There could be two events. On the actual throw / shoot and on hit.

Would open up some nice features.

There’s a DestructEntityEvent that you could listen to once it’s implemented for non-living entities.

Yea @blood already said that he will implement that. Shouldn’t be too much work.

Any news on DestructEntityEvent and InteractEvent on non living entities?

Still no server owner needing this for his concept?

Hello, does this work with custom blocks yet like otherdrops: ) when break a blocks drop custom items?

Hmm - Not yet, no.

Do you have a time :3 when it going to be mplement ^- ^ :smiley:

Does this plugin also have leveling?

I will continue working on it this month.

Hmm I’m actually interested in running an entire server for this plugin and RAWR, is it on the BETA version of Sponge yet?

1 Like

Not yet. I’m actually workin on it atm

Great, I’ll test it on sponge version 979, and use it on Beta once you have a working version.

Edit: Version which I downloaded as latest, but which reads as 8.2 in the console does not work with sponge 979.
I’ll wait for the next version.

Hey,
plugin has been updated to the newest Sponge Beta version.

@Darktilldawn @FourFire

Awesome! Lemme get this server up and going and I’ll let you know any errors and things of that nature. Looks like I’ve got a lot of coding to do xD

1 Like

Whoops - Uploaded the wrong version. DL again please :wink:

Was just about to say uhhh it crashed xD

1 Like