-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9188108
commit f550746
Showing
21 changed files
with
84 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
BungeeCord/src/main/java/hundeklemmen/bungeecord/script/labymod/LabymodEvents.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
package hundeklemmen.bungeecord.script.labymod; | ||
|
||
import hundeklemmen.shared.api.Drupi; | ||
import net.labymod.serverapi.bungee.event.LabyModPlayerJoinEvent; | ||
import net.labymod.serverapi.bungee.event.MessageReceiveEvent; | ||
import net.labymod.serverapi.bungee.event.MessageSendEvent; | ||
import net.labymod.serverapi.bungee.event.PermissionsSendEvent; | ||
import net.md_5.bungee.api.plugin.Listener; | ||
import net.md_5.bungee.event.EventHandler; | ||
|
||
public class LabymodEvents implements Listener { | ||
|
||
private Drupi drupi; | ||
|
||
public LabymodEvents(Drupi drupi){ | ||
this.drupi = drupi; | ||
} | ||
|
||
@EventHandler | ||
public void LabyMessageReceive(MessageReceiveEvent event){ | ||
drupi.callEvent("LabyModMessageReceiveEvent", event); | ||
} | ||
|
||
@EventHandler | ||
public void LabyModPlayerJoin(LabyModPlayerJoinEvent event){ | ||
drupi.callEvent("LabyModLabyModPlayerJoinEvent", event); | ||
} | ||
|
||
@EventHandler | ||
public void PermissionsSend(PermissionsSendEvent event){ | ||
drupi.callEvent("LabyModPermissionsSendEvent", event); | ||
} | ||
|
||
@EventHandler | ||
public void MessageSend(MessageSendEvent event){ | ||
drupi.callEvent("LabyModMessageSendEvent", event); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Drupi | ||
main: hundeklemmen.bungeecord.MainPlugin | ||
version: "0.4.2" | ||
version: "0.4.3" | ||
author: "Hundeklemmen" | ||
description: "Minecraft development made easy." | ||
website: "https://stacket.net/drupi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Generated by Maven | ||
#Thu Mar 26 21:56:13 CET 2020 | ||
#Sun Apr 05 16:11:26 CEST 2020 | ||
version=1.10.0 | ||
groupId=drupi.xyz | ||
artifactId=version.v1.10 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Generated by Maven | ||
#Thu Mar 26 21:56:14 CET 2020 | ||
#Sun Apr 05 16:11:27 CEST 2020 | ||
version=1.11.0 | ||
groupId=drupi.xyz | ||
artifactId=version.v1.11 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Generated by Maven | ||
#Thu Mar 26 21:56:15 CET 2020 | ||
#Sun Apr 05 16:11:27 CEST 2020 | ||
version=1.12.0 | ||
groupId=drupi.xyz | ||
artifactId=version.v1.12 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Generated by Maven | ||
#Thu Mar 26 21:56:17 CET 2020 | ||
#Sun Apr 05 16:11:29 CEST 2020 | ||
version=1.13.0 | ||
groupId=drupi.xyz | ||
artifactId=version.v1.13 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Generated by Maven | ||
#Thu Mar 26 21:56:12 CET 2020 | ||
#Sun Apr 05 16:11:24 CEST 2020 | ||
version=1.8.8 | ||
groupId=drupi.xyz | ||
artifactId=version.v1.8 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Generated by Maven | ||
#Thu Mar 26 21:56:13 CET 2020 | ||
#Sun Apr 05 16:11:25 CEST 2020 | ||
version=1.9.0 | ||
groupId=drupi.xyz | ||
artifactId=version.v1.9 |
Binary file not shown.