# Skins # # by: MrIvanPlays # # Check for updates # Recommended leaving true update-check: true # All configurable messages messages: skin-menu-cannot-fetch-data: "We're sorry, we weren't able to retrieve data about the owner of the skin. :( " not-premium: "&cThis player isn't premium." skin-menu-close-page-label: "Close inventory" skin-menu-previous-page-label: "&aPrevious page" no-console: "&cNo console." skin-set-successfully: "&aSkin set successfully! If it didn't applied, try reconnecting to the server!" skin-already-set: "&cThat skin is already set on you." no-permission: "&cYou don't have permission to perform this command." command-usage: "&cUsage: /skinset " skin-menu-next-page-label: "&aNext page" skin-menu-inventory: "List of skins (Page #%pageNum%)" skin-menu-head-name: "%name% 's skin" - Left click to set the skin - (Keep in mind this skin is being cached and may not be up to date) # Storage credentials # Used to connect to database. # Supported storage types: H2, SQLITE, MARIADB, MYSQL, POSTGRESQL, MONGODB storage-credentials: storage-type: H2 database: "minecraft" password: "1234" address: "localhost" port: 3306 username: "root"