Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 679 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 679 Bytes

Description

Allows you to enable/disable artifacts during a run via console commands.

Console commands

To open a console first time press ctrl + alt + `, after that you can use just `.

  • mra_enable {ArtifactName} - enables artifact with a given name (no spaces in the name).
  • mra_disable {ArtifactName} - disables artifact with a given name (no spaces in the name).
  • mra_toggle {ArtifactName} - disables artifact with a given name (no spaces in the name) if it was enabled, otherwise enables it.

Config options

  • EnableChatCommands - Accept commands from any player in chat.

Bugs

Feel free to ping me on discord @KingEnderBrine if you found one.