Resource pack 1.21.3- 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.16.5-1.21.3

# 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_data: 105
  letter_to_find_hidden_column:
    id: DIAMOND
    name: "&c??"
    custom_model_data: 106
  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_data: 1
      name: "&f&lA"
    hidden:
      id: DIAMOND
      custom_model_data: 27
      name: "&e&lA"
    ready:
      id: DIAMOND
      custom_model_data: 53
      name: "&a&lA"
    not_in_word:
      id: DIAMOND
      custom_model_data: 79
      name: "&7&lA"
    inventory_slot: 19
  B:
    normal:
      id: DIAMOND
      custom_model_data: 2
      name: "&f&lB"
    hidden:
      id: DIAMOND
      custom_model_data: 28
      name: "&e&lB"
    ready:
      id: DIAMOND
      custom_model_data: 54
      name: "&a&lB"
    not_in_word:
      id: DIAMOND
      custom_model_data: 80
      name: "&7&lB"
    inventory_slot: 32
  C:
    normal:
      id: DIAMOND
      custom_model_data: 3
      name: "&f&lC"
    hidden:
      id: DIAMOND
      custom_model_data: 29
      name: "&e&lC"
    ready:
      id: DIAMOND
      custom_model_data: 55
      name: "&a&lC"
    not_in_word:
      id: DIAMOND
      custom_model_data: 81
      name: "&7&lC"
    inventory_slot: 30
  D:
    normal:
      id: DIAMOND
      custom_model_data: 4
      name: "&f&lD"
    hidden:
      id: DIAMOND
      custom_model_data: 30
      name: "&e&lD"
    ready:
      id: DIAMOND
      custom_model_data: 56
      name: "&a&lD"
    not_in_word:
      id: DIAMOND
      custom_model_data: 82
      name: "&7&lD"
    inventory_slot: 21
  E:
    normal:
      id: DIAMOND
      custom_model_data: 5
      name: "&f&lE"
    hidden:
      id: DIAMOND
      custom_model_data: 31
      name: "&e&lE"
    ready:
      id: DIAMOND
      custom_model_data: 57
      name: "&a&lE"
    not_in_word:
      id: DIAMOND
      custom_model_data: 83
      name: "&7&lE"
    inventory_slot: 11
  F:
    normal:
      id: DIAMOND
      custom_model_data: 6
      name: "&f&lF"
    hidden:
      id: DIAMOND
      custom_model_data: 32
      name: "&e&lF"
    ready:
      id: DIAMOND
      custom_model_data: 58
      name: "&a&lF"
    not_in_word:
      id: DIAMOND
      custom_model_data: 84
      name: "&7&lF"
    inventory_slot: 22
  G:
    normal:
      id: DIAMOND
      custom_model_data: 7
      name: "&f&lG"
    hidden:
      id: DIAMOND
      custom_model_data: 33
      name: "&e&lG"
    ready:
      id: DIAMOND
      custom_model_data: 59
      name: "&a&lG"
    not_in_word:
      id: DIAMOND
      custom_model_data: 85
      name: "&7&lG"
    inventory_slot: 23
  H:
    normal:
      id: DIAMOND
      custom_model_data: 8
      name: "&f&lH"
    hidden:
      id: DIAMOND
      custom_model_data: 34
      name: "&e&lH"
    ready:
      id: DIAMOND
      custom_model_data: 60
      name: "&a&lH"
    not_in_word:
      id: DIAMOND
      custom_model_data: 86
      name: "&7&lH"
    inventory_slot: 24
  I:
    normal:
      id: DIAMOND
      custom_model_data: 9
      name: "&f&lI"
    hidden:
      id: DIAMOND
      custom_model_data: 35
      name: "&e&lI"
    ready:
      id: DIAMOND
      custom_model_data: 61
      name: "&a&lI"
    not_in_word:
      id: DIAMOND
      custom_model_data: 87
      name: "&7&lI"
    inventory_slot: 16
  J:
    normal:
      id: DIAMOND
      custom_model_data: 10
      name: "&f&lJ"
    hidden:
      id: DIAMOND
      custom_model_data: 36
      name: "&e&lJ"
    ready:
      id: DIAMOND
      custom_model_data: 62
      name: "&a&lJ"
    not_in_word:
      id: DIAMOND
      custom_model_data: 88
      name: "&7&lJ"
    inventory_slot: 25
  K:
    normal:
      id: DIAMOND
      custom_model_data: 11
      name: "&f&lK"
    hidden:
      id: DIAMOND
      custom_model_data: 37
      name: "&e&lK"
    ready:
      id: DIAMOND
      custom_model_data: 63
      name: "&a&lK"
    not_in_word:
      id: DIAMOND
      custom_model_data: 89
      name: "&7&lK"
    inventory_slot: 26
  L:
    normal:
      id: DIAMOND
      custom_model_data: 12
      name: "&f&lL"
    hidden:
      id: DIAMOND
      custom_model_data: 38
      name: "&e&lL"
    ready:
      id: DIAMOND
      custom_model_data: 64
      name: "&a&lL"
    not_in_word:
      id: DIAMOND
      custom_model_data: 90
      name: "&7&lL"
    inventory_slot: 27
  M:
    normal:
      id: DIAMOND
      custom_model_data: 13
      name: "&f&lM"
    hidden:
      id: DIAMOND
      custom_model_data: 39
      name: "&e&lM"
    ready:
      id: DIAMOND
      custom_model_data: 65
      name: "&a&lM"
    not_in_word:
      id: DIAMOND
      custom_model_data: 91
      name: "&7&lM"
    inventory_slot: 34
  N:
    normal:
      id: DIAMOND
      custom_model_data: 14
      name: "&f&lN"
    hidden:
      id: DIAMOND
      custom_model_data: 40
      name: "&e&lN"
    ready:
      id: DIAMOND
      custom_model_data: 66
      name: "&a&lN"
    not_in_word:
      id: DIAMOND
      custom_model_data: 92
      name: "&7&lN"
    inventory_slot: 33
  O:
    normal:
      id: DIAMOND
      custom_model_data: 15
      name: "&f&lO"
    hidden:
      id: DIAMOND
      custom_model_data: 41
      name: "&e&lO"
    ready:
      id: DIAMOND
      custom_model_data: 67
      name: "&a&lO"
    not_in_word:
      id: DIAMOND
      custom_model_data: 93
      name: "&7&lO"
    inventory_slot: 17
  P:
    normal:
      id: DIAMOND
      custom_model_data: 16
      name: "&f&lP"
    hidden:
      id: DIAMOND
      custom_model_data: 42
      name: "&e&lP"
    ready:
      id: DIAMOND
      custom_model_data: 68
      name: "&a&lP"
    not_in_word:
      id: DIAMOND
      custom_model_data: 94
      name: "&7&lP"
    inventory_slot: 18
  Q:
    normal:
      id: DIAMOND
      custom_model_data: 17
      name: "&f&lQ"
    hidden:
      id: DIAMOND
      custom_model_data: 43
      name: "&e&lQ"
    ready:
      id: DIAMOND
      custom_model_data: 69
      name: "&a&lQ"
    not_in_word:
      id: DIAMOND
      custom_model_data: 95
      name: "&7&lQ"
    inventory_slot: 9
  R:
    normal:
      id: DIAMOND
      custom_model_data: 18
      name: "&f&lR"
    hidden:
      id: DIAMOND
      custom_model_data: 44
      name: "&e&lR"
    ready:
      id: DIAMOND
      custom_model_data: 70
      name: "&a&lR"
    not_in_word:
      id: DIAMOND
      custom_model_data: 96
      name: "&7&lR"
    inventory_slot: 12
  S:
    normal:
      id: DIAMOND
      custom_model_data: 19
      name: "&f&lS"
    hidden:
      id: DIAMOND
      custom_model_data: 45
      name: "&e&lS"
    ready:
      id: DIAMOND
      custom_model_data: 71
      name: "&a&lS"
    not_in_word:
      id: DIAMOND
      custom_model_data: 97
      name: "&7&lS"
    inventory_slot: 20
  T:
    normal:
      id: DIAMOND
      custom_model_data: 20
      name: "&f&lT"
    hidden:
      id: DIAMOND
      custom_model_data: 46
      name: "&e&lT"
    ready:
      id: DIAMOND
      custom_model_data: 72
      name: "&a&lT"
    not_in_word:
      id: DIAMOND
      custom_model_data: 98
      name: "&7&lT"
    inventory_slot: 13
  U:
    normal:
      id: DIAMOND
      custom_model_data: 21
      name: "&f&lU"
    hidden:
      id: DIAMOND
      custom_model_data: 47
      name: "&e&lU"
    ready:
      id: DIAMOND
      custom_model_data: 73
      name: "&a&lU"
    not_in_word:
      id: DIAMOND
      custom_model_data: 99
      name: "&7&lU"
    inventory_slot: 15
  V:
    normal:
      id: DIAMOND
      custom_model_data: 22
      name: "&f&lV"
    hidden:
      id: DIAMOND
      custom_model_data: 48
      name: "&e&lV"
    ready:
      id: DIAMOND
      custom_model_data: 74
      name: "&a&lV"
    not_in_word:
      id: DIAMOND
      custom_model_data: 100
      name: "&7&lV"
    inventory_slot: 31
  W:
    normal:
      id: DIAMOND
      custom_model_data: 23
      name: "&f&lW"
    hidden:
      id: DIAMOND
      custom_model_data: 49
      name: "&e&lW"
    ready:
      id: DIAMOND
      custom_model_data: 75
      name: "&a&lW"
    not_in_word:
      id: DIAMOND
      custom_model_data: 101
      name: "&7&lW"
    inventory_slot: 10
  X:
    normal:
      id: DIAMOND
      custom_model_data: 24
      name: "&f&lX"
    hidden:
      id: DIAMOND
      custom_model_data: 50
      name: "&e&lX"
    ready:
      id: DIAMOND
      custom_model_data: 76
      name: "&a&lX"
    not_in_word:
      id: DIAMOND
      custom_model_data: 102
      name: "&7&lX"
    inventory_slot: 29
  Y:
    normal:
      id: DIAMOND
      custom_model_data: 25
      name: "&f&lY"
    hidden:
      id: DIAMOND
      custom_model_data: 51
      name: "&e&lY"
    ready:
      id: DIAMOND
      custom_model_data: 77
      name: "&a&lY"
    not_in_word:
      id: DIAMOND
      custom_model_data: 103
      name: "&7&lY"
    inventory_slot: 14
  Z:
    normal:
      id: DIAMOND
      custom_model_data: 26
      name: "&f&lZ"
    hidden:
      id: DIAMOND
      custom_model_data: 52
      name: "&e&lZ"
    ready:
      id: DIAMOND
      custom_model_data: 78
      name: "&a&lZ"
    not_in_word:
      id: DIAMOND
      custom_model_data: 104
      name: "&7&lZ"
    inventory_slot: 28

Last updated