-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathconfig.yml
47 lines (37 loc) · 1.22 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
##############################################
# SkinsRestorer Config #
# Made By Th3Tr0LLeR #
##############################################
#Should SkinsRestorer check for updates ?
Update Check: true
#You can enable that if you're using AutoIn.
Use AutoIn Skins: false
#This can be enabled if you are experiencing bot attacks.
Use Bot Feature: false
#This is for preventing skin change spam.
Skin Change Cooldown: 30
#Mojang has a limit for getting skins.
#This website uses proxies to get the skin data
#From mojang, so you will not be limited.
#However. If you do not trust mcapi.ca, you can disable that option.
MCAPI:
Enabled: true
Get Profile URL: https://mcapi.ca/SR/?player\u003d{username}
Get SkinProfile URL: https://mcapi.ca/name/uuid/{uuid}
#A list of disabled skins. A permision will be needed for them.
Disabled Skins:
- SomeSkin
- AnotherSkin
#If this is enabled and configured SkinsRestorer will keep the skins
#in a MySQL database. This is using less performance.
MySQL:
Enabled: false
Host: localhost
Port: 3306
Database: db
Table: Skins
Username: root
Password: pass
#Turn this to true if you want to disable
#The /skin command.
Disable Skin Command: false