Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
[+] /stats Befehl
[+] Release
  • Loading branch information
EinfachAlex committed Mar 24, 2018
1 parent 524d0f5 commit c641736
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/de/einfachalex/einfachmc/EinfachMCAddon.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ public boolean onSend(String message){
return true;
case "/start":
LabyModCore.getMinecraft().getPlayer().sendChatMessage("/trigger start set 1");
return true;
case "/stats":
LabyModCore.getMinecraft().getPlayer().sendChatMessage("/trigger stats set 1");
return true;
case "/gm 0":
LabyModCore.getMinecraft().getPlayer().sendChatMessage("/gamemode 0");
return true;
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/addon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"uuid": "%uuid%",
"name": "EinfachMCAddon",
"mainClass": "de.einfachalex.einfachmc.EinfachMCAddon",
"description": "This Addon allows you to use simple commands like \"/hub\", \"/coins\", etc. on our Minecraft-Server \"einfachmc.de\". \nOur Minecraft Server is fully Vanilla, which means there are no Plugins, only Command blocks, and Functions. Because of that, we don't have Commands like \"/hub\". To get to our Hub normally you would have to use \"/trigger hub set 1\". To query your coins \"/trigger coins set 1\". With this Addon, you can simply use \"/hub\" and \"/coins\" like you know it from other Servers.",
"version": 1,
"author": "EinfachAlexYT",
"category": 3,
"icon": "http://einfachmc.de/scheishaufen.png"
"mainClass": "de.einfachalex.einfachmc.EinfachMCAddon"
}

0 comments on commit c641736

Please sign in to comment.