Advertisement
Guest User

Untitled

a guest
Mar 13th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. ##############################
  2. # SkinsRestorer Config.yml #
  3. # Generated on 13.6 #
  4. ##############################
  5. #
  6. # We from SRTeam thank you for using our plugin!
  7. # For more information -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/
  8. # For Configuration Help -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/Configuration
  9. # Commands & Permissions -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/cmds-&-perms
  10. # Not working or get error?? -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/Troubleshoot
  11. # For Advanced help or other go to our Discord: https://discord.me/SkinsRestorer/
  12.  
  13. # (!) IF YOU USE BUNGEE, Check & set on every Spigot server spigot.yml -> bungeecord: true
  14.  
  15. # If true, players can change skins without permission.
  16. SkinWithoutPerm: false
  17.  
  18. # Time skins are stored in database before we request again (in minutes)
  19. SkinExpiresAfter: 720
  20.  
  21. # Players cooldown when changing skins (set to 0 to disable)
  22. # Can be bypassed with 'skinsrestorer.bypasscooldown'
  23. SkinChangeCooldown: 30
  24.  
  25. # Set the language you will use - Files are located in /SkinsRestorer/languages directory
  26. # You can add custom locale file by copying the english.yml, renaming the new file into your language and editing it
  27. # Default: english - english.yml
  28. Locale: english
  29.  
  30. # The new Permissions System information can be foud on our wiki here:
  31. # https://github.com/SkinsRestorer/SkinsRestorerX/wiki/cmds-&-perms
  32. Permissions:
  33. NewPermissions: true
  34.  
  35. # Allows the usage of per skin perm.
  36. # Example: skinsrestorer.skin.notch OR skinsrestorer.skin.xknat
  37. # !~ requires 'NewPermissions: true'
  38. PerSkinPermissions: false
  39.  
  40. # Enable or disable default skins
  41. # If there is more than one, the plugin will choose a random one.
  42. DefaultSkins:
  43. Enabled: false
  44. ApplyForPremium: false
  45. Names:
  46. - xknat
  47. - McLive
  48.  
  49. # Skins in this list will be disabled, so users can't set it.
  50. # Can by bypassed with 'skinsrestorer.bypassdisabled'
  51. DisabledSkins:
  52. Enabled: false
  53. Names:
  54. - Steve
  55. - Owner
  56.  
  57. # Multi-Bungee support
  58. # Enable this if you have issues with skins in multi-proxy environments
  59. # If your using bungee and you have the plugin in all spigot servers and it still does not work, turn this on.
  60. # (This is automatically enabled if you have RedisBungee)
  61. MultiBungee:
  62. Enabled: false
  63.  
  64. # Settings for MySQL skin storage (recommended for big BungeeCord networks)
  65. # !~ IF YOU USE BUNGEE, DO NOT mysql Spigot ~!
  66. MySQL:
  67. Enabled: false
  68. Host: localhost
  69. Port: 3306
  70. Database: db
  71. Username: root
  72. Password: pass
  73. SkinTable: 'Skins'
  74. PlayerTable: 'Players'
  75.  
  76. # <!! Warning !!>
  77. # Enabling this will stop SkinsRestorer to change skins on join.
  78. DisableOnJoinSkins: false
  79.  
  80. # Enable or disable the updater.
  81. Updater:
  82. Enabled: true
  83. PeriodicChecks: true
  84.  
  85. # Stop the process of setting a skin if the LoginEvent was canceled by an AntiBot plugin
  86. NoSkinIfLoginCanceled: true
  87.  
  88. # True will again make use of the 'HELP_PLAYER' & `SR_LINE` in messages.yml
  89. UseOldSkinHelp: false
  90.  
  91.  
  92. # end
  93.  
  94. # Usefull Links #
  95. # Website: https://skinsrestorer.net/
  96. # Wiki https://github.com/SkinsRestorer/SkinsRestorerX/wiki/
  97. # spigot: https://www.spigotmc.org/resources/skinsrestorer.2124/
  98. # github: https://github.com/SkinsRestorer/SkinsRestorerX/
  99. # discord: https://discord.me/SkinsRestorer/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement