Skip to content

Serve resource packs to players with only your server!

License

Notifications You must be signed in to change notification settings

dev-hydrogen/resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>