Command on login

Discussion in 'Archived: Plugin Requests' started by Sputnik_15, Dec 8, 2011.

  1. Offline

    Sputnik_15

    I'm juggling plugins trying to get the broken pieces fixes using other plugins and getting some parts to work and other not to.. but one big problem I'm having is op's being godded on login.. (small but annoying}

    I was wondering if there was a plugin or if this would be easy to create that would use ungod on every player that logs in.

    thanks,
    sputnik
     
  2. Offline

    Zaros

    Or just find the plugin that is doing it and turn that off.
     
  3. Offline

    Sputnik_15

    It's worldguard. I've been through that config so many times It's driving me up a wall.

    It only happens with worldguard in.
     
  4. Offline

    Jekotia

    Set auto-invincible to false in WorldGuard/config.yml
     
  5. Offline

    Sputnik_15

    I have and it still hasn't seemed to fix the issue.
     
  6. Offline

    KingWar92

    Develop your own plugin: use event
    Code:
    onPlayerJoin
    and command
    Code:
    event.player.performCommand("god")
     
  7. Offline

    Sputnik_15

    I've got no idea what any of that means :(

    I'm not the brightest burnt out bulb

    ( I have zero experience coding. Not even the slightest clue )
     
  8. Offline

    evilmidget38

    I'll have something for you in about an hour. I'm a little busy at the second.

    EDIT: Almost done. Just a little debugging.
     
  9. Offline

    Sputnik_15

    I really appreciate it. Once this is on i should be able to test run my server publicly
     
  10. Offline

    evilmidget38

    this bug is harder to squash, than I thought, but mostly because I'm new. I'll definitely have it done by tonight, even if not in the next 20 mins.
     
  11. Offline

    Sputnik_15

    Take all the time you need. Beggars can't be choosers, and there's certainly no way I could do something like that myself.
     
  12. Offline

    evilmidget38

    Finished, once my bukkitdev page gets approved I'll post a link.
     
  13. Offline

    Sputnik_15

    Thank you i appreciate it
     
  14. Offline

    ArcheCane

  15. Offline

    BlackHawkLex

    It would make a lot more sense with /ungod guys ;).
     
  16. Offline

    Sputnik_15

    tis true ungod is what i need ^_^

    I tested it and It's great! Exactly what i needed but ungod instead of god :D
     
  17. Offline

    evilmidget38

    If you're still interested, my plugin is finished and approved. It allows you to execute any command that doesn't include arguments(/ungod), but not commands with arguments(/say <something>). It also features permissions. Here's my bukkitdev: http://dev.bukkit.org/server-mods/commandonstart/
     
  18. Offline

    Sputnik_15

    thank you! This is amazing

    May i ask. how do you use it?

    Scratch that! I the page didn't load the first time ^_^ how wonderfuL!
     
  19. Offline

    evilmidget38

    No problem . If you're interested, I just updated it to 1.1 which removes some test code and fixes typos. It also names the folder the CommandOnLogin, rather than CommandOnLogin1.0 which means you'll have to move the config file over.
     
  20. Offline

    Sputnik_15

    Thanks i appreciate it!
     

Share This Page