CommandRequest icon

CommandRequest -----

CommandRequest



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.

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
 

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
 
Resource Information
Author:
----------
Total Downloads: 28
First Release: Sep 5, 2022
Last Update: Sep 5, 2022
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings