Config.yml Tutorial
# Enables or disables the plugin update message when joining the server.
update_notify: true
# 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
# Whether the amount value of each Word Item should be changed depending on the number of the word.
modify_words_amount: true
# Whether the next word must be automatically selected when a word is found.
auto_select_next_word: true
# Whether the scroll up/down buttons should be placed in the inventory only if the level has
# more than 7 words.
scroll_buttons_only_if_necessary: false
# 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
# You can also use resource pack sounds.
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
# Format of the %progress% variable on the lore of category items.
progress_bar_placeholder:
filled_symbol: "&a|"
empty_symbol: "&c|"
amount: 20
# Defines if every message/text in the plugin should use the MiniMessage format.
# Only works on Paper 1.19.4+.
use_minimessage: false
# MySQL support credentials
mysql_database:
enabled: false
host: localhost
port: 3306
username: root
password: root
database: minewords
# Common items for the level inventory
# More info below
common_items:
# Character items, you can even create our own
# More info below
characters_items:
Common Items
Select Word: Selected
Select Word: Not Selected
No Letter
Letter To Find
Letter To Find Hidden Column
Wrong Word
Scroll Words Down
Scroll Words Up
Remove Last Letter
Quit Level
Characters Items
Normal Character Item
Hidden Character Item
Ready Character Item
Not In Word Item
Inventory Slot
Last updated