EtnoCraft

DeluxeCommands 1.5.0 - Configuración

Sep 19th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. # DeluxeCommands v1.5.0 Main configuration
  2. # Created by extended_clip
  3. #
  4. # Create commands below!
  5. # Command format is as follows:
  6. #
  7. # commands:
  8. # <command_with_no_slash>:
  9. # permission: <permission to use the command>
  10. # no_permission_message: <message to send when players do not have permission>
  11. # message:
  12. # - '[text]<regular text here if you start the line with the [text] identifier'
  13. # - '[playercommand] spawn'
  14. # - '[consolecommand] eco give %executor% 100'
  15. # - '{"text": "JSON text here"}'
  16. # - '{"text": "To have multiple JSON components in the same line"}&&{"text": "you must use the && operator between them!"}'
  17. # target_permission: <permission to use the command with a player argument at the end: /<command> (player)>
  18. # target_no_permission_message: <message to send when players do not have permission to specify a target to set placeholders for>
  19. # target_message:
  20. # - '[text]<You do not have to specify this option, only if you want separate messages when a target is defined>'
  21. # - '{"text": "%player%'s stats:"}'
  22. # - '{"text": "This message is only if you want a separate message defined when a"}&&{"text": " target player is specified in the command!"}'
  23. # aliases:
  24. # - 'somealiasforthiscommand'
  25. #
  26. # You can now add a new entry to define different aliases per command!
  27. # simply add the "aliases" option to the commands you would like to define aliases for!
  28. # DeluxeCommands will detect if you have DeluxeChat or PlaceholderAPI installed! You can use any placeholders you have enabled!
  29. commands:
  30. Help:
  31. permission: Custom.Help
  32. no_permission_message: '&cNo puedes hacer esto.'
  33. message:
  34. - '[text]&e|-----------------------&fAYUDA&e------------------------|'
  35. - '[text]&8-----------------------------------------------------'
  36. - '[text]Si necesitas ayuda para realizar algo en específico, visita la sección
  37. Tutoriales del foro:'
  38. - '[text]&aEtnoCraft.org/f6-tutoriales.'
  39. - '[text]&8-----------------------------------------------------'
  40. - '[text]&8-----------------------------------------------------'
  41. - '[text]Si tienes alguna pregunta, visita la sección Ayuda del foro: &aEtnoCraft.org/f8-ayuda'
  42. - '[text]&8-----------------------------------------------------'
  43. target_permission: some.custom.targetpermission
  44. target_no_permission_message: '&cYou don''t have permission to view this command
  45. with a target player argument!'
  46. Ayuda:
  47. permission: Custom.Ayuda
  48. no_permission_message: '&cNo puedes hacer esto.'
  49. message:
  50. - '[text]&e|-----------------------&fAYUDA&e------------------------|'
  51. - '[text]&8-----------------------------------------------------'
  52. - '[text]Si necesitas ayuda para realizar algo en específico, visita la sección
  53. Tutoriales del foro:'
  54. - '[text]&aEtnoCraft.org/f6-tutoriales.'
  55. - '[text]&8-----------------------------------------------------'
  56. - '[text]&8-----------------------------------------------------'
  57. - '[text]Si tienes alguna pregunta, visita la sección Ayuda del foro: &aEtnoCraft.org/f8-ayuda'
  58. - '[text]&8-----------------------------------------------------'
  59. target_permission: some.custom.targetpermission
  60. target_no_permission_message: '&cYou don''t have permission to view this command
  61. with a target player argument!'
  62. Yo:
  63. permission: Custom.Yo
  64. no_permission_message: '&cNo puedes hacer esto.'
  65. message:
  66. - '[text]&4Nombre: &f%player_name%'
  67. - '[text]&4Ciudad: '
  68. - '[text]&4Dinero: '
  69. - '[text]&4Pareja: '
  70. - '[text]&4Fecha de registro: &f%player_first_join_date%'
  71. - '[text]&4Tiempo de juego: &f%statistic_time_played%'
  72. - '[text]&4Bloques rotos: &f%statistic_mine_block%'
  73. - '[text]&4Objetos fabricados: &f%statistic_craft_item%'
  74. - '[text]&4Daño causado: &f%statistic_damage_dealt%'
  75. - '[text]&4Daño recibido: &f%statistic_damage_taken%'
  76. - '[text]&4Muertes: &f%statistic_deaths%'
  77. - '[text]&4Jugadores asesinados: &f%statistic_player_kills%'
  78. - '[text]'
  79. - '[text]'
  80. target_permission: some.custom.targetpermission
  81. target_no_permission_message: '&cYou don''t have permission to view this command
  82. with a target player argument!'
  83. Servidor:
  84. permission: Custom.Servidor
  85. no_permission_message: '&cNo puedes hacer esto.'
  86. message:
  87. - '[text]&e|----------------------&fEtnoCraft&e----------------------|'
  88. - '[text]&aEn línea desde hace: &f%server_uptime%'
  89. - '[text]'
  90. - '[text]'
  91. - '[text]'
  92. - '[text]'
  93. target_permission: some.custom.targetpermission
  94. target_no_permission_message: '&cYou don''t have permission to view this command
  95. with a target player argument!'
Advertisement
Add Comment
Please, Sign In to add comment