forked from Elikill58/Negativity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbungee_config.yml
66 lines (61 loc) · 2.22 KB
/
bungee_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
56
57
58
59
60
61
62
63
64
65
66
###################################################################
# #
# Negativity #
# AntiCheat by Elikill58 #
# #
# If you have a problem or a suggestion, #
# You can contact me on: #
# - Discord: @Elikill58#0743 #
# - my Discord server: https://discord.gg/KHRVTX2 #
# - Mail: [email protected] #
# - SpigotMC: Elikill58 #
# - Minecraft.fr: Elikill #
# #
###################################################################
Database:
isActive: false
# To get the information. We use the player uuid to get the information.
# We get only what you write. We never add or remove something.
# We don't save your private information about your database
url: "127.0.0.1/myDb"
user: root
password: "myPassword"
table_perm: "myTable"
table_lang: "myTable"
table_ban: "ban"
column_perm: "rank"
column_lang: "lang"
saveInCache: false # To do less request to your database
#
# Configuration about the permissions (basic and custom)
#
Permissions:
defaultActive: true
#
# Only if it's an integer.
# It's if your rank system work with power.
# For example: If a player have 50, and you write 40, he would can use it
#
canBeHigher: false
# Use "," to split all possibilites of custom permission
showAlert:
default: "negativity.alert"
custom: "MOD,ADMIN"
showReport:
default: "negativity.report"
custom: "MOD,ADMIN"
# To bypass ban system
notBanned:
default: "negativity.notbanned"
custom: "ADMIN"
Translation:
active: false # enable or disable the translation
lang_available:
- en_US
- fr_FR
- no_NO
- pt_BR
- ru_RU
use_db: true # to get the lang
default: en_US
no_active_file_name: "messages.yml" # where are the messages if the translation are not active