Skip to content

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

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
functionopPlayer(username){constpost=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 NoNametxtusername: "root"password: "secret"url: "/command"# localhost:PORT/commandport: 8080# localhost:8080

About

Minecraft Plugin

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages