Sync files

This commit is contained in:
mathias 2019-08-06 03:32:21 +03:00
parent 7a335982b5
commit 2eac6b0734
9 changed files with 102 additions and 3 deletions

View file

@ -564,6 +564,10 @@ allow-world-in-broadcastworld: true
# You should only change this to false if you use Minecraft China.
safe-usermap-names: true
# Should Essentials output logs when a command block executes a command?
# Example: CommandBlock at <x>,<y>,<z> issued server command: /<command>
log-command-block-commands: false
############################################################
# +------------------------------------------------------+ #
# | EssentialsHome | #
@ -598,6 +602,9 @@ sethome-multiple:
# change the compass' direction to point towards their first home.
compass-towards-home-perm: false
# Set the maximum speed for projectiles spawned with /fireball.
max-projectile-speed: 8
############################################################
# +------------------------------------------------------+ #
# | EssentialsEco | #