mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-03-10 22:03:57 +01:00
Display API version, fix difficulty enums missing
This commit is contained in:
parent
ff47610424
commit
5e0903086e
@ -132,7 +132,7 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
|
|||||||
}
|
}
|
||||||
this.banker = new AllPay(this, tag + " ");
|
this.banker = new AllPay(this, tag + " ");
|
||||||
// Output a little snippet to show it's enabled.
|
// Output a little snippet to show it's enabled.
|
||||||
this.log(Level.INFO, "- Version " + this.getDescription().getVersion() + " Enabled - By " + getAuthors());
|
this.log(Level.INFO, "- Version " + this.getDescription().getVersion() + " (API v" + Protocol + ") Enabled - By " + getAuthors());
|
||||||
this.checkServerProps();
|
this.checkServerProps();
|
||||||
|
|
||||||
this.registerEvents();
|
this.registerEvents();
|
||||||
|
@ -13,5 +13,5 @@ package com.onarandombox.MultiverseCore.enums;
|
|||||||
* @author fernferret
|
* @author fernferret
|
||||||
*/ // Color == Aliascolor
|
*/ // Color == Aliascolor
|
||||||
public enum SetProperties {
|
public enum SetProperties {
|
||||||
alias, animals, monsters, pvp, scaling, aliascolor, color, respawn, currency, curr, price, scale, spawnmemory, memory, weather, storm, gamemode, mode, hunger
|
alias, animals, monsters, pvp, scaling, aliascolor, color, respawn, currency, curr, price, scale, spawnmemory, memory, weather, storm, gamemode, mode, hunger, difficulty, diff
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user