dev-hydrogen / resources

Serve resource packs to players with only your server!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please use creative central instead, unless you are using this plugin as a dependency (i.e when using nightclub)

resources

Allows plugins to compile a resource pack completely on the server, and serves any resource pack to players!

Spigot and Minestom cross-compatible plugin with Unnamed Team's "creative" library included pre-shaded for developers, as well as acts as a resource pack host directly on the server.

Developers may add MetadataPart's and FileResource's to the ResourcePackHandler (Resources.getResourcePackHandler()) where a resource pack can be compiled entirely on the server from these parts, and then served out to players.

Check out Nightclub for an example on how im using this api! code explorer_Xyk3iS1ajz

Available on JitPack: https://jitpack.io/#dev-hydrogen/resources/1.1

<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>
<dependency>
	<groupId>com.github.dev-hydrogen</groupId>
	<artifactId>resources</artifactId>
	<version>1.1</version>
</dependency>

About

Serve resource packs to players with only your server!

License:MIT License


Languages

Language:Java 100.0%