Links
Comment on page

Plugin's Files

the plugin's configuration files

Config.yml

#If this is true, player's must have the 'autolapis.force' permission node to get their enchantment tables automatically filled.
permission-based: false
enabled-worlds:
- world
- world_nether
- world_the_end
item:
#The amount of lapis put inside of the enchantment table
amount: 3
#Set the name to 'name: ''' to remove the custom name
name: '&9&lAuto Filled Lapis'
#Set the lore to 'lore: []' to remove the custom lore
lore:
- '&7This lapis is auto filled and'
- '&7not able to be removed'

Messages.yml

no-permission: '&4&l[!] &cYou do not have permission to do this!'
commands:
error: '&4&l[!] &cUnknown command; type "&4/autolapis help&c" for more information!'
help:
- '&6&l[!] &eAutoLapis Help:'
- ' &e/autolapis help &f- &7Shows this help message'
- ' &e/autolapis reload &f- &7Reload the plugin''s files'
- ' &e/autolapis toggle &f- &7Toggle the permission-based option on/off'
reload:
success: '&6&l[!] &eYou have successfully reloaded AutoLapis!'
toggle:
on: '&6&l[!] &eYou have toggled the permission-based option &6on&e!'
off: '&4&l[!] &cYou have toggled the permission-based option &4off&c!'