HomeJavaModsCommandRequest
It allows us to enter commands in your server's CMD.
After selling a VIP, Item or Anything, you can use it to quickly deliver the purchased item to the Player.

Spoiler: Example Code JavaScript
Code (Text):

function opPlayer(username){
  const post = fetch("localhost:8080/command?username=root&password=secret&command=op NoNametxt", {method: "POST"})
    .then(res => res.json());
  console.log(post);
}
//Returns True if Successful
 

Spoiler: Config File
Code (Text):

# CommandRequest
# Usage:
# It can only be used with the Post method.
# localhost:8080/command?username=root&password=secret&command=op NoNametxt

username: "root"
password: "secret"
url: "/command" # localhost:PORT/command
port: 8080 # localhost:8080
 
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

CommandRequest is a free Minecraft Java mod. Compatible with Minecraft 1.12. Downloaded 36 times (via Spigot). Download it and open it directly in the game.

Explore more