Skip to content

AbstractMenus is a GUI plugin for Minecraft servers that allows server owners and developers to create custom GUIs with ease.

Notifications You must be signed in to change notification settings

euj3ne/AbstractMenus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbstractMenus

license

AbstractMenus is a GUI plugin for SpigotMC servers that allows server owners and developers to create custom GUIs with ease. The plugin is designed to be user-friendly and easy to use, with a wide range of features and options to customize the GUIs to your liking. The plugin is also highly customizable, allowing you to create GUIs that fit your server's theme and style.

Due to the fact that Mojang often changes things on the server side, and the fact that many servers are often updated to the latest versions at short notice, we have decided to support only a few of the latest versions of Minecraft. We currently support versions from 1.20.6 onwards. This allows us to keep the code clean without using a bunch of wrappers for backwards compatibility, and also reduces the time to test the plugin functionality.

🔭Table of contents


🔗Links

Installation and build

Requirements:

  • Gradle 8.5+
  • JDK 21+
  1. Clone the repository using Git:
git clone https://github.com/euj3ne/AbstractMenus.git AbstractMenus
  1. Navigate to the project folder:
cd AbstractMenus
  1. Install Dependencies:
./gradlew build
  1. Build project
./gradlew shadowJar

About

AbstractMenus is a GUI plugin for Minecraft servers that allows server owners and developers to create custom GUIs with ease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • HTML 0.3%