Skip to content

Permissions

WolfyScript edited this page Nov 26, 2023 · 6 revisions

Defaults

Each permission has a default value, specifying the default access.
If no default is specified it is op!

op - Players that have operator rights.
true - All Players have access.
false - No one (not even ops) has access.

Root Permission

customcrafting.* (default: op)
Gives permission for everything.

Workstations

customcrafting.workstation.* - Gives access to all workstation features.

Cauldron

customcrafting.inv.cauldron.* - Permission to open the cauldron GUI
customcrafting.workstation.cauldron.* - Gives access to all cauldron workstation features.
customcrafting.workstation.cauldron.interact (default: true) - Permission to interact

Update Notification

customcrafting.update_check (default: op)
Displays the new update message on join.

Recipe Conditions

Permission Condition

The permission condition allows you to set a custom permission string.
The permission here is the default one.

customcrafting.craft.* (default: op)

Inventory

customcrafting.inv.* (default: op)
Gives access to all the GUI interfaces.

MainMenu

customcrafting.inv.none.* (default: op)

customcrafting.inv.none.patrons_menu Access to the Patreon menu
customcrafting.inv.none.settings Access to the Settings
customcrafting.inv.none.recipe_list Access to the Recipe List
customcrafting.inv.none.item_list Access to the Item List

Recipe Book

customcrafting.inv.recipe_book.* (default: true)
Access to the overview and all the other sub menus of the custom recipe book.

customcrafting.inv.recipe_book.main_menu (default: true)
Access to the MainMenu
customcrafting.inv.recipe_book.recipe_book (default: true)
Access to the Recipe Overview

Recipe View

customcrafting.inv.recipe_view.* (default: true)
Access to the menus to view a single recipe via the lookup command.

customcrafting.inv.recipe_view.single_recipe (default: true)
Access to the recipe view.

Recipe Creator

customcrafting.inv.recipe_creator.* (default: op)
Access to all the Recipe Creator menus.

customcrafting.inv.recipe_creator.crafting
customcrafting.inv.recipe_creator.cooking
customcrafting.inv.recipe_creator.anvil
customcrafting.inv.recipe_creator.cauldron
customcrafting.inv.recipe_creator.stonecutter
customcrafting.inv.recipe_creator.grindstone
customcrafting.inv.recipe_creator.elite_crafting
customcrafting.inv.recipe_creator.elite_crafting_settings
customcrafting.inv.recipe_creator.brewing_stand
customcrafting.inv.recipe_creator.smithing
customcrafting.inv.recipe_creator.conditions
customcrafting.inv.recipe_creator.conditions_add
customcrafting.inv.recipe_creator.result
customcrafting.inv.recipe_creator.ingredient
customcrafting.inv.recipe_creator.tag_settings
customcrafting.inv.recipe_creator.tag_list
customcrafting.inv.recipe_creator.item_editor

Item Creator

customcrafting.inv.item_creator.* (default: op)
Access to the full Item Creator

customcrafting.inv.item_creator.main_menu (default: op)
Access to the Item Creator main menu.

Elite Crafting Table

customcrafting.inv.crafting.* (default: op)
Access to all menus of the Elite Crafting Table (2x2 - 6x6)

customcrafting.inv.crafting.crafting_grid2
customcrafting.inv.crafting.crafting_grid3
customcrafting.inv.crafting.crafting_grid4
customcrafting.inv.crafting.crafting_grid5
customcrafting.inv.crafting.crafting_grid6

Recipe Book Editor

customcrafting.inv.recipe_book_editor.* (default: op)
Access to the full Recipe Book Editor

customcrafting.inv.recipe_book_editor.editor_main
customcrafting.inv.recipe_book_editor.categories
customcrafting.inv.recipe_book_editor.filters
customcrafting.inv.recipe_book_editor.category
customcrafting.inv.recipe_book_editor.filter

Potion Creator

customcrafting.inv.potion_creator.* (default: op)
Full access to the Potion Creator

customcrafting.inv.potion_creator.potion_creator
customcrafting.inv.potion_creator.potion_effect_type_selection

Commands

customcrafting.cmd.* (default: op)
Access to all the available commands.

customcrafting.cmd.info
customcrafting.cmd.help
customcrafting.cmd.studio
customcrafting.cmd.reload
customcrafting.cmd.give
customcrafting.cmd.database
customcrafting.cmd.lockdown
customcrafting.cmd.debug
customcrafting.cmd.darkmode
customcrafting.cmd.debug
customcrafting.cmd.darkmode

customcrafting.cmd.recipes (default: true)
Permission to open the custom recipe book. Needs customcrafting.inv.recipe_book.* to allow players to open the GUI!

| Home

  • Editions
  • Installation

| General

  • Performance
  • Terminology

| Recipes

Types

  • From 1.6.5.x
  • From 1.6.4.0
  • From 1.6.3.0 or older

| Special Workstations

  • Custom Recipe Book
  • Vanilla Recipe Book

Clone this wiki locally