UnlockRecipe

Allow player uses !!recipe to unlock recipes

tool

Installation command

!!MCDR plugin install unlock_recipe

Author

Synced at

...

Last update

...

Latest version

Total downloads

9

Back to catalogue

UnlockRecipe

中文


Introduction

  • JEI, REI and other mods cannot view locked recipes when browsing recipes
  • Use this plugin to unlock recipes for non-op players

Command

  • !!recipeunlock recipes for oneself(Only for player)

Configuration

config.json (default configuration file)

{
    "permission": 1,  // player permission level
    "announce": true,  // whether to notify players when they enter the game
    "announce_once": true  // whether to notify only once
}

announced_players.json (record notified players)

{
  "announced_players": [
    "player1",
    "player2"
    ]
}

README source: README.md