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,20 +12,24 @@ PORT = 8080
|
|||
Name = BW3 Server
|
||||
|
||||
[FMS]
|
||||
Allowed =
|
||||
Denied =
|
||||
RegEx =
|
||||
UseLists =
|
||||
Allowed =
|
||||
Denied =
|
||||
RegEx =
|
||||
|
||||
[POCSAG]
|
||||
Allowed =
|
||||
Denied =
|
||||
Range =
|
||||
RegEx =
|
||||
UseLists =
|
||||
Allowed =
|
||||
Denied =
|
||||
Range =
|
||||
RegEx =
|
||||
|
||||
[ZVEI]
|
||||
Allowed =
|
||||
Denied =
|
||||
RegEx =
|
||||
UseLists =
|
||||
Allowed =
|
||||
Denied =
|
||||
Range =
|
||||
RegEx =
|
||||
|
||||
[Filter]
|
||||
UseDoubleFilter = 0
|
||||
|
|
@ -49,6 +53,10 @@ zvei = 0
|
|||
|
||||
[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
|
||||
testPlugin = 0
|
||||
abcPlugin = 0
|
||||
Loading…
Reference in a new issue