Updates:
-
Added IP Lock. You are now able to add IP locks for your staff team or other players. This means a player's account can only be accessed from certain IP addresses. This feature is meant for adding an extra layer of security.
New Permissions:
Code (Text):
elyzium.iplock.toggle:
description: Enables to toggle player's IP lock status.
elyzium.iplock.manage:
description: Enables to modify player's locked IP and toggle the feature.
New Commands:
Code (Text):
/iplock toggle [player] - This command allows you to toggle a player's IP lock.
/iplock manage [player] - This command allows you to manage a player's IP lock.
New settings for your config.yml
Code (Text):
# _____ _____ _ ____ _____ _ __
# |_ _| __ \ | | / __ \ / ____| |/ /
# | | | |__) | | | | | | | | | ' /
# | | | ___/ | | | | | | | | <
# _| |_| | | |___| |__| | |____| . \
# |_____|_| |______\____/ \_____|_|\_\
#
# This setting allows you to enable the IP Lock, which means that each account can only be accessed from 1 IP address.
# If someone tries to connect to the account from a different IP address, they won't be allowed into the server.
ip-lock:
# This setting enables IP lock upon the first login. The IP that they connected to the server with, will be their locked IP.
# NB! Be very careful with this setting, as it's quite powerful. Only enable it if you're 100% sure that this is what you need.
auto-enable: false