mirror of
https://github.com/songoda/EpicAnchors.git
synced 2024-11-22 18:15:53 +01:00
README.md + pom.xml: Updates some Songoda URLs to Craftaro
The image URL (and marketplace URLs that I didn't change) contain the new product ID. The ID changed sadly but I think they will be some work done to restore the old IDs, so I'm not updating them for now.
This commit is contained in:
parent
70741c3f7e
commit
cc2307f532
@ -1,6 +1,6 @@
|
||||
<!--suppress HtmlDeprecatedAttribute -->
|
||||
<div align="center">
|
||||
<img src="https://cdn2.songoda.com/products/epicanchors/QjwJ9jYUrWvaxe2fjg4n8CrsopkH0XUdj9zSasNK.png" width="128px">
|
||||
<img src="https://craftaro.com/images/products/333/icons/QjwJ9jYUrWvaxe2fjg4n8CrsopkH0XUdj9zSasNK.png" width="128px">
|
||||
|
||||
# EpicAnchors
|
||||
**Allow your players to keep chunks loaded for a limited amount of time for a cost.**
|
||||
|
20
pom.xml
20
pom.xml
@ -23,13 +23,13 @@
|
||||
</properties>
|
||||
|
||||
<issueManagement>
|
||||
<url>https://support.songoda.com/servicedesk/customer/portal/3</url>
|
||||
<system>Jira Service Desk</system>
|
||||
<url>https://discord.gg/craftaro</url>
|
||||
<system>Discord server</system>
|
||||
</issueManagement>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/songoda/EpicAnchors</url>
|
||||
<connection>scm:git:git://github.com/songoda/EpicAnchors.git</connection>
|
||||
<url>https://github.com/craftaro/EpicAnchors</url>
|
||||
<connection>scm:git:git://github.com/craftaro/EpicAnchors.git</connection>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
@ -69,11 +69,6 @@
|
||||
<pattern>com.songoda.core</pattern>
|
||||
<shadedPattern>com.songoda.epicanchors.core</shadedPattern>
|
||||
</relocation>
|
||||
|
||||
<relocation>
|
||||
<pattern>epicanchors.nms</pattern>
|
||||
<shadedPattern>com.songoda.epicanchors.nms</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
|
||||
<filters>
|
||||
@ -93,13 +88,6 @@
|
||||
<exclude>**</exclude>
|
||||
</excludes>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<artifact>com.songoda:epicanchors-v*</artifact>
|
||||
<includes>
|
||||
<include>**</include>
|
||||
</includes>
|
||||
</filter>
|
||||
</filters>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
@ -9,7 +9,7 @@ softdepend:
|
||||
- HolographicDisplays
|
||||
- Vault
|
||||
|
||||
author: Songoda
|
||||
author: Craftaro
|
||||
authors: [ SpraxDev ]
|
||||
website: ${project.url}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user