Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # DeluxeCommands v1.5.0 Main configuration
- # Created by extended_clip
- #
- # Create commands below!
- # Command format is as follows:
- #
- # commands:
- # <command_with_no_slash>:
- # permission: <permission to use the command>
- # no_permission_message: <message to send when players do not have permission>
- # message:
- # - '[text]<regular text here if you start the line with the [text] identifier'
- # - '[playercommand] spawn'
- # - '[consolecommand] eco give %executor% 100'
- # - '{"text": "JSON text here"}'
- # - '{"text": "To have multiple JSON components in the same line"}&&{"text": "you must use the && operator between them!"}'
- # target_permission: <permission to use the command with a player argument at the end: /<command> (player)>
- # target_no_permission_message: <message to send when players do not have permission to specify a target to set placeholders for>
- # target_message:
- # - '[text]<You do not have to specify this option, only if you want separate messages when a target is defined>'
- # - '{"text": "%player%'s stats:"}'
- # - '{"text": "This message is only if you want a separate message defined when a"}&&{"text": " target player is specified in the command!"}'
- # aliases:
- # - 'somealiasforthiscommand'
- #
- # You can now add a new entry to define different aliases per command!
- # simply add the "aliases" option to the commands you would like to define aliases for!
- # DeluxeCommands will detect if you have DeluxeChat or PlaceholderAPI installed! You can use any placeholders you have enabled!
- commands:
- Help:
- permission: Custom.Help
- no_permission_message: '&cNo puedes hacer esto.'
- message:
- - '[text]&e|-----------------------&fAYUDA&e------------------------|'
- - '[text]&8-----------------------------------------------------'
- - '[text]Si necesitas ayuda para realizar algo en específico, visita la sección
- Tutoriales del foro:'
- - '[text]&aEtnoCraft.org/f6-tutoriales.'
- - '[text]&8-----------------------------------------------------'
- - '[text]&8-----------------------------------------------------'
- - '[text]Si tienes alguna pregunta, visita la sección Ayuda del foro: &aEtnoCraft.org/f8-ayuda'
- - '[text]&8-----------------------------------------------------'
- target_permission: some.custom.targetpermission
- target_no_permission_message: '&cYou don''t have permission to view this command
- with a target player argument!'
- Ayuda:
- permission: Custom.Ayuda
- no_permission_message: '&cNo puedes hacer esto.'
- message:
- - '[text]&e|-----------------------&fAYUDA&e------------------------|'
- - '[text]&8-----------------------------------------------------'
- - '[text]Si necesitas ayuda para realizar algo en específico, visita la sección
- Tutoriales del foro:'
- - '[text]&aEtnoCraft.org/f6-tutoriales.'
- - '[text]&8-----------------------------------------------------'
- - '[text]&8-----------------------------------------------------'
- - '[text]Si tienes alguna pregunta, visita la sección Ayuda del foro: &aEtnoCraft.org/f8-ayuda'
- - '[text]&8-----------------------------------------------------'
- target_permission: some.custom.targetpermission
- target_no_permission_message: '&cYou don''t have permission to view this command
- with a target player argument!'
- Yo:
- permission: Custom.Yo
- no_permission_message: '&cNo puedes hacer esto.'
- message:
- - '[text]&4Nombre: &f%player_name%'
- - '[text]&4Ciudad: '
- - '[text]&4Dinero: '
- - '[text]&4Pareja: '
- - '[text]&4Fecha de registro: &f%player_first_join_date%'
- - '[text]&4Tiempo de juego: &f%statistic_time_played%'
- - '[text]&4Bloques rotos: &f%statistic_mine_block%'
- - '[text]&4Objetos fabricados: &f%statistic_craft_item%'
- - '[text]&4Daño causado: &f%statistic_damage_dealt%'
- - '[text]&4Daño recibido: &f%statistic_damage_taken%'
- - '[text]&4Muertes: &f%statistic_deaths%'
- - '[text]&4Jugadores asesinados: &f%statistic_player_kills%'
- - '[text]'
- - '[text]'
- target_permission: some.custom.targetpermission
- target_no_permission_message: '&cYou don''t have permission to view this command
- with a target player argument!'
- Servidor:
- permission: Custom.Servidor
- no_permission_message: '&cNo puedes hacer esto.'
- message:
- - '[text]&e|----------------------&fEtnoCraft&e----------------------|'
- - '[text]&aEn línea desde hace: &f%server_uptime%'
- - '[text]'
- - '[text]'
- - '[text]'
- - '[text]'
- target_permission: some.custom.targetpermission
- target_no_permission_message: '&cYou don''t have permission to view this command
- with a target player argument!'
Advertisement
Add Comment
Please, Sign In to add comment