Skip to content

An advanced Item Framework for paper (NOT SPIGOT)

License

Notifications You must be signed in to change notification settings

xshley/IFramework

Repository files navigation

IFramework

An advanced Item Framework for paper (NOT SPIGOT) This IS NOT compatible with spigot (I don't plan on making it for a while, however make an issue if you really need)

Currently, Items are not dynamic, and you might have to write your own Builder implementation if you need, you can also make it as a contribution, if there is an open issue for it.

EXAMPLES

Hypixel-Like Item implementation

Maven & Gradle

Maven

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.Wyvii</groupId>
    <artifactId>IFramework</artifactId>
    <version>Tag</version>
</dependency>

Gradle

allprojects {
    repositories {
    maven { url 'https://jitpack.io' }
  }
}
dependencies {
    implementation 'com.github.Wyvii:IFramework:Tag'
}

Contributing

If you wish to contribute, (which is much appreciated) I would prefer if you looked through the open issues, find something that as far as you know no-one is working on.

After that, please make a comment on the issue stating that you are now working on it, to tell other people that you are busy with that issue.

Once you are finished please make a pull request, and it will get reviewed.

TODO

  • Dynamic Items
  • More base components

Authors

  • Ashy (Wyvi/Wyvii) (discord: Wyvi), if you wish to contact me use my discord.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

An advanced Item Framework for paper (NOT SPIGOT)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages