Skip to content

Able to edit ItemStack attributes in Bukkit 1.17.1

License

Notifications You must be signed in to change notification settings

WMCAlliance/AttributeStorage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AttributeStorage

This library allows your plugin to edit ItemStack attributes in Bukkit/Spigot 1.7 - 1.8

You can use this as maven dependency: Repository:

		<reporitory>
			<id>comphenix-snapshots</id>
			<name>Comphenix Maven Snapshots</name>
			<url>http://repo.comphenix.net/content/repositories/snapshots/</url>
		</repository>

Dependency:

		<dependency>
			<groupId>com.comphenix.attribute</groupId>
			<artifactId>AttributeStorage</artifactId>
			<version>0.0.3-SNAPSHOT</version>
			<scope>compile</scope>
		</dependency>

#License This project is under the the MIT License (MIT), look at the LICENSE file for more informations.

About

Able to edit ItemStack attributes in Bukkit 1.17.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Java 100.0%