Skip to content

A lightweight Maven resource that can be shaded into a Spigot Plugin to facilitate fully hiding entities through packets

License

Notifications You must be signed in to change notification settings

Sentropic/EntityHider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EntityHider

A lightweight Maven resource that can be shaded into a Spigot Plugin to facilitate fully hiding entities through packets Designed so that multiple plugins can use it without causing incompatibilities.

How to include in your project

This dependency is not delivered as a jar file like a plugin. Instead, you can shade it inside your own plugin as a dependency. To do that, include the following in your pom.xml

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
        ...
<dependency>
    <groupId>com.github.Sentropic</groupId>
    <artifactId>EntityHider</artifactId>
    <version>VERSION</version>
</dependency>

About

A lightweight Maven resource that can be shaded into a Spigot Plugin to facilitate fully hiding entities through packets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published