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
|
else
|
||||||
{
|
{
|
||||||
Portal.getInstance().sendPlayerToGenericServer(player, GenericServer.BETA_HUB, Intent.FORCE_TRANSFER);
|
Portal.getInstance().sendPlayerToGenericServer(player, GenericServer.HUB, Intent.FORCE_TRANSFER);
|
||||||
|
|
||||||
runSyncLater(() ->
|
runSyncLater(() ->
|
||||||
{
|
{
|
||||||
|
@ -5,9 +5,8 @@ package mineplex.quest.common;
|
|||||||
*/
|
*/
|
||||||
public enum QuestRarity
|
public enum QuestRarity
|
||||||
{
|
{
|
||||||
// TODO fill in actual weights
|
COMMON(1.0),
|
||||||
COMMON(0.5),
|
RARE(0.5),
|
||||||
RARE(0.3),
|
|
||||||
LEGENDARY(0.1)
|
LEGENDARY(0.1)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user