BME PLUS API
Valid from version 1.2.0
Starting with BME Plus
<dependency>
<groupId>MCGBluemapEssentialsplus</groupId>
<artifactId>MCGBluemapEssentials</artifactId>
<version>1.2.0</version>
<scope>system</scope>
<systemPath>PATHTOJARFILE</systemPath>
</dependency>Making a Module
Plugin BME = Bukkit.getPluginManager().getPlugin("BluemapEssentialsPlus");
if(BME != null && BME .isEnabled()){
//BME is loaded and exists
}Some tips and tricks
Using options
Using multiple types of markers in one set?
How to delete data?
What not to do?
Last updated