-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
55 lines (49 loc) · 2.03 KB
/
config.yml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
settings:
database:
host: localhost
username: username
password: password
database: minecraft
MaxInvitations: 5
economy:
InviteMoney: 1000
RegisterMoney: 1000
ban:
override: [FACEBOOK,WEB]
locale:
KickMessage: You have to be invited or registered to play on our server!
CannotInvite: You cannot invite another player!
AlreadyInvited: User USER is already registered!
SuccessfullyInvited: User USER has been successfully invited!
SomethingWentWrong: Something went wrong and the user hasn't been invited!
YouHaveToBePlayer: You have to be player in order to invite another player!
IpIsOnList: We are sorry, but new registrations from your IP address are banned!
PlayerDoesNotExist: That player does not play on our server!
PlayerOffset: Player PLAYER can invite OFFSET more player up to MAX!
SomethingWentWrongOffset: Something went wrong and the offset couldn't be changed!
OffsetChanged: Invitation offset for player PLAYER has been changed, it is now OFFSET. Player can invite up to MAX player!
InviteMoney: You have been awarded MONEY for inviting player PLAYER!
RegisterMoney: You have been awarded MONEY for joining our server!
RewardCanceled: Reward for player PLAYER has been canceled due to REASON!
IPConflict: same IP address
IpAddedOnList: IP has been added to the denied list!
IpNotAdded: IP has NOT been added to the denied list! There is probably same ip in the database!
punishments:
invitator:
banaction: [REDUCE,TEMPBAN]
warnaction: [REDUCE]
onBan:
Reduce: 1
TempBan: 10
TempBanCommand: ban NICK REASON TIME
BanCommand: ban NICK REASON
BanOnWarn: 3
TempBanOnWarn: 2
MoneyReduceBanCoefficient: 1
MoneyReduceWarnCoefficient: 0.2
locale:
YouHaveBeenWarned: You have been warned for REASON
BanReason: inviting banned player PLAYER
WarnReason: inviting banned player PLAYER
BanOnWarnReason: exceeding warnings limit
TempBanOnWarnReason: exceeding warnings limit