mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
edit server.ini
This commit is contained in:
parent
36781fc254
commit
37a348456e
|
|
@ -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
|
||||||
Loading…
Reference in a new issue