Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. ##############################
  2.  
  3. # SkinsRestorer Config.yml #
  4.  
  5. ##############################
  6.  
  7. #by Th3Tr0LLeR & Blackfire62 + xknat
  8.  
  9.  
  10.  
  11. #This option disables automatic requesting & applying skins on join.
  12.  
  13. #Commands still work!
  14.  
  15. DisableOnJoinSkins: false
  16.  
  17.  
  18.  
  19. #enables /skin without permissions
  20.  
  21. #(only works for backend aka spigot servers)
  22.  
  23. SkinWithoutPerm: false
  24.  
  25.  
  26.  
  27. #How long the skin will be in the database (in minutes)
  28.  
  29. SkinExpiresAfter: 5
  30.  
  31.  
  32.  
  33. #This is for preventing skin change spam (in seconds)
  34.  
  35. #[skinsrestorer.bypasscooldown bypasses this]
  36.  
  37. SkinChangeCooldown: 30
  38.  
  39.  
  40.  
  41. #Enable or disable default skins
  42.  
  43. #If more nicknames will be in the list, server will always choose a random one.
  44.  
  45. DefaultSkins:
  46.  
  47. Enabled: false
  48.  
  49. Names:
  50.  
  51. - Steve
  52.  
  53.  
  54.  
  55. #Disable skin names
  56.  
  57. #Put skins you want to disable on the list
  58.  
  59. #Player wont be able to set these skins
  60.  
  61. DisabledSkins:
  62.  
  63. Enabled: false
  64.  
  65. Names:
  66.  
  67. - Steve
  68.  
  69.  
  70.  
  71. #Multi-Bungee support
  72.  
  73. #If you use more proxy servers and you
  74.  
  75. #experience issues with skin visibility between proxies?
  76.  
  77. #enable this option!
  78.  
  79. #(RedisBungee enables this option automatically)
  80.  
  81. MultiBungee:
  82.  
  83. Enabled: false
  84.  
  85.  
  86.  
  87. # MySQL database for large servers
  88.  
  89. # or just to boost the performance
  90.  
  91. MySQL:
  92.  
  93. Enabled: false
  94.  
  95. Host: localhost
  96.  
  97. Port: 3306
  98.  
  99. Database: db
  100.  
  101. SkinTable: Skins
  102.  
  103. PlayerTable: Players
  104.  
  105. Username: root
  106.  
  107. Password: pass
  108.  
  109.  
  110.  
  111. #Enable or disable the updater check.
  112.  
  113. Updater:
  114.  
  115. Enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement