[INACTIVE][SEC] Guardian v1.3 - Protecting your bukkit server

Discussion in 'Inactive/Unsupported Plugins' started by Nijikokun, Jan 9, 2011.

     
  1. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    USE WORLDGUARD
  2.  
  3. Offline

    Ickarious

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Maybe add a list of people who can bypass the guardian?
  4. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    ... there is, its in the permissions file.
  5. Offline

    Ickarious

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Oh, My bad, I read the settings you supplied in the OP as the whole permissions file, I havent actually downloaded it yet because I dont have a version of bukkit yet.
  6. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Added that so other people won't be confused I guess.
  7. Offline

    McSpuds

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    We are using this, thanks. I could use one thing with this to help on the griefing and that is No Fire spread=true

    The report to the admin spams a little but that is fine considering the benifits.

    Good work, we have it a NationCraft!
  8. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    - Needs to be able to cancel the event, until then.. no fire prevention! Just remove placement of lava & fire.
  9. Offline

    feverdream

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Is source of this available for us aspiring plugin writers? I dont see a link... Just the .jar
  10. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    No the source isn't available, I dislike setting up git all the time. Its a pain in the ass.
  11. Offline

    feverdream

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    But isn't the source all gpl? ;)

    I'm not looking to be a jerk about it, I'm just wondering since the front page says its GPL and all, and that means technically people have to give out source if they are asked. I'm not asking for you to mess with git, a zip would be fine.

    To be honest, this request is more about my desire to learn. I am trying to learn more about plugins since I admin my own server and foresee issues popping up that need to be solved with custom code, and to be honest, looking at the source of a plugin created by somebody as skilled as you seem to be would greatly help me ramp up to speed and increase my overall understanding. I fact, I already have my first one 90% done, and the only reason I was able to ramp up so fast was due to looking at the source for other plugins to get a better feel for the API and what is supported.

    So pretty-pretty-please with sugar frosted chocolaty sprinkles... can we have source?
  12. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    1.1 released. Requires craftbukkit from 10 minutes ago of this post.
  13. Offline

    ScytheX10

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Edit again!
    Nope, not working... Updated to the latest and fire still spreads.
  14. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Re-download, I just re-uploaded the working version. Was missing an event listener.
  15. Offline

    ScytheX10

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Fires spread, lava causes fire still. Updated to the latest versions of craftbukkit and bukkit. Both compiled from the latest repository. Also tried my own variation of this, and it doesn't work.. yet it's in the bukkit source.

    I tried.:


    Code:
                pm.registerEvent(Event.Type.BLOCK_IGNITE, blockListener,Priority.High, this);
    


    Code:
        public void onBlockIgnite(BlockIgniteEvent event){
             System.out.println("BlockIgniteEvent Called!");
             event.setCancelled(true);
             System.out.println("End Of Block!");
    
        }
    It didn't even print to the console.

    So confused D=

    Bukkit onBlockIgnite class
  16. Offline

    Runelynx

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    This seems to give the same features, but far less options, as Worldguard... anything that I'm missing?
  17. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Someone requested it on my server because they kept burning down their house. So I made it. Like everything I make for my server, I released it.
  18. Offline

    pa1n

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    One issue while using your plugin it stops the flow of water if you could fix it I would greatly appreciate it. Thanks
  19. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Updated download link with new release to prevent conflicts.

    stop-water-flow=true

    Set it to false in the settings file in Guardian/
  20. Offline

    Pawned

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    This and iStick seem to be throwing errors at me. Are they incompatible with the latest build?
  21. Offline

    Fewmets

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    this, iStick and Chunk Control, all seem to be incompatible with each other for some reason. If you use any two or more in conjunction with one another they crash. If you could fix this I would really appreciate it.
  22. Offline

    pa1n

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Same issue with the water. The water now flows 1 block then after 30 seconds fill's the next block. Maybe restricting the flow of something bugged the water flow. Hope its fixed soon.
  23. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    It's because I was adding things to iStick.
  24. Offline

    Fewmets

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    if that's the case then why does this and chunk control have issues?
  25. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Re-uploaded try now.
  26. Offline

    Fewmets

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    thank you very much. works fine now.
  27. Offline

    root

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Read this. and don't violate the GPL.
  28. Offline

    TotempaaltJ

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    This isn't important: GPL isn't actually enforced or anything, no one will sue anyone over the source of a bukkit plugin ;)
  29. Offline

    root

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    It is important. Mind you, if the license isn't being enforced... anybody want all the rights to a program called Bukkit? Only $20. :)
  30. Offline

    chill1977

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    So let's just make a big deal over this and make a mod writer stop releasing his mod because he doesnt want to mess with git. People whine entirely to much in the world.
  31. Offline

    SeeD419

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Quoted for justice.
    Nate204 likes this.

Share This Page