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.
- 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
RealMines requires WorldEdit or FAWE to work.
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.