Skip to content

NoName-txt/CommandRequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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.

You can download the plugin from Spigot.


Example Code JavaScript
function opPlayer(username){
  const post = fetch(`http://localhost:8080/command?username=root&password=secret&command=op ${username}`, {method: "POST"})
    .then(res => res.json());
  console.log(post);
}
opPlayer("NoNametxt");

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

About

Minecraft Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages