mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-03-13 13:30:06 +01:00
added method to retrieve player data from mmocoreRpgPlayer
This commit is contained in:
parent
36399d734f
commit
a2de444c3a
@ -87,6 +87,10 @@ public class MMOCoreHook implements RPGHandler, Listener {
|
||||
|
||||
data = PlayerData.get(playerData.getPlayer());
|
||||
}
|
||||
|
||||
public PlayerData getData() {
|
||||
return data;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getLevel() {
|
||||
|
Loading…
Reference in New Issue
Block a user