Resource pack 1.21.4+ config.yml

This is the configuration of the plugin using a custom resource pack that add letters. You can download the resource pack from HERE.

Only works on 1.21.4+

# This option defines the time (in seconds) to automatically save
# player data.
player_data_save_time: 300

# List of worlds where the plugin should/shouldn't work.
# When blacklist is true:
#   - MineWords will be blocked in worlds under the 'list' option.
# When blacklist is false:
#   - MineWords will be allowed only in worlds under the 'list' option.
enabled_worlds:
  blacklist: true
  list:
  - survival
  - nether

# Common sounds
# Format: <sound>;<volume>;<pitch>
# Set it to 'none' if you don't want to play a sound.
# You can find a list of sounds here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
sounds:
  wrong_word: BLOCK_NOTE_BLOCK_PLING;1;0.1
  correct_word: BLOCK_NOTE_BLOCK_PLING;1;2
  all_words_found: ENTITY_PLAYER_LEVELUP;1;1
  scroll: UI_BUTTON_CLICK;1;1
  write: BLOCK_NOTE_BLOCK_HAT;1;2
  remove_last_letter: UI_BUTTON_CLICK;1;0.2
  word_of_the_day_enter: ENTITY_FIREWORK_ROCKET_BLAST;1;1.5

# MySQL support credentials
mysql_database:
  enabled: false
  host: localhost
  port: 3306
  username: root
  password: root
  database: minewords
common_items:
  select_word:
    selected:
      id: BLACK_STAINED_GLASS_PANE
      name: '#ddddddWord &e%number%&8/&e%max%'
      lore:
      - '%hint%'
      - ''
      - '#ddddddCurrent guess: &e%guess%'
      - ''
      - '&c&lCLICK to deselect word.'
      enchants:
      - ARROW_INFINITE;1
      item_flags:
      - HIDE_ENCHANTS
    not_selected:
      id: BLACK_STAINED_GLASS_PANE
      name: '#ddddddWord &e%number%&8/&e%max%'
      lore:
      - '%hint%'
      - ''
      - '#ddddddCurrent guess: &e%guess%'
      - ''
      - '&a&lCLICK to select the word and'
      - '&astart guessing.'
  no_letter:
    id: BARRIER
    name: ' '
  letter_to_find:
    id: DIAMOND
    name: '&c??'
    custom_model_component_data:
      strings:
      - empty
  letter_to_find_hidden_column:
    id: DIAMOND
    name: '&c??'
    custom_model_component_data:
      strings:
      - empty_hidden
  wrong_word:
    id: RED_TERRACOTTA
    name: ' '
  scroll_words_down:
    item:
      id: PLAYER_HEAD
      name: '&eScroll Down'
      skull_data:
        texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFlNDI1YzViYTlmM2MyOTYyYjM4MTc4Y2JjMjMxNzJhNmM2MjE1YTExYWNjYjkyNzc0YTQ3MTZlOTZjYWRhIn19fQ==
    inventory_slot: 1
  scroll_words_up:
    item:
      id: PLAYER_HEAD
      name: '&eScroll Up'
      skull_data:
        texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjQ2MjhhY2U3YzNhZmM2MWE0NzZkYzE0NDg5M2FhYTY0MmJhOTc2ZDk1MmI1MWVjZTI2YWJhZmI4OTZiOCJ9fX0=
    inventory_slot: 0
  remove_last_letter:
    item:
      id: PLAYER_HEAD
      skull_data:
        texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzNlNGI1MzNlNGJhMmRmZjdjMGZhOTBmNjdlOGJlZjM2NDI4YjZjYjA2YzQ1MjYyNjMxYjBiMjVkYjg1YiJ9fX0=
      name: '&cRemove Last Letter'
    main_game_inventory_slot: 2
    word_of_the_day_inventory_slot: 0
  quit_level:
    item:
      id: NETHER_STAR
      name: '&cQuit Level'
    inventory_slot: 8
characters_items:
  A:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_a_normal
      name: '&f&lA'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_a_hidden
      name: '&e&lA'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_a_ready
      name: '&a&lA'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_a_not
      name: '&7&lA'
    inventory_slot: 19
  B:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_b_normal
      name: '&f&lB'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_b_hidden
      name: '&e&lB'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_b_ready
      name: '&a&lB'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_b_not
      name: '&7&lB'
    inventory_slot: 32
  C:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_c_normal
      name: '&f&lC'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_c_hidden
      name: '&e&lC'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_c_ready
      name: '&a&lC'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_c_not
      name: '&7&lC'
    inventory_slot: 30
  D:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_d_normal
      name: '&f&lD'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_d_hidden
      name: '&e&lD'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_d_ready
      name: '&a&lD'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_d_not
      name: '&7&lD'
    inventory_slot: 21
  E:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_e_normal
      name: '&f&lE'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_e_hidden
      name: '&e&lE'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_e_ready
      name: '&a&lE'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_e_not
      name: '&7&lE'
    inventory_slot: 11
  F:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_f_normal
      name: '&f&lF'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_f_hidden
      name: '&e&lF'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_f_ready
      name: '&a&lF'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_f_not
      name: '&7&lF'
    inventory_slot: 22
  G:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_g_normal
      name: '&f&lG'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_g_hidden
      name: '&e&lG'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_g_ready
      name: '&a&lG'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_g_not
      name: '&7&lG'
    inventory_slot: 23
  H:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_h_normal
      name: '&f&lH'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_h_hidden
      name: '&e&lH'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_h_ready
      name: '&a&lH'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_h_not
      name: '&7&lH'
    inventory_slot: 24
  I:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_i_normal
      name: '&f&lI'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_i_hidden
      name: '&e&lI'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_i_ready
      name: '&a&lI'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_i_not
      name: '&7&lI'
    inventory_slot: 16
  J:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_j_normal
      name: '&f&lJ'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_j_hidden
      name: '&e&lJ'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_j_ready
      name: '&a&lJ'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_j_not
      name: '&7&lJ'
    inventory_slot: 25
  K:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_k_normal
      name: '&f&lK'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_k_hidden
      name: '&e&lK'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_k_ready
      name: '&a&lK'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_k_not
      name: '&7&lK'
    inventory_slot: 26
  L:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_l_normal
      name: '&f&lL'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_l_hidden
      name: '&e&lL'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_l_ready
      name: '&a&lL'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_l_not
      name: '&7&lL'
    inventory_slot: 27
  M:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_m_normal
      name: '&f&lM'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_m_hidden
      name: '&e&lM'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_m_ready
      name: '&a&lM'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_m_not
      name: '&7&lM'
    inventory_slot: 34
  N:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_n_normal
      name: '&f&lN'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_n_hidden
      name: '&e&lN'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_n_ready
      name: '&a&lN'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_n_not
      name: '&7&lN'
    inventory_slot: 33
  O:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_o_normal
      name: '&f&lO'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_o_hidden
      name: '&e&lO'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_o_ready
      name: '&a&lO'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_o_not
      name: '&7&lO'
    inventory_slot: 17
  P:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_p_normal
      name: '&f&lP'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_p_hidden
      name: '&e&lP'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_p_ready
      name: '&a&lP'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_p_not
      name: '&7&lP'
    inventory_slot: 18
  Q:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_q_normal
      name: '&f&lQ'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_q_hidden
      name: '&e&lQ'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_q_ready
      name: '&a&lQ'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_q_not
      name: '&7&lQ'
    inventory_slot: 9
  R:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_r_normal
      name: '&f&lR'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_r_hidden
      name: '&e&lR'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_r_ready
      name: '&a&lR'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_r_not
      name: '&7&lR'
    inventory_slot: 12
  S:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_s_normal
      name: '&f&lS'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_s_hidden
      name: '&e&lS'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_s_ready
      name: '&a&lS'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_s_not
      name: '&7&lS'
    inventory_slot: 20
  T:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_t_normal
      name: '&f&lT'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_t_hidden
      name: '&e&lT'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_t_ready
      name: '&a&lT'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_t_not
      name: '&7&lT'
    inventory_slot: 13
  U:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_u_normal
      name: '&f&lU'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_u_hidden
      name: '&e&lU'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_u_ready
      name: '&a&lU'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_u_not
      name: '&7&lU'
    inventory_slot: 15
  V:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_v_normal
      name: '&f&lV'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_v_hidden
      name: '&e&lV'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_v_ready
      name: '&a&lV'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_v_not
      name: '&7&lV'
    inventory_slot: 31
  W:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_w_normal
      name: '&f&lW'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_w_hidden
      name: '&e&lW'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_w_ready
      name: '&a&lW'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_w_not
      name: '&7&lW'
    inventory_slot: 10
  X:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_x_normal
      name: '&f&lX'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_x_hidden
      name: '&e&lX'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_x_ready
      name: '&a&lX'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_x_not
      name: '&7&lX'
    inventory_slot: 29
  Y:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_y_normal
      name: '&f&lY'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_y_hidden
      name: '&e&lY'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_y_ready
      name: '&a&lY'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_y_not
      name: '&7&lY'
    inventory_slot: 14
  Z:
    normal:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_z_normal
      name: '&f&lZ'
    hidden:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_z_hidden
      name: '&e&lZ'
    ready:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_z_ready
      name: '&a&lZ'
    not_in_word:
      id: DIAMOND
      custom_model_component_data:
        strings:
        - letter_z_not
      name: '&7&lZ'
    inventory_slot: 28
update_notify: true

Last updated