Skip to content

Commit

Permalink
Update links to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadwey committed Nov 17, 2024
1 parent 66a4c60 commit ffba1ad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 39 deletions.
33 changes: 4 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)

---

Expand All @@ -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
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>

<dependency>
<groupId>com.github.Jsinco</groupId>
<artifactId>BreweryX</artifactId>
<version>3.2.5</version>
<scope>provided</scope>
</dependency>
```

## Gradle

```groovy
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Jsinco:BreweryX:3.2.1'
}
```
### License

This Project is licensed under GPLv3
8 changes: 4 additions & 4 deletions docs/en/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For Java developers, use any release jar locally or preferably, use JitPack:
</repository>

<dependency>
<groupId>com.github.Jsinco</groupId>
<groupId>com.github.BreweryTeam</groupId>
<artifactId>BreweryX</artifactId>
<version>VERSION</version>
<scope>provided</scope>
Expand All @@ -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'
}
```

Expand All @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions docs/ru/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</repository>

<dependency>
<groupId>com.github.Jsinco</groupId>
<groupId>com.github.BreweryTeam</groupId>
<artifactId>BreweryX</artifactId>
<version>VERSION</version>
<scope>provided</scope>
Expand All @@ -29,7 +29,7 @@
}

dependencies {
implementation 'com.github.Jsinco:BreweryX:VERSION'
implementation 'com.github.BreweryTeam:BreweryX:VERSION'
}
```

Expand All @@ -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 загрузится перед вашим плагином.

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ffba1ad

Please sign in to comment.