# 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
# 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
# Format of the %progress% variable on the lore of category items.
progress_bar_placeholder:
filled_symbol: "&a|"
empty_symbol: "&c|"
amount: 20
# 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
These are items used on the different inventories of the plugin. Remember to use the ITEMSproperties.
Select Word: Selected
Item placed when a word line is selected and can be written on.
Item to use to show the previous word lines. You can also modify the inventory_slot property to change the position of this item on the player inventory.
Item to remove the last letter of the selected word. You can also modify the main_game_inventory_slot and word_of_the_day_inventory_slot properties to change the position of this item on the player inventory.
Corresponds to the character item placed on the position of a hidden word.
It is also used in the Word of the Day minigame. This item will represent a character found in the word but in an incorrect position. Usually color yellow.