Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void setPetName(Player player, String petName) {
- EchoPetAPI api = EchoPetAPI.getAPI();
- if (api.hasPet(player)) {
- IPet pet = api.getPet(player);
- pet.setPetName(petName);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment