edit server.ini

This commit is contained in:
Bastian Schroll 2018-01-09 12:20:28 +01:00
parent 36781fc254
commit 37a348456e

View file

@ -12,20 +12,24 @@ PORT = 8080
Name = BW3 Server Name = BW3 Server
[FMS] [FMS]
Allowed = UseLists =
Denied = Allowed =
RegEx = Denied =
RegEx =
[POCSAG] [POCSAG]
Allowed = UseLists =
Denied = Allowed =
Range = Denied =
RegEx = Range =
RegEx =
[ZVEI] [ZVEI]
Allowed = UseLists =
Denied = Allowed =
RegEx = Denied =
Range =
RegEx =
[Filter] [Filter]
UseDoubleFilter = 0 UseDoubleFilter = 0
@ -49,6 +53,10 @@ zvei = 0
[Plugins] [Plugins]
# here you can enable needed plugins # here you can enable needed plugins
# 0 is disabled
# all greater than 0 enable the plugin
# the higher the number the earlier the plugin is called on alarm
# we call ist Plugin Prioority
template = 1 template = 1
testPlugin = 0 testPlugin = 0
abcPlugin = 0 abcPlugin = 0