No Category

Plug-in related stuff can be discussed here.

Moderator: Plugin Moderators

User avatar
kyoshimine1
Townsman
Reactions:
Posts: 50
Joined: 03 Oct 2020, 00:11
Location: Japan
Plugins: Showcase Store

Plugin Creator

Platform

No Category

#1

Post 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 2763 times

User avatar
anhkatori2
Metropolitan
Reactions:
Posts: 129
Joined: 24 May 2021, 05:35
Location: Vietnam
Plugins: Showcase Store

Plugin Creator

Platform

Re: No Category

#2

Post by anhkatori2 »

you can try this:

Code: Select all    Reset

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

User avatar
JustAnyone
Developer
Reactions:
Posts: 3475
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: No Category

#3

Post by JustAnyone »

This would create an issue with older toolbar and make the plugin unavailable there, therefore I do not recommend you do that.

User avatar
CommanderABab
AB
Reactions:
Posts: 11102
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: No Category

#4

Post by CommanderABab »

Probably just use in the plugin:

Code: Select all

 "hidden":true

User avatar
kyoshimine1
Townsman
Reactions:
Posts: 50
Joined: 03 Oct 2020, 00:11
Location: Japan
Plugins: Showcase Store

Plugin Creator

Platform

Re: No Category

#5

Post 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.

User avatar
Yakka
Inhabitant of a Conurbation
Reactions:
Posts: 415
Joined: 06 Jan 2020, 09:57
Location: Java-indonesia
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: No Category

#6

Post 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

User avatar
kyoshimine1
Townsman
Reactions:
Posts: 50
Joined: 03 Oct 2020, 00:11
Location: Japan
Plugins: Showcase Store

Plugin Creator

Platform

Re: No Category

#7

Post 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 ( ̄▽ ̄)

User avatar
Yakka
Inhabitant of a Conurbation
Reactions:
Posts: 415
Joined: 06 Jan 2020, 09:57
Location: Java-indonesia
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: No Category

#8

Post 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

Post Reply Previous topicNext topic

Return to “Plug-In Discussion”