Page 1 of 1

No Category

Posted: 24 Jul 2021, 04:36
by kyoshimine1
Is it possible to make a plugin not appear in any category? For example, I would like the plugin only appear in the plugins category and only be there and not in other of the game categories.
image.jpg
image.jpg (12.83 KiB) Viewed 4085 times

Re: No Category

Posted: 24 Jul 2021, 05:38
by anhkatori2
you can try this:

Code: Select all    Reset

"category":"$cat_plugins00",
JSON checker
Check

Re: No Category

Posted: 24 Jul 2021, 10:23
by JustAnyone
This would create an issue with older toolbar and make the plugin unavailable there, therefore I do not recommend you do that.

Re: No Category

Posted: 24 Jul 2021, 15:30
by CommanderABab
Probably just use in the plugin:

Code: Select all

 "hidden":true

Re: No Category

Posted: 25 Jul 2021, 20:32
by kyoshimine1
Thanks for the help, I already tried the two ways suggested and unfortunately it did not give me the result that I expected (the plugin disappears completely in-game), but for now I found another method.

Re: No Category

Posted: 09 Aug 2021, 08:20
by Yakka
kyoshimine1 wrote:
24 Jul 2021, 04:36
Is it possible to make a plugin not appear in any category? For example, I would like the plugin only appear in the plugins category and only be there and not in other of the game categories.

image.jpg
You can make your own
Find content_category.json somewhere else in this forum
Then you need add "override":true and "hidden":true to category you want to remove

Re: No Category

Posted: 17 Aug 2021, 04:57
by kyoshimine1
Kiki012 wrote:
09 Aug 2021, 08:20
kyoshimine1 wrote:
24 Jul 2021, 04:36
Is it possible to make a plugin not appear in any category? For example, I would like the plugin only appear in the plugins category and only be there and not in other of the game categories.

image.jpg
You can make your own
Find content_category.json somewhere else in this forum
Then you need add "override":true and "hidden":true to category you want to remove
Thanks for your help Kiki012 :)
That was exactly what I did. But I did not hide it, simply because I no longer needed it ( ̄▽ ̄)

Re: No Category

Posted: 17 Aug 2021, 08:55
by Yakka
kyoshimine1 wrote:
17 Aug 2021, 04:57
Kiki012 wrote:
09 Aug 2021, 08:20
kyoshimine1 wrote:
24 Jul 2021, 04:36
Is it possible to make a plugin not appear in any category? For example, I would like the plugin only appear in the plugins category and only be there and not in other of the game categories.

image.jpg
You can make your own
Find content_category.json somewhere else in this forum
Then you need add "override":true and "hidden":true to category you want to remove
Thanks for your help Kiki012 :)
That was exactly what I did. But I did not hide it, simply because I no longer needed it ( ̄▽ ̄)
By the way,i like you avatar