A Premium, Action-Packed Custom Enchantments Plugin made for Spigot 1.14+, written in Kotlin.
About
PlasmaEnchants was designed for an advanced user-experience and seamless administration. Created by the innovative minds at Team Inceptus, the goal is to provide an amazing and unique experience to both users and server administrators through the features of the Spigot API alone.
- Efficient: PlasmaEnchants was designed in the Kotlin language, providing a unique method of handling events and creating elements for a optimized experience.
- Simple: PlasmaEnchants is one of the most well-documented premium plugins on the market, allowing for easy customization and modification. We also offer an easy-to-learn API for directly modifying plugin behavior to your liking.
- Unique: Unlike other Custom Enchantment Plugins, our is both cheap, reliable, and flexible with the customer in mind.
- Transparent: Despite being a premium plugin, all source code and implementation is open source for developers to contribute, test, and modify. Please consider supporting our work :)
Purchase and download the plugin on our Spigot Page, and drop it in to your Spigot/Paper "plugins" folder.
This plugin is built in Kotlin. While the plugin will automatically download the necessary libraries for the plugin to run, it is recommended that you install the Kotlin Spigot Plugin. This is only required if you are running on a server version below 1.16.
🤝 v1.1.1 - December 27, 2023
- Added Piglin Bartering Configuration for Enchantments
- Minor Bug Fixes
🪓 v1.1.0 - October 26, 2023
- Added Various Wood Artifacts (Oak, Birch, Spruce, etc.)
- Added Friendship Enchantment
- Dependency Updates
- Update Command Handler & CI Internals
- Fix issues on 1.20.2
🐛 v1.0.1 - August 31, 2023
- Fixed some Artifact & Enchantment Bugs
- Internal Optimization
- Update to Kotlin v1.9.x
- Added the
BRICK
Artifact for 1.20+
⚔️ v1.0.0 - June 28, 2023
First Release of PlasmaEnchants
Coming Soon...
JavaDocs: https://plasmaenchants.teaminceptus.us
Maven
<project>
<repositories>
<repository>
<id>codemc-releases</id>
<url>https://repo.codemc.io/repository/maven-releases/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>us.teaminceptus.plasmaenchants</groupId>
<artifactId>plasmaenchants-api</artifactId>
<version>[VERSION]</version>
</dependency>
</dependencies>
</project>
Gradle (Groovy)
repositories {
maven { url 'https://repo.codemc.io/repository/maven-releases/' }
}
dependencies {
implementation 'us.teaminceptus.plasmaenchants:plasmaenchants-api:[VERSION]'
}
Gradle (Kotlin DSL)
repositories {
maven(url = "https://repo.codemc.io/repository/maven-releases/")
}
dependencies {
implementation('us.teaminceptus.plasmaenchants:plasmaenchants-api:[VERSION]')
}