Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying committed Jan 17, 2025
1 parent c34b95d commit d68e4bc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.carolina2k22</groupId>
<groupId>icu.carolinainthe</groupId>
<artifactId>mcstatushook</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>MCStatusHook</name>
Expand All @@ -18,7 +18,7 @@
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<url>https://mcstatushook.carolina2k22.com</url>
<url>https://carolinainthe.icu</url>

<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.carolina2k22.mcstatushook;
package icu.carolinainthe.mcstatushook;

import com.google.gson.Gson;
import org.bukkit.Bukkit;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.carolina2k22.mcstatushook;
package icu.carolinainthe.mcstatushook;

public class WebhookData {
String id;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# =============================== #
# NOTE: webhook_url MUST be changed to your webhook URL otherwise the plugin will not work.
webhook_url: "https://discord.com/api/webhooks/0/0"
online_msg: "The Minecraft Server is now :green_circle: **Online**, you can join on 1.18.2 with the IP `127.0.0.1`."
online_msg: "The Minecraft Server is now :green_circle: **Online**, you can join on 1.21.4 with the IP: `127.0.0.1`."
offline_msg: "The Minecraft Server is now :red_circle: **Offline**, see you later!"
6 changes: 3 additions & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: MCStatusHook
version: '${project.version}'
main: com.carolina2k22.mcstatushook.MCStatusHook
main: icu.carolinainthe.mcstatushook.MCStatusHook
api-version: 1.18
prefix: MCStatusHook
authors: [ Carolina2k22 ]
authors: [ carolinaisslaying ]
description: A lightweight and simple plugin that sends a message regarding a server's status to Discord via webhook.
website: https://mcstatushook.carolina2k22.com
website: https://carolinainthe.icu

0 comments on commit d68e4bc

Please sign in to comment.