Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 2.69 KB

README.md

File metadata and controls

80 lines (54 loc) · 2.69 KB

Logo

RealMines

Brand new, simple and efficient mine management plugin.

Build Issues Stars Chat)

Welcome to the RealMines plugin! This is a brand new mine management plugin. Coded in the 1.14 codebase, it's aim is to provide Server Owners and Players with a fast and reliable mines system.


Features

  • YAML Configuration
  • Simple and performant GUI interface
  • Reset System (by time or by percentages)
  • Search function for Adding Blocks
  • GUI for managing individual Mines
  • Player Input System to accept input from the user

Pictures

img img2 img3 img4 img5


Requirements

RealMines requires WorldEdit or FAWE to work.


API

You can access the RealMines API via the RealMinesAPI class:

var rmAPI = RealMinesAPI.getInstance();

You can get the list of Mines as follows:

var rmAPI = RealMinesAPI.getInstance();
rmAPI.getMineManager().getMines() 

and that will give you a Map<String, RMine> for you to discover. There are also two events from this API: RealMinesMineChangeEvent.java and RealMinesPluginLoadedEvent.java that can be listened to.


Links