Frisking Plugin - Read the thread for more info!

Discussion in 'Archived: Plugin Requests' started by TaylaGang, Jul 24, 2012.

  1. Offline

    TaylaGang

    Plugin Category: Fun

    Purpose for this Plugin:

    The purpose for this plugin is for my Drug Server which is to be set in a City being kept under control and order by the Cops but in the Wild everything is free game. Where this plugin comes in play is when a Cop wants to search players roaming the City with Contraband such as Drugs (Ex. Sugar, Paper, Red and Brown Mushroom, Mundane Potion, Cactus Green, Pink Dye) all they will have to do is left-click a player with a stick and it should take each "drug" by the stack/item each time a Cop left-click that player, however if a Cop still wants to left-click they may do so but at a price, each time the left-click fails to find "drugs" the Cop will recieve 1 heart of damage no matter the armor/protection.

    Ideas for Permissions: friskstick.use

    When I would like it by: By the end of the week if you can :p.

    Bump.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  2. Offline

    dchaosknight

    TaylaGang
    I'll look into it. But first, does it have to be a left click, or can it be a right click?
     
  3. Offline

    LegoPal92

    essentials has this: /invsee (playername)
     
  4. Offline

    TaylaGang

    Left-click is preffered but Right-click is fine too :D.

    It does yes, but if you actually did read the description /invsee isn't what I'm looking for.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  5. Offline

    TaylaGang

    Bump.

    Bump.

    Here is a better example of what I'd like:
    [​IMG]

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  6. Offline

    dchaosknight

    I may be able to do that... once I figure out why the current one isn't working.
     
  7. Offline

    TaylaGang

  8. Offline

    np98765

    I may attempt to attempt this. ;)
     
  9. Offline

    dchaosknight

    np98765
    I'm already attempting this. There are a few bugs, but I hope to get them resolved quickly.
     
  10. Offline

    np98765

    Ok :)
     
  11. And
    Let's have a race who finishes first :p
     
  12. Offline

    np98765

    Or I spend my time writing my second plugin! :p
     
  13. What kind of plugin your making for your second plugin?
     
  14. Offline

    np98765

    It's a secret. :p I'm almost finished, I'll probably release in a few hours -- You can see then. :p
     
  15. OAKay i wood like to see it later when its finished:p
     
  16. Offline

    TaylaGang

  17. Offline

    np98765

    Someone said they are attempting it -- Why do you need to bump?
     
  18. Offline

    Sushi

    Oh god np learned how to make plugins why

    Speaking of frisking are there any airport servers that need a TSA patdown plugin, I would gladly write one.
     
  19. Offline

    TaylaGang

    Just to keep it up to date :p.
     
  20. Offline

    np98765

    Because it's fun. :p
     
  21. Offline

    honeydew4321

    hey guys im new and i would really like to have that plugin so once u finish can u put a link or somthing in the thread thanks :)
     
  22. Offline

    dchaosknight

    XD, funny you should ask that, because I just finished testing it. Will put a link up when it's available for download.

    honeydew4321 TaylaGang
    EDIT: Great news! First version of the plugin available! Download it here!
     
  23. Offline

    TaylaGang

    THANKS SOOOOO MUCH :DDDD
     
  24. Offline

    dchaosknight

    You are welcome!
     
  25. Offline

    honeydew4321

    I FUCKING LOVE YOU THANK U SO MUCH <3

    why dosetn it work for my server :O

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  26. Offline

    dchaosknight

    What about it isn't working?
     
  27. Offline

    honeydew4321

    it dosent load
     
  28. Offline

    dchaosknight

  29. Offline

    honeydew4321

    13:21:39 [SEVERE] Could not load 'plugins/FriskStick (1).jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: friskstick/cops/plugin/FriskStick : Unsupported major.minor version 51.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:151)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:214)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:190)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:55)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:158)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:424)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.UnsupportedClassVersionError: friskstick/cops/plugin/FriskStick : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:140)
    ... 8 more
     
  30. Offline

    dchaosknight

    honeydew4321
    What version of craftbukkit are you running?
     

Share This Page