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,19 +12,23 @@ PORT = 8080
Name = BW3 Server Name = BW3 Server
[FMS] [FMS]
UseLists =
Allowed = Allowed =
Denied = Denied =
RegEx = RegEx =
[POCSAG] [POCSAG]
UseLists =
Allowed = Allowed =
Denied = Denied =
Range = Range =
RegEx = RegEx =
[ZVEI] [ZVEI]
UseLists =
Allowed = Allowed =
Denied = Denied =
Range =
RegEx = RegEx =
[Filter] [Filter]
@ -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