Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages