Skip to content

MrJetby/EvilMobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Paper 1.16.5+
  • Treex 0.1.3+
  • Java 17

Example mob

https://www.youtube.com/watch?v=4qVqgTsaKAg

API

Repository
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
Dependency
<dependency>
	<groupId>com.github.MrJetby</groupId>
	<artifactId>EvilMobs</artifactId>
	<version>VERSION</version>
</dependency>
Example
 @EventHandler
    public void onDamage(MobDamageEvent e) {
        if (e.getDamager() instanceof Player player) {
            player.sendMessage("You damaged: "+e.getId());
        }
    }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages