How to add blocks to the Top Luck menu: 1. Open the config in your plugins folder (plugins/TopLuck/config.yml) 2. Add a line after "blocks-to-check:" 3. Put a dash - and write the name of any block in the Minecraft registry (Example: - DIAMOND_ORE) 4. Reload the configuration (/tl reload) Placeholders: - %topluck_total_blocks_mined% - Returns the player's total mined blocks - %topluck_total_ore_mined% - Returns the player's total mined ore - %topluck_total_ore_mined_percentage% - Returns the player's total mined ore percentage - %topluck_block_name% - Returns the player's block mined (Replace block_name with any of the blocks in the config [Example: DIAMOND_ORE]) - %topluck_block_name_percentage% - Returns the player's block mined percentage (Replace block_name with any of the blocks in the config [Example: DIAMOND_ORE]) - %topluck_warns% - Returns the player's warns
Permissions: - topluck.open - Allows the user to open the top luck menu - topluck.info - Allows the user to see the plugin's info - topluck.reload - Allows the user to reload the configuration - topluck.invsee - Allows the user to open someone else's inventory - topluck.invsee.move - Allows the user to move items in someone else's inventory - topluck.warn.public - Allows the user to warn someone publicly - topluck.warn.private - Allows the user to warn someone privately
Configuration: - use-player-heads-in-menu - Use player heads or normal heads in the menu - blocks-to-check - The blocks which will be checked when the menu is opened - hide-plugin-name - Hides the plugin's name in every message (errors, successes) and menus - warn-message-public - The warn message sent in the chat when someone is publicly warned - warn-message-private - The warn message sent to a player when they are privately warned - plugin-name-color - The color the plugin's name will have in the chat whenever it sends a message - messages-success-color - The color the plugin's success message will have whenever it is sent - messages-error-color - The color the plugin's error message will have whenever it is sent