PluginList
Example Output
Configuration
On first run, your config.yml will look like the below.
hide_everything: false hidden: [] faked: [] fakedDisabled: []
Your next step, would be to fill it in as such.
hidden: - HiddenPlugin1 - HiddenPlugin2 faked: - FakePlugin1 - FakePlugin2 fakedDisabled: - FakeDisabledPlugin1 - FakeDisabledPlugin2
After that, customize your colors if desired.
hide_everything works as expected. It will by default, force you to readd plugins as faked.
# OPTIONS ARE CASE SENSITIVE # RED DARK_RED # AQUA DARK_AQUA # BLUE DARK_BLUE # GRAY DARK_GRAY # GREEN DARK_GREEN # WHITE BLACK # YELLOW GOLD # LIGHT_PURPLE DARK_PURPLE ColorFaked: "YELLOW" ColorHidden: "GOLD" ColorEnabled: "GREEN" ColorDisabled: "RED" ColorDefault: "WHITE"
Permissions
pluginlist.user #Default: true #Grants usage of /plugins /pl pluginlist.version #Default: op #Grants usage of /version /ver /icanhasbukkit pluginlist.real #Default: op #Allows viewing hidden and faked plugins pluginlist.reload #Default: op #Grants usage of /plreload pluginlist.* #Default: op #All of the above




-
View User Profile
-
Send Message
Posted Nov 13, 2011@bearbear12345
it cancels /pl /plugins /ver /version /icanhasbukkit and does output accordingly. Depends on what kind of collision youre looking for.
-
View User Profile
-
Send Message
Posted Nov 12, 2011Q. Does this plugin have errors/collide/stuff up with other plugins?
-
View User Profile
-
Send Message
Posted Nov 7, 2011get it now :) thanx
-
View User Profile
-
Send Message
Posted Nov 6, 2011@bearbear12345
You combined both methods. Use either hidden: ["*"] or the dashed list, not both.
-
View User Profile
-
Send Message
Posted Nov 5, 2011it doesnt seem to work
Config
and i still get EVEYTHING ( i think)
-
View User Profile
-
Send Message
Posted Nov 5, 2011okay
-
View User Profile
-
Send Message
Posted Nov 5, 2011@bearbear12345
It expects a list for hidden. So you need to do one of these hidden: ["*"] or hidden: - "*"
Im not sure if quotes are mandatory, but thats the general format
-
View User Profile
-
Send Message
Posted Nov 4, 2011I have an error when i use it Read Here
My config file is
Link
Do i have to do hidden: - "*" or just - *
PLZ HELP
-
View User Profile
-
Send Message
Posted Oct 29, 2011Thanks
:) :) :)
Now i dont have 2 type 50+ plugins
-
View User Profile
-
Send Message
Posted Oct 29, 2011@bearbear12345Make sure you have the line in list format still, if you use that * node in hidden http://dev.bukkit.org/server-mods/pluginlist/files/7-1-4/
-
View User Profile
-
Send Message
Posted Oct 28, 2011Umm Is it possible to hide all plugins with an * for example:
hidden: - *
faked: [] fakedDisabled: []
So You Could like quickly remove plugins from the list without typing them all...
-
View User Profile
-
Send Message
Posted Oct 12, 20111317 Deprecates the Configuration, still works perfectly however. When they break things, Ill fix em. Or get some time to work on the new config API.
-
View User Profile
-
Send Message
Posted Oct 6, 2011@user44
Since pluginlist.user defaults to true for everyone, youll have to negate the permission with -pluginlist.user to take it away.
-
View User Profile
-
Send Message
Posted Oct 6, 2011Hi, your Plugin work great. But how can I disable that users can use " /plugins or /pl"?
user44
-
View User Profile
-
Send Message
Posted Sep 9, 2011It should check against the name in the plugin.yml inside the JAR.
-
View User Profile
-
Send Message
Posted Sep 9, 2011minecraft.jar names arent always working though ;(
-
View User Profile
-
Send Message
Posted Sep 4, 2011@MindEngineer Say youve got some giant plugin compilation that has 5 different jars that all load and interact with each other. Lets name them
PluginCore
PluginProt
PluginExtra
PluginPerms
PluginConfig
So you would hide all of those, then fake "Plugin". Faked plugins are just a word that will show up in the enabled color.
-
View User Profile
-
Send Message
Posted Sep 4, 2011I think I'm following what hidden might do; however, I'm not sure I understand what faked does?
-
View User Profile
-
Send Message
Posted Sep 3, 2011New download with configurable colors is available.
Check github for /release/1.1 1060/PluginList.jar if not yet on devbukkit.
-
View User Profile
-
Send Message
Posted Sep 3, 2011@Tauryuu
Curse/devbukkit requires ALL uploaded files to be verified. Check github in the /dist folder for the jar.