Skip to content

Commit

Permalink
Migrate to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Programie committed Sep 30, 2023
1 parent 85d5799 commit 5430a55
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build package

on: push

permissions:
contents: write

jobs:
build:
uses: programie/Workflows/.github/workflows/build-minecraft-plugin.yml@main
secrets: inherit
with:
curseforge_id: 60425
modrinth_id: fitNd0zm
game_versions: '>= 1.12.2'
7 changes: 0 additions & 7 deletions .gitlab-ci.yml

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ A Minecraft Bukkit plugin which lets mobs talk to the player.

![](screenshot.png)

[![pipeline status](https://gitlab.com/Programie/TalkingMobs/badges/master/pipeline.svg)](https://gitlab.com/Programie/TalkingMobs/commits/master)
[![download from GitLab](https://img.shields.io/badge/download-Releases-blue?logo=gitlab)](https://gitlab.com/Programie/TalkingMobs/-/releases)
[![actions status](https://github.com/Programie/TalkingMobs/actions/workflows/build.yml/badge.svg)](https://github.com/Programie/TalkingMobs/actions/workflows/build.yml)
[![download from GitHub](https://img.shields.io/badge/download-Releases-blue?logo=github)](https://github.com/Programie/TalkingMobs/releases/latest)
[![download from Modrinth](https://img.shields.io/badge/download-Modrinth-blue?logo=modrinth)](https://modrinth.com/plugin/talkingmobs)
[![download from CurseForge](https://img.shields.io/badge/download-CurseForge-blue?logo=curseforge)](https://www.curseforge.com/minecraft/bukkit-plugins/talkingmobs)
[![view on Website](https://img.shields.io/badge/view-Website-blue)](https://selfcoders.com/projects/talkingmobs)


## Permissions
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@

<name>TalkingMobs</name>
<description>Let mobs talk to players on events like damage or death</description>
<url>https://gitlab.com/Programie/TalkingMobs</url>
<url>https://github.com/Programie/TalkingMobs</url>

<scm>
<developerConnection>scm:git:ssh://git@github.com/Programie/TalkingMobs.git</developerConnection>
<tag>HEAD</tag>
</scm>

<properties>
<bukkit-api-version>1.12.2</bukkit-api-version>
Expand Down

0 comments on commit 5430a55

Please sign in to comment.