forked from openPanfu/GameServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameServer.properties
More file actions
38 lines (28 loc) · 1.08 KB
/
GameServer.properties
File metadata and controls
38 lines (28 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This file is part of openPanfu, a project that imitates the Flex remoting
# and gameservers of Panfu.
# @author Altro50 <altro50@msn.com>
# Database settings
database.host = 127.0.0.1
database.port = 3306
database.database = openpanfu
database.user = openPanfu
database.pass = password
# Gameserver environment variables
gameserver.ansilogging = 1
# Treehouses
treehouses.showSheriffAsGold = 0
# Chat settings
chat.commands.prefix = !
chat.sheriff.prefix = FF0000
chat.forcesafechat = 0
# Chat anti-spam
# When enabled, the secondsbetweenmessages variable is used. If disabled, there will still be an anti-spam,
# but it'll only go off if you send a message within 0.1 seconds.
chat.antispam.enabled = 1
chat.antispam.secondsbetweenmessages = 1
chat.antispam.warnings = 3
chat.antispam.message = You're sending too many messages! Warning &&warns&&/&&maxwarns&&
# Actions (transformations etc) anti-spam
actions.antispam.enabled = 1
actions.antispam.secondsbetweenactions = 1
actions.antispam.message = You're performing too many actions! Warning &&warns&&/&&maxwarns&&