Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Latest commit

 

History

History
52 lines (44 loc) · 2.01 KB

File metadata and controls

52 lines (44 loc) · 2.01 KB

MenuLobby

GitHub Sponsors GitHub tag (latest by date) GitHub contributors GitHub last commit GitHub issues Static Badge

Installing Plugin

  • Download the plugin
  • Open your server files
  • Make sure u agre running java 8
  • Put the file into plugins

NOTE: Make sure u are running java 8 else this pl deasn't work.

Compiling your self

if you want to use this plugin on another java version you can compile this yourself
but its not recommended for normal users

Note: For start i recommend using a good ide

  • 1 - First u can start by setting ide up like:

    • Getting and downloading or cloning by:
    git clone https://github.com/Parsa3323/MenuLobby
    • openning the project with an ide
    • Installing dependencys
  • 2 - Download the java you want (For example we are doing 11)

    • Download the java file
    • Install it and get the path of the jar file
    • && You can download it in your ide
    • Open Settings and find the Java Version
    • Find the path or select the jar
  • 3 - Check for any code error

    • In differnt java's the function may be diffrent so changing java may make errors
    • check all the classes and check for any red thing
    • change the errors to the func must be in your java
    • Make sure u don't get any errors
    • Do not change any name or water mark or comment or...
  • 4 - Complile it

    • Run:
    mvn install

Thanks to:

Myself😢