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 Oct 29, 2012UPDATE!!!
-
View User Profile
-
Send Message
Posted Sep 27, 2012Update i am admin and i cant /pl ? i have permission..
-
View User Profile
-
Send Message
Posted Sep 2, 2012UPDATEEEEEEEEEEEEEE
-
View User Profile
-
Send Message
Posted Aug 31, 2012not worth the hassle update the thread because it holds stuff that the plugin does not have
-
View User Profile
-
Send Message
Posted Aug 23, 2012Will this be updated for latest craftbukkit?
-
View User Profile
-
Send Message
Posted Jul 27, 2012which is the function of /icanhasbukkit, I test it in console and as a player and says unknown comand (i dont install plugin list)
-
View User Profile
-
Send Message
Posted Jul 26, 2012Explain this to me... I'm op!!! I can't even use /pl /plugin nor the console too! Can You fix it! I had the 1.2.3 one and that release was broken.
-
View User Profile
-
Send Message
Posted Jul 14, 2012I have found a way that works for me. Download Version 1.7. Open this file with WinRAR or 7zip and go to: "files" and change the config.yml.
This way work for me with the newest Craftbukkit DEV.
-
View User Profile
-
Send Message
Posted Jul 12, 2012The new release is actually completely broken from the looks of it. Previous version works just fine. I like this plugin :P
-
View User Profile
-
Send Message
Posted Jul 11, 2012-
View User Profile
-
Send Message
Posted Jul 7, 2012@l4pierce
yeah ik, its sum dumb update of this plugin. y would he remove the best part( fake list )
-
View User Profile
-
Send Message
Posted Jul 7, 2012? Why'd You Remove The Best Part! The Fake Plugin List!?
-
View User Profile
-
Send Message
Posted Jul 5, 2012-
View User Profile
-
Send Message
Posted Jul 5, 2012@Gunnerrrrr
I found a way to create th config file;
Install version 1.8; the file will create; then put the latest version!!
There.
-
View User Profile
-
Send Message
Posted Jul 3, 2012-
View User Profile
-
Send Message
Posted Jun 28, 2012@DanishDude93
The jar IS the plugin, put it in your whereyourserveris/plugins folder
-
View User Profile
-
Send Message
Posted Jun 26, 2012Ok, so when anyone does /pl or /plugins or even /ver or /version or /icanhasbukkit. It ALWAYS returns "unknown command", no matter what permission they have.
-
View User Profile
-
Send Message
Posted Jun 20, 2012How come the jar doesnt extract the plugin into a folder when i install it?
-
View User Profile
-
Send Message
Posted Jun 19, 2012Still getting "Unknown command. Type 'help' for help." although I've set the pluginlist.user.
I've also tried using * permission, still not working. As soon as I disable the plugin, everything works just fine. As a programmer myself I can't really get a clue what's going wrong here, because it seems that this line is failing: if (player.hasPermission("pluginlist.user")) {
... which look just fine to me and failing makes absolutely no sense here. May there be a bukkit issue with the Player Object within onPlayerCommandPreprocess() ?! oO
PS: I'm using PlugMan as plugin list replacement. May there be some compatibility problem?
-
View User Profile
-
Send Message
Posted Jun 19, 2012Excellent, thanks a million for this, please keep it updated! :)