forked from Upstream/mmocore
Build please
This commit is contained in:
parent
193d12f7b4
commit
d3f44e24a2
2
pom.xml
2
pom.xml
@ -122,7 +122,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.lumine</groupId>
|
<groupId>io.lumine</groupId>
|
||||||
<artifactId>MythicLib</artifactId>
|
<artifactId>MythicLib</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ public class PlayerData extends OfflinePlayerData {
|
|||||||
private PlayerData() {
|
private PlayerData() {
|
||||||
super(UUID.randomUUID());
|
super(UUID.randomUUID());
|
||||||
|
|
||||||
mmoData = new MMOPlayerData(null, null);
|
mmoData = new MMOPlayerData(null);
|
||||||
playerStats = new PlayerStats(this);
|
playerStats = new PlayerStats(this);
|
||||||
questData = new PlayerQuests(this, null);
|
questData = new PlayerQuests(this, null);
|
||||||
}
|
}
|
||||||
@ -447,7 +447,7 @@ public class PlayerData extends OfflinePlayerData {
|
|||||||
*
|
*
|
||||||
* @param value Experience to give the player
|
* @param value Experience to give the player
|
||||||
* @param source How the player earned experience
|
* @param source How the player earned experience
|
||||||
* @param loc Location used to display the hologram. If it's null, no
|
* @param hologramLocation Location used to display the hologram. If it's null, no
|
||||||
* hologram will be displayed
|
* hologram will be displayed
|
||||||
*/
|
*/
|
||||||
public void giveExperience(int value, EXPSource source, @Nullable Location hologramLocation) {
|
public void giveExperience(int value, EXPSource source, @Nullable Location hologramLocation) {
|
||||||
|
Loading…
Reference in New Issue
Block a user