mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 01:25:26 +02:00
Wrong default value for AFK disable pickup.
This commit is contained in:
@@ -733,7 +733,7 @@ public class Settings implements ISettings
|
|||||||
|
|
||||||
private boolean _getDisableItemPickupWhileAfk()
|
private boolean _getDisableItemPickupWhileAfk()
|
||||||
{
|
{
|
||||||
return config.getBoolean("disable-item-pickup-while-afk", true);
|
return config.getBoolean("disable-item-pickup-while-afk", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -270,7 +270,7 @@ freeze-afk-players: false
|
|||||||
|
|
||||||
# When the player is afk, should he be able to pickup items?
|
# When the player is afk, should he be able to pickup items?
|
||||||
# Enable this, when you don't want people idling in mob traps.
|
# Enable this, when you don't want people idling in mob traps.
|
||||||
disable-item-pickup-while-afk: true
|
disable-item-pickup-while-afk: false
|
||||||
|
|
||||||
# Should we automatically remove afk status when the player moves?
|
# Should we automatically remove afk status when the player moves?
|
||||||
# Player will be removed from afk on chat/command reguardless of this setting.
|
# Player will be removed from afk on chat/command reguardless of this setting.
|
||||||
|
Reference in New Issue
Block a user