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.
After selling a VIP, Item or Anything, you can use it to quickly deliver the purchased item to the Player.
Spoiler: Example Code JavaScript
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
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
# 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
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
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.12
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.