[ADMN] PlgSetspawn v5.0 - /setspawn and /spawn for OPs [1.4]

Discussion in 'Archived: Plugin Releases' started by Plague, Jan 30, 2011.

  1. Offline

    Plague

    PlgSetspawn - Plugin for /setspawn and /spawn only:
    Version: v5.0

    This plugin just gives /setspawn to OPs and /spawn to all, nothing more nothing less.
    It uses bukkit internal permission system.
    As in all my plugins, you can now edit the name of commands in plugin.yml.

    Permissions:
    • plgsetspawn.spawn for /spawn command (default all)
    • plgsetspawn.setspawn for /setspawn command (default op)

    Download(source inside)

    [​IMG]

    Changelog:
    Version 5.0:
    • Added bukkit permissions (spawn for all, setspawn for OPs by default)
    • Thanks @McAndze for showing me how to implement them easily :)
    Version 4.1
    • updated internals, should work on every MC build supported by bukkit now
    Version 4.0
    • uses onComand - CB 454+ compatible
    • you can now edit plugin.yml and change command names via "aliases:"
    Version 3.0
    • Updated for Minecraft 1.3 and craftbukkit 432
    Version 2.1
    • /spawn for everyone, /setspawn for OPs
    Version 2.0
    • updated craftbukkit API
    • you now /spawn on the exact location even if there are blocks above
    Version 1.0
    • Initial release
     
  2. Offline

    iPhysX

    It probably wont take long at all for Plague to get this built against 1597 :)
     
  3. Offline

    Plague

    I don't build anything for the last 6 months, I just change the title.
     
    jorisk322, Zonkil9 and iPhysX like this.
  4. Offline

    ಠ_ಠ

    I found a solution to the roof problem, well for me at least... I just put a one block hole over where the Spawn point is. Everyone spawns on the correct spot now... not on a roof. I suggest to everyone having a spawn outside somewhere, so there's no roof in the way :]
     
  5. Offline

    mowikel1

    Suggestion: Make another player respawn. Like /spawn player666. Anyway, thanks for an awesome plugin! Cheers.
     
  6. Offline

    KJanar

    Can you add a option to show if someone has used the command?

    For example: Player used /spawn and teleported to spawn.
     
  7. Offline

    oscar1999

    THANK YOU! This is what I wanted, nothing more.. thank you!
     
  8. Offline

    goodoletom

    its keeps reverting to origianal spawn.
     
  9. Offline

    Russian potato

    omg this plugin sucks there are way to many commands how am i supposed to remember them all... :D this is really just the plugin i needed im surprised that it wasnt already built in actually.
     
  10. Offline

    gamerboy667



    For The Next Update Could You Add A Guest Spawn command/permission?
    i would like my guests to spawn in a different spot than my members so that i can give guests signs to read and leave members to do on their own when they have to spawn.

    -Gamerboy667
     
  11. Offline

    ibreaktoucher

    does it overrides the essentials /setspawn and /spawn command?
     
  12. Offline

    iPhysX

    ibreaktoucher
    It is probably unsafe to run them both, since essentials will probably want to take charge.
     
  13. Offline

    muggerfugger

    i like the plugin, but im having problems. It doesnt spawn the person where i set it, it spawns them randomly around that area. I have a fountain by spawn, and its probably 5-10 blocks from where i set spawn, and yet people randomly spawn in it, or around it, and not in the place i've set.

    is there a way to fix this?
     
  14. Offline

    VodkaDK

    I have this same problem. I'm going to switch to another spawn plugin until this is fixed.
     
  15. Offline

    jorrow

    Is there a way to set a delay on /spawn
     
  16. Offline

    Gimlao

    Plague

    Could you do something for the players who connect for the first time on the server to appear exactly where the spawn is ?
     
  17. Offline

    Plague

    There are many spawn-related plugins that do this AFAIK. This plugin is just for moving the original spawn point.
     
  18. Offline

    ipaqmaster

    Hell, you guys think you have problems? when non oped people use /spawn it doesn't even respond. no error. just FAIL.
     
  19. Offline

    Plague

    misconfigured permissions or another plugin interfering.
     
  20. Offline

    Prometheus

    Dear Plague. Adding a few lines of code can make your plugin spawn players where they should be. You can even add a perm or config for it being on or off.
    Code:
        @EventHandler(priority = EventPriority.HIGHEST)
        public void onSpawn(PlayerJoinEvent e)
        {
            e.getPlayer().teleport(e.getPlayer().getWorld().getSpawnLocation());
        }
     
  21. Offline

    Plague

    you seriously think I don't know about priority feature? The thing is the is no way to ensure to have the highest priority anyway. So adding it just because some plugins clash would only result in all plugins using the highest one (MONITOR).
     
  22. Offline

    Austin

    Will this fix first time joining? I want to be able to make a spawn with a roof for once.
    Don't tell me that there is too many plugins that do this, I have been unable to find one. If yours does not, then what does. Commandbook sets pawn still uses the vanilla system, I need something to teleport players to a coordinate and yaw on first join. It would be a great help if this one, or you could tell me other ones, that do this.
     
  23. Offline

    Plague

    When I implemented the plugin (a year ago) there were at least three. I don't keep up with bukkit plugins anymore.
     
  24. Offline

    Prometheus

    I have no idea why you assumed it was the Priority line. I had to add in that line of code so I'd actually spawn underground, rather than on top of the ground.
     
  25. Offline

    Plague

    Oh, you mentteleporting them. Yu along with other people here do not obviously get what this plugin is for.
    It'S for MOVING the spawn point. Because I don't want to use an editor for it. That's it, singe use-case plugin like many of mine.
     
  26. Offline

    Prometheus

    I understand the basic concept, but was merely stating you could easily add this feature. Sorry, didn't mean to step on toes.
     
  27. Offline

    ipaqmaster

    Hmm.. the permissions are correct. I will check around for collisions. Its worth a look.
     
  28. Offline

    Austin

    I think you would get a lot of thanks if you implemented a fix for first join, or simply a spawn plugin that actually fixes first joining as well.

    I would pay to have that.

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

    Bones6966

    Hey i set my spawn and all ppl spawn there except the ppl that log on for the first time
     
  30. Offline

    Plague

    That's not possible unless you use a different plugin that does this.
     
  31. Offline

    Bones6966

    what plugin dose that?
     

Share This Page