Merge remote-tracking branch 'refs/remotes/origin/develop' into update/gem-hunters
This commit is contained in:
commit
8c821af9de
@ -176,7 +176,7 @@ public class CashOutModule extends MiniPlugin
|
||||
}
|
||||
else
|
||||
{
|
||||
Portal.getInstance().sendPlayerToGenericServer(player, GenericServer.BETA_HUB, Intent.FORCE_TRANSFER);
|
||||
Portal.getInstance().sendPlayerToGenericServer(player, GenericServer.HUB, Intent.FORCE_TRANSFER);
|
||||
|
||||
runSyncLater(() ->
|
||||
{
|
||||
|
@ -5,9 +5,8 @@ package mineplex.quest.common;
|
||||
*/
|
||||
public enum QuestRarity
|
||||
{
|
||||
// TODO fill in actual weights
|
||||
COMMON(0.5),
|
||||
RARE(0.3),
|
||||
COMMON(1.0),
|
||||
RARE(0.5),
|
||||
LEGENDARY(0.1)
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user