diff --git a/README.md b/README.md index 0c75f117..ac30a90b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BreweryX ![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue) [![Releases](https://img.shields.io/github/v/release/Jsinco/BreweryX)](https://github.com/Jsinco/BreweryX/releases/latest) +# BreweryX ![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue) [![Releases](https://img.shields.io/github/v/release/BreweryTeam/BreweryX)](https://github.com/BreweryTeam/BreweryX/releases/latest) #### BreweryX is an actively maintained fork of Brewery which includes many new features and gives support to the inactive plugin. Find more info below. @@ -47,7 +47,7 @@ The somewhat difficult brewing process rewards you with a diversity of Potions, ### **Find more info on the [Spigot page](https://www.spigotmc.org/resources/breweryx.114777/) for this plugin.** -#### Also see [Legacy Wiki](https://github.com/DieReicheErethons/Brewery/wiki) | [Releases](https://github.com/Jsinco/BreweryX/releases) +#### Also see [Legacy Wiki](https://github.com/DieReicheErethons/Brewery/wiki) | [Releases](https://github.com/BreweryTeam/BreweryX/releases) --- @@ -57,35 +57,10 @@ The somewhat difficult brewing process rewards you with a diversity of Potions, - [Depenizen support](https://github.com/DenizenScript/Depenizen/pull/430) for Denizen Scripters -### For Java developers, use any release jar locally or get any release from [Jitpack](https://jitpack.io/#Jsinco/BreweryX) +### For Java developers, use any release jar locally or get any release from [Jitpack](https://jitpack.io/#BreweryTeam/BreweryX) -## Maven +Check [the documentation](https://brewery.lumamc.net/api/api/) for more information. -```XML - - jitpack.io - https://jitpack.io - - - - com.github.Jsinco - BreweryX - 3.2.5 - provided - -``` - -## Gradle - -```groovy -repositories { - maven { url 'https://jitpack.io' } -} - -dependencies { - implementation 'com.github.Jsinco:BreweryX:3.2.1' -} -``` ### License This Project is licensed under GPLv3 diff --git a/docs/en/api/api.md b/docs/en/api/api.md index 0f296407..17da4a3d 100644 --- a/docs/en/api/api.md +++ b/docs/en/api/api.md @@ -12,7 +12,7 @@ For Java developers, use any release jar locally or preferably, use JitPack: - com.github.Jsinco + com.github.BreweryTeam BreweryX VERSION provided @@ -29,7 +29,7 @@ For Java developers, use any release jar locally or preferably, use JitPack: } dependencies { - implementation 'com.github.Jsinco:BreweryX:VERSION' + implementation 'com.github.BreweryTeam:BreweryX:VERSION' } ``` @@ -41,13 +41,13 @@ For Java developers, use any release jar locally or preferably, use JitPack: } dependencies { - implementation("com.github.Jsinco:BreweryX:VERSION") + implementation("com.github.BreweryTeam:BreweryX:VERSION") } ``` !!! warning - Don't forget to replace `VERSION` with a version [available on JitPack](https://jitpack.io/#Jsinco/BreweryX#releasesLink). + Don't forget to replace `VERSION` with a version [available on JitPack](https://jitpack.io/#BreweryTeam/BreweryX#releasesLink). You also need to add a dependency in the `plugin.yml` or `paper-plugin.yml` file. This ensures BreweryX loads before your plugin. diff --git a/docs/ru/api/api.md b/docs/ru/api/api.md index d1b4af11..2f9f384c 100644 --- a/docs/ru/api/api.md +++ b/docs/ru/api/api.md @@ -12,7 +12,7 @@ - com.github.Jsinco + com.github.BreweryTeam BreweryX VERSION provided @@ -29,7 +29,7 @@ } dependencies { - implementation 'com.github.Jsinco:BreweryX:VERSION' + implementation 'com.github.BreweryTeam:BreweryX:VERSION' } ``` @@ -41,13 +41,13 @@ } dependencies { - implementation("com.github.Jsinco:BreweryX:VERSION") + implementation("com.github.BreweryTeam:BreweryX:VERSION") } ``` !!! warning - Не забудьте заменить VERSION на версию [доступную на JitPack](https://jitpack.io/#Jsinco/BreweryX#releasesLink). + Не забудьте заменить VERSION на версию [доступную на JitPack](https://jitpack.io/#BreweryTeam/BreweryX#releasesLink). Вам также нужно добавить зависимость в файл `plugin.yml` или `paper-plugin.yml`. Это гарантирует, что BreweryX загрузится перед вашим плагином. diff --git a/mkdocs.yml b/mkdocs.yml index cef720c1..4c2d5e2c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: BreweryX site_author: Jsinco, szarkan -repo_url: https://github.com/Jsinco/BreweryX +repo_url: https://github.com/BreweryTeam/BreweryX theme: language: en @@ -102,7 +102,7 @@ extra: link: https://discord.gg/3FkNaNDnta name: Discord - icon: simple/github - link: https://github.com/Jsinco/BreweryX + link: https://github.com/BreweryTeam/BreweryX name: Github nav: - '': index.md