change log 3.3.4 to 3.4.0 - SlimeDog/NetworkInterceptor GitHub Wiki

Dependencies were updated, which does not affect functionality. Some comments were changed, for clarity and for consistency with SlimeDog standards. Update check configuration was added. Finally, a hangar.papermc.io was added to update-check functionality.

config.yml

14a15
> # ========== METHODS ===============================================================================
34c35,41
< # bStats metrics
---
> # ========== CHECK FOR UPDATES =====================================================================
> # If you do not want notification of available updates in the console log, you may disable it here.
> check-for-updates: true
> # Update source may be either Hangar (default) or SpigotMC.
> update-source: Hangar
> 
> # ========== BSTATS METRICS ========================================================================
36a44
> # ========== PROCESSING MODE =======================================================================
42a51
> # ========== LOGGING ===============================================================================
59a69
> # ========== BLOCKING ==============================================================================
64a75
> # ========== MAPPING ===============================================================================
73c84
< # Trusted plugins
---
> # ========== TRUSTED PLUGINS =======================================================================
83c94
< # Blocked plugins
---
> # ========== BLOCKED PLUGINS =======================================================================
89c100
< # The target list
---
> # ========== TARGETS ===============================================================================

sample-allow-config.yml

14a15
> # ========== METHODS ===============================================================================
34c35,41
< # bStats metrics
---
> # ========== CHECK FOR UPDATES =====================================================================
> # If you do not want notification of available updates in the console log, you may disable it here.
> check-for-updates: true
> # Update source may be either Hangar (default) or SpigotMC.
> update-source: Hangar
> 
> # ========== BSTATS METRICS ========================================================================
36a44
> # ========== PROCESSING MODE =======================================================================
42a51
> # ========== LOGGING ===============================================================================
59a69
> # ========== BLOCKING ==============================================================================
64a75
> # ========== MAPPING ===============================================================================
73c84
< # Trusted plugins
---
> # ========== TRUSTED PLUGINS =======================================================================
83c94
< # Blocked plugins
---
> # ========== BLOCKED PLUGINS =======================================================================
89c100
< # The target list
---
> # ========== TARGETS ===============================================================================
174d184
<   

sample-deny-config.yml

14a15
> # ========== METHODS ===============================================================================
34c35,41
< # bStats metrics
---
> # ========== CHECK FOR UPDATES =====================================================================
> # If you do not want notification of available updates in the console log, you may disable it here.
> check-for-updates: true
> # Update source may be either Hangar (default) or SpigotMC.
> update-source: Hangar
> 
> # ========== BSTATS METRICS ========================================================================
36a44
> # ========== PROCESSING MODE =======================================================================
42a51
> # ========== LOGGING ===============================================================================
59a69
> # ========== BLOCKING ==============================================================================
64a75
> # ========== MAPPING ===============================================================================
73c84
< # Trusted plugins
---
> # ========== TRUSTED PLUGINS =======================================================================
83c94
< # Blocked plugins
---
> # ========== BLOCKED PLUGINS =======================================================================
89c100
< # The target list
---
> # ========== TARGETS ===============================================================================