Inactive [RPG/FUN] Thieves 1.2.4 - Steal items from other players [1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Snaipe, Jan 27, 2012.

  1. Offline

    Wulfspider

  2. Offline

    Snaipe

    Thank you, messing up with packet sending is quite painful :B
     
  3. Offline

    wsurfer852

    Just Spout, not Spoutcraft right?
     
  4. Offline

    Snaipe

  5. Offline

    wsurfer852

  6. Offline

    jayabaluan

    very gud
     
  7. Offline

    rejectdeath

    Hey I have everything set up for this but when i sneak and right click on a player whose back is to me it doesnt do anything. Why?
     
  8. Offline

    Snaipe

    rejectdeath what's your config ?

    also, have you set up the permissions properly ?
     
  9. Offline

    rejectdeath

    I have default perms, just op and such my config is
    worlds:
    - world
    general:
    stun-time: 5
    chance-of-discovery: 30
    theft-range: 4
    detection-radius: 2
    can-steal-in-hotbar: true
    can-steal-in-non-pvp-area: true
    permission-levels: false
    cooldown: 60
    language:
    enabled: Theft have been enabled on the server.
    disabled: Theft have been disabled on the server.
    you-have-been-discovered: You have been discovered, and the victim stunned you with anger.
    victim-is-too-far: The victim is too far from you.
    thief-spotted: You feel that something is moving inside your pocket.
    cannot-rob-player: You cannot rob this player.
    cannot-steal-in-non-pvp-area: You cannot steal in non-PvP area.
    cooldown-not-finished: Your cooldown is not finished.
    level-up: You just leveled up !
     
  10. Offline

    Snaipe

    rejectdeath you have to give your users the thieves.steal permission ( this permission is not given by default )
    this can be done in the permissions.yml.
     
  11. Offline

    rejectdeath

    Any way to do that without setting up PEX or anything?
     
  12. Offline

    Snaipe

    yep, you can give it inside the permissions.yml

    it would be something like :
    Code:
    your-default-global-permission:
        default: true
        children:
            thieves.steal: true
    
     
  13. Offline

    rejectdeath

    I understand what you're saying, but for my default permissions, it's completely empty. Usually this isn't a problem, so I've never figured out how to set them up. Sorry, I'm a noob.
     
  14. Offline

    lishid

    Please mention that you're using modified code from OpenInv.

    Edit: Please also post source code.
     
  15. Offline

    Snaipe

    rejectdeath you can put any name to the permission. you just have to copy what i wrote into your permissions.yml and replace the your-default-global-permission with anything you want. you can put any other permissions that you want to give your users by default below the thieves.steal permission.

    and don't worry, we all start as noobs anyway ;)
     
  16. Offline

    quickflash12

    I'm sorry but I don't understand how to give permissions even after the explanation you gave.
     
  17. Offline

    Snaipe

    lishid done in the credits section

    quickflash12 You can either set it in a permission plugin, such as PEX or PermissionsBukkit, or set it directly inside the permissions.yml file.
    To get an explanation on how to set the permissions.yml file, you can check PermissionBukkit's thread in the FAQ section ( "How do I use the root permissions.yml ?" )
     
  18. Offline

    Sambrosia

    Ah, very good! Thank you for this awesome plugin. Will be updating it for my players right away :)
     
  19. Offline

    lishid

    Snaipe Thanks. Hopefully, you can find some time to post the source, it looks very interesting :D
     
  20. Offline

    criticalfinal

    this should be added to mcmmo, good be a great skill''steal''
     
  21. Offline

    Kainzo

    interesting turn of events for the Thief leveling system. It semi clashes with our Heroes RPG plugin but I like the way you are going with it :)
     
  22. Offline

    Steameater

    Spout.
    I search spout in the Bukkit plugin list but there are many results. Can you put a link to the right one up?
     
  23. Offline

    Snaipe

  24. Offline

    TexaSpex

    Well I was wondering, I think that this plug-in has a great idea, but if I am holding an enchanted diamond sword, can it be stolen? Would it have the same difficulty level of a regular (unenchanted) diamond sword, or will it have a higher one. Can you add a difficulty feature that does this? Like a reg diamond sword is 5 but a sharpness V is a 10?
     
  25. Offline

    Steameater

  26. Offline

    Snaipe

    TexaSpex done in 1.2.1

     
  27. Offline

    nolan

    hey, i got this error :/
    [SEVERE] Could not load 'plugins\Thieves.jar' in folder 'plugins': Spout
    org.bukkit.plugin.UnknownDependencyException: Spout
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:188)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:109)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:156)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:132)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)

    running craft bukkit 1.1 R4

    My full log - http://pastie.org/3430262
     
  28. Offline

    Snaipe

    nolan Spout is required for this plugin to work.
    by the way, your permission.yml is invalid, check it with a yaml parser.
     
  29. Offline

    nolan

    thanks!
     
  30. Offline

    rejectdeath

    hey so i followed your advice about permissions, and got a lot of other mods with permissions issues fixed (thanks) but your mod besides having the toggle option, doesn't even appear to exist on my server. Not even I can steal from someone, I'm sure theres something I'm overlooking but any ideas what that is?
     

Share This Page