Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weihao/enchantmentsenhance
✨ EE is a game progression mechanism plugin for spigot.
https://github.com/weihao/enchantmentsenhance
bukkit bukkit-plugin enchantments enchants kotlin paper-plugin papermc spigot spigot-plugin
Last synced: about 2 months ago
JSON representation
✨ EE is a game progression mechanism plugin for spigot.
- Host: GitHub
- URL: https://github.com/weihao/enchantmentsenhance
- Owner: weihao
- License: gpl-3.0
- Archived: true
- Created: 2017-12-29T06:57:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T01:13:31.000Z (over 3 years ago)
- Last Synced: 2024-09-22T21:31:14.045Z (about 2 months ago)
- Topics: bukkit, bukkit-plugin, enchantments, enchants, kotlin, paper-plugin, papermc, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 10.6 MB
- Stars: 32
- Watchers: 7
- Forks: 19
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#
[![CircleCI](https://circleci.com/gh/weihao/EnchantmentsEnhance.svg?style=svg)](https://circleci.com/gh/weihao/EnchantmentsEnhance)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3%2b-brightgreen.svg)](https://kotlinlang.org)
[![Java](https://img.shields.io/badge/Java-8%2b-brightgreen.svg)](https://www.java.com/)
[![Languages](https://img.shields.io/github/languages/count/weihao/EnchantmentsEnhance.svg)](https://github.com/weihao/EnchantmentsEnhance/issues)
[![License](https://img.shields.io/badge/license-GPL-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![bStats](https://img.shields.io/badge/bStats-deployed-3366ff.svg?style=flat)](https://bstats.org/plugin/bukkit/EnchantmentsEnhance)
[![Spiget Download Size](https://img.shields.io/spiget/download-size/51635)](https://www.spigotmc.org/resources/enchantmentsenhance-gear-progression-mechanics-with-customized-enchantments.51635/)# [](https://app.circleci.com/github/weihao/EnchantmentsEnhance/pipelines)
[![Download](https://img.shields.io/spiget/downloads/51635.svg)](https://www.spigotmc.org/resources/enchantmentsenhance-gear-progression-mechanics-with-customized-enchantments.51635/)
[![Spiget Stars](https://img.shields.io/spiget/stars/59555.svg)](https://www.spigotmc.org/resources/enchantmentsenhance-gear-progression-mechanics-with-customized-enchantments.51635/)
[![Spiget Rating](https://img.shields.io/spiget/rating/51635.svg)](https://www.spigotmc.org/resources/enchantmentsenhance-gear-progression-mechanics-with-customized-enchantments.51635/)
[![Jitpack](https://jitpack.io/v/weihao/EnchantmentsEnhance.svg)](https://jitpack.io/#weihao/EnchantmentsEnhance/)## Compatibility
![Spiget tested server versions](https://img.shields.io/spiget/tested-versions/51635)
[Bukkit](https://bukkit.org)
[Spigot](https://spigotmc.org)
[Paper](https://github.com/PaperMC/Paper)
## Introduction
[Wiki](https://github.com/weihao/EnchantmentsEnhance/wiki)
[Change Log](https://github.com/weihao/EnchantmentsEnhance/blob/master/CHANGELOG.md)
[Website](.)
## Localization
- [x] English
- [x] Simplified Chinese
- [x] Russian## Install
1. Download plugin jarfile
2. Stop the server
3. Place jar file in the `plugins` folder
4. Start the server
5. Configure the plugin
6. Restart the server## Building
#### Dependency
EnchantmentsEnhance uses `Maven` to manage project dependencies.
#### Requirements
- IntelliJ IDEA
- JDK 8
- Kotlin 1.3.x
- Maven 3.5.x
- Git
- Make (_Optional_)
- Docker (_Optional_)Then run:
```sh
git clone https://github.com/weihao/EnchantmentsEnhance.git
cd EnchantmentsEnhance
mvn install package
```You can find the output file in the `target` directory of the corresponding module.
## Contributing
PRs are welcome! If you want, added yourself in the CONTRIBUTORS.md when you submit a PR.
## Disclaimer
I claim no copyright to the included assets of:
- The images used in the repository.
These assets are copyrighted to the its copyright owner.
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2F25%2FEnchantmentsEnhance.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2F25%2FEnchantmentsEnhance?ref=badge_large)