mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Diminishing returns now has an optional minimum gains setting
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
package com.gmail.nossr50.events.party;
|
||||
|
||||
import com.gmail.nossr50.datatypes.party.Party;
|
||||
import org.bukkit.event.Cancellable;
|
||||
import org.bukkit.event.Event;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
||||
import com.gmail.nossr50.datatypes.party.Party;
|
||||
|
||||
public class McMMOPartyLevelUpEvent extends Event implements Cancellable {
|
||||
private Party party;
|
||||
private int levelsChanged;
|
||||
|
@ -1,11 +1,10 @@
|
||||
package com.gmail.nossr50.events.party;
|
||||
|
||||
import com.gmail.nossr50.datatypes.party.Party;
|
||||
import org.bukkit.event.Cancellable;
|
||||
import org.bukkit.event.Event;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
||||
import com.gmail.nossr50.datatypes.party.Party;
|
||||
|
||||
public class McMMOPartyXpGainEvent extends Event implements Cancellable {
|
||||
private Party party;
|
||||
private float xpGained;
|
||||
|
Reference in New Issue
Block a user