Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MineBasic

How to Start

Follow the next steps:

  • Java 21
  • SpringBoot 3.4.1

Guide

  • ./gradlew clean
  • ./gradlew build
  • java -jar build/libs/minebasic-0.0.1-SNAPSHOT.jar

EndPoints

Root: /minebasic/v1
Path: /execute - POST

{
  "command": "kill",
  "arguments": "notch"
}
Path: /teleport - PUT

{
    "player": {
        "name" : "jeff"
    },
    "location" : {
        "x" : -1,
        "y" : 120,
        "z" : -1
    }
}
Path: /summon - POST

{
    "name" : "zombie",
      "amount" : 7,
    "location" : {
        "x" : -0,
        "y" : 64,
        "z" : -0
    }
}
Path: /give - POST

{
    "player": {
      "name" : "notch"
    },
    "name" : "diamond",
    "amount" : 777
}

About

API Rest with RCON Game Protocol, integrate with Minecraft Game.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages