Added a new option that makes Warden to stay in a specified radius, if it leaves the area it will be pulled into its spawn point.
Fixed command permissions.
Fixed help command not working properly.
Updated command descriptions.
Updated resource page design.
Changes in config.yml
Code (YAML):
wardens:
'example-warden':
# Radius settings: radius:
# The radius value, can be a floating point. # Set 0 (zero) to disable radius check. value: 0
# The magnitude of the vector that will push Warden to its spawn point. speed: 1
# Every X tick, we are going to check whether Warden is inside or outside the given radius. # If it is not inside the specified radius, it is going get pulled into its spawn point. interval: 5
# Should we run the radius checker task asynchronously? async: false