Permissions and Config.yml

Permissions and Config.yml
Permissions:
If you want to use the permissions feature you will need to go into the config.yml and change permissions: to true.
permissions: morecraft.* #Gives access to all features! - morecraft.items.* - morecraft.tools.* - morecraft.blocks.* - morecraft.armor.* - morecraft.mobegg morecraft.blocks.* #Gives access to all block recipes! - morecraft.blocks.grass - morecraft.blocks.netherbrick - morecraft.blocks.endportalframe - morecraft.blocks.web - morecraft.blocks.soulsand - morecraft.blocks.bedrock - morecraft.blocks.mossycobblestone - morecraft.blocks.sponge - morecraft.blocks.flatsnow - morecraft.blocks.ice - morecraft.blocks.obsidian - morecraft.blocks.mycel - morecraft.blocks.clay morecraft.items.* #Gives access to all Items recipes! - morecraft.items.netherwarts - morecraft.items.feather - morecraft.items.flint - morecraft.items.saddle - morecraft.items.seeds - morecraft.items.leather - morecraft.items.goldhorsearmor - morecraft.items.ironhorsearmor - morecraft.items.diamondhorsearmor - morecraft.items.nametag - morecraft.items.expbottle morecraft.armor.* #Gives access to all armor recipes! - morecraft.armor.chainhelmet - morecraft.armor.chainchestplate - morecraft.armor.chainleggings - morecraft.armor.chainboots - morecraft.armor.quartzchestplate - morecraft.armor.quartzhelmet - morecraft.armor.quartzleggings - morecraft.armor.quartzboots morecraft.tools.* #Gives access to all tool recipes! - morecraft.tools.quartzspade - morecraft.tools.quartzpickaxe - morecraft.tools.quartzaxe - morecraft.tools.quartzsword - morecraft.tools.quartzhoe morecraft.mobegg #Gives access to all mobegg recipes!
Config.yml:
#MoreCraftables developed by zRA1Nz - Put, "true" to enable a feature or put, "false" to disable the feature. #Location of Website Recipe WebsiteForRecipeList: 'http://alohacraft.net/recipes' #Enable if you want to use perms instead! Permissions: false #Recipes #Items: Expbottles: true Netherwarts: true Feather: true Flint: true GoldHorseArmor: true IronHorseArmor: true DiamondHorseArmor: true Nametag: true #Blocks: Grass: true Netherbrick: true EnderPortalFrame: false Cobwebs: true Soulsand: true MossyCobbleStone: true Sponge: true Flatsnow: true Saddle: true Seeds: true Leather: true Ice: true Obsidian: true Mycelium: true Clayblock: true Bedrock: false #Armor: QuartzArmor: true ChainHelmet: true ChainChestplate: true ChainLeggings: true ChainBoots: true #Tools: QuartzTools: true MobEggs: true
Comments