Skip to content

giorno420/minecraft-shop-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Request Commands

A basic plugin to run commands using requests and authentication

im gonna make a more detailed readme later im tired

How to compile

  • install Java JDK 11
  • install Maven
  • install IntelliJ IDEA
  • install the Spigot plugin
  • clone this repo
  • open this using IntelliJ IDEA
  • run mvn package
  • open your /target directory
  • skip all the above steps and go to releases in this repository
  • get the GiornoShop.jarfrom there
  • copy paste that file into your Minecraft server's /plugins directory
  • do /restart in the server console
  • modify the config.yml according to your will
  • done :D

=

also this project is just a modification of ServerTap