Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # default config.yml for CustomEnderChest
- # config version 1.9.1
- #Database settings
- database:
- #Type of database, Options: FlatFile or MySQL
- typeOfDatabase: FlatFile
- #MySQL database type connection details.
- mysql:
- host: 127.0.0.1
- port: 3306
- databaseName: 'mydatabase'
- tableName: 'cec_enderchests'
- user: 'admin'
- password: 'cheesecake'
- ssl: false
- #This task will scan the mysql database for inactive players and remove them.
- #The scanning takes place after server starts with a 2min delay. Runs on a async thread so server performance will not be affected.
- removeOldUsers:
- #Enable or disable mysql database maintenance. | (true or false)
- enabled: false
- #Inactivity in days. Default 60 days.
- inactive: 60
- #Extra plugin settings.
- settings:
- #Add NBT data support for modded items. Requires MySQL storage and ProtocolLib dependency installed.
- #NOTE!!! - Changes to this setting needs a server restart!
- modded-NBT-data-support: false
- #Disable click the enderchest to open the custom enderchest. (Useful if you only want to open it with the command)
- disable-enderchest-click: false
- #Customize Ender Chest Title
- enderChestTitle:
- #EnderChest folder name. Supports color and format codes.
- #Minecraft Color and Format Codes: http://minecraft.gamepedia.com/Formatting_codes
- #WARNING! Max size is 32 characters including color, format codes.
- enderChestName: '&5&lEnderChest &7- %level'
- #The place holder %player will be replaced by player's name.
- #The %level place holder replace text below. So you can customize each enderchest title by enderchest size.
- #For 9 slots enderchest.
- level0: '&dNivel 0'
- #For 18 slots enderchest.
- level1: '&dNivel 1'
- #For 27 slots enderchest.
- level2: '&dNivel 2'
- #For 36 slots enderchest.
- level3: '&5Nivel 3'
- #For 45 slots enderchest.
- level4: '&5Nivel 4'
- #For 54 slots enderchest.
- level5: '&5Nivel 5'
- #Chat messages. Supports color and format codes.
- chatMessages:
- #Chat messages prefix.
- #To disable the prefix set it to '' ; Example: prefix: ''
- prefix: '&5&l[EnderChest] '
- #Disable any chat message by setting it to '' | Example: noPermission: ''
- #Chat messages.
- noPermission: '&dNo Tienes Permisos!'
- openCmdUsage: '&dEjemplo De Uso: &7/customec open John &do &7/customec open f694517d-d6cf-32f1-972b-dfc677ceac45'
- noEnderchest: '&dEl Jugador No Tiene Un Ender Chest Aun!'
- openUuidFail: '&dEl Jugador No Tiene Un Ender Chest o La UUID Es Erronea!'
- openNameOffline: '&dJugador Offline o UUID Erronea! Usa: &7/customec open <Jugador-UUID>'
- deleteNameOffline: '&dJugador Offline o UUID Erronea! Usa: &7/customec delete <Jugador-UUID>'
- deleteCmdUsage: '&dEjemplo De Uso: &7/customec delete John &do &7/customec delete f694517d-d6cf-32f1-972b-dfc677ceac45'
- delete: '&dLa Data Del Ender Chest Del Jugador Fue Removida!'
- reloadFail: '&dNo Se Pudo Cargar La Config! Checkea El Log!'
- reload: '&dConfiguracion Recargada!'
- flatfileImport-mysql: '&dPrimero Cambia El Tipo De Database De flatfile a mysql'
- flatfileImport-connection: '&dNo Se Encontro Conexion a La Database! Checkea Los Logs y Asegurese De Que El Plugin Este Conectado a mysql'
- flatfileImport-started: '&dTarea De Importacion Iniciada! Comprueba La Consola Del Servidor Para El Progreso.'
- flatfileImport-datafolder: '&dLa Data Del Jugador No Se Encontro!'
- reloadCmdBlocked: '&cRecargar El Servidor No Es Bueno Para El Plugin! Por Seguridad Este Comando Esta Bloqueado.'
- #Help command with multi line support.
- Help:
- header:
- - ' '
- - '&5=--=-=-=-=-=-=-=-< &d&lEnderChest &5>-=-=-=-=-=-=-=-=-=-'
- admin:
- - ' '
- - '&d Abre Tu EnderChest:'
- - '&8&l>> &f/Customec Open'
- - ' '
- - '&d Abre El EnderChest De Otro Jugador:'
- - '&8&l>> &f/Customec Open <Jugador> &7- Para Jugadores Online.'
- - '&8&l>> &f/Customec Open <Jugador-UUID> &7- Para Jugadores Offline.'
- - '&7 Ejemplo: &f/Customec open John&7 o &f/customec open f694517d-d6cf-32f1-972b-dfc677ceac45'
- - ' '
- - '&d Elimina El EnderChest De Otros Jugadores:'
- - '&8&l>> &f/Customec Delete <playerName> &7- Para Jugadores Online.'
- - '&8&l>> &f/Customec Delete <playerUUID> &7- Para Jugadores Offline.'
- - '&7 Ejemplo: &f/Customec delete John&7 o &f/Customec Delete f694517d-d6cf-32f1-972b-dfc677ceac45'
- - ' '
- - '&d Reload plugin config:'
- - '&8&l>> &f/Customec Reload'
- - ' '
- - '&5-=-=-=-=-=-=-=-< &d&lAyuda Para Admins &5>-=-=-=-=-=-=-=-'
- - ' '
- user:
- - ' '
- - '&7&oObten Un Mejor Ender Chest!'
- - '&7&lCompra Tu Rango:&f https://www.TuWeb/Store'
- - ' '
- command:
- - '&d Abre Tu EnderChest'
- - '&8&l>> &f/Customec Open'
- - ' '
- userFooter:
- - '&5-=-=-=-=-=-=-=-=-=-< &dAYUDA &5>-=-=-=-=-=-=-=-=-=-'
- - ' '
Add Comment
Please, Sign In to add comment