Installation command
!!MCDR plugin install unlock_recipe
Author
Repository
Homepage
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
!!recipe
unlock 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"
]
}
Introduction source: README.md