There are a couple issues with the help menu currently.
The help menu does not appear without a 2nd, but incorrect, argument.
So "/bcr help" brings up nothing but "/bcr help abc" brings up the help menu.
"/bcr help setitem" just says it's not yet a feature, and there seems to be no notes anywhere I can find on what this feature could be.
There are a couple issues with the help menu currently.
* The help menu does not appear without a 2nd, but incorrect, argument.
So "/bcr help" brings up nothing but "/bcr help abc" brings up the help menu.
* "/bcr help setitem" just says it's not yet a feature, and there seems to be no notes anywhere I can find on what this feature could be.
I think it refers to the /bcr create command. It saves the item in hand to the config file Utils.yml, looks like Neo wanted to let people use custom items in the Tiers.yml config.
I made it work by changing the command to /bcr create <key>, it will write the item to the the ´Utils.ymlfile with the corresponding key. This key can then be used as a reference in theTiers.ymlwhere you would normally define an item by addingCustomItem: ` to the section of a tier.
I think it refers to the `/bcr create` command. It saves the item in hand to the config file `Utils.yml`, looks like Neo wanted to let people use custom items in the `Tiers.yml` config.
I made it work by changing the command to `/bcr create <key>`, it will write the item to the the ´Utils.yml` file with the corresponding key. This key can then be used as a reference in the `Tiers.yml` where you would normally define an item by adding `CustomItem: <key>` to the section of a tier.
There are a couple issues with the help menu currently.
The help menu does not appear without a 2nd, but incorrect, argument. So "/bcr help" brings up nothing but "/bcr help abc" brings up the help menu.
"/bcr help setitem" just says it's not yet a feature, and there seems to be no notes anywhere I can find on what this feature could be.
I think it refers to the
/bcr create
command. It saves the item in hand to the config fileUtils.yml
, looks like Neo wanted to let people use custom items in theTiers.yml
config.I made it work by changing the command to
/bcr create <key>
, it will write the item to the the ´Utils.ymlfile with the corresponding key. This key can then be used as a reference in the
Tiers.ymlwhere you would normally define an item by adding
CustomItem: ` to the section of a tier.