[TP] GroupSpawn 1.4 - Different Spawns for Groups[Permissions] [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Zero9195, Jun 7, 2011.

  1. Offline

    Zero9195

    GroupSpawn
    Part of the ZeroBox
    Set different Spawns​
    for different Groups.​
    Download Latest Version:
    For Permissions 3.x:
    here
    For Permissions 2.7.x:
    here
    Old Versions: -
    Requires Permissions 3.x or 2.7.x
    Permissions Nodes: (open)

    Code:
    Set Spawn and teleport to any Spawn:
         groupspawn.admin
    For teleporting to own Spawn:
        groupspawn.spawn
    For summoning:
        groupspawn.summon
    

    Features (open)

    Code:
    Sets different Spawns for every Permission Group
    <...> = Needed Options
    [...] = Optional Options
    Syntax:
    Set the Spawn for a Group
    /gs set <Group>
    Sets your current Location as Spawn for <Group>.
    Teleport to your Spawn
    /gs spawn or /gspawn
    Teleport to the Spawn of a Group
    /gs spawn <Group> or /gspawn <Group>
    Summon everyone of a group to the spawn
    /gs summon <Group>
    

    Upcoming Features (open)

    No new Features are Planed

    ChangeLog
    • v1.4
      • Added a new Command
    • v1.3
      • Bugfix
      • New command added: summon
    • v1.2
      • And again, bugfix ;)
    • v1.1
      • Critical bugfix, don't use 1.0.
    • v1.0
      • Initial Release for Public
    The ZeroBox Project
    I started the Project myself. I will create Plugins and will unite them all in this Package. As soon as I have more Plugins, you can download them all at once with this link (There is no link, I said later ;) ) Maybe you want to contribute to this Package, then just PM me.
     
  2. Offline

    thernztrom

    Sweet, I'll try see if it works better with the aliases now..
    P.S. #1000 is latest RB now :)
     
  3. Offline

    Trollkemada

  4. Offline

    kahlilnc

    Seems as if spawns arent so accurate. I spawned on top of what I was suppose to spawn on. I have exactspawn too... I thought that would help but... :D
     
  5. Offline

    Zero9195

    @Trollkemada
    Did you set the spawns in there right? only thing which could happened there is that you wrote something wrong, or the config is wrong. Could you send me a copy of your spawns.yml? Thx
    @kahlilnc
    I don't knwo about exactspawn... I could adjust something and I would be glad if you could test it out if it works then^^ If you want to just post it here.
     
    kahlilnc likes this.
  6. Offline

    kahlilnc

    I would.
     
  7. Offline

    Trollkemada

    Here is my spawn.yml: http://pastebin.com/uN4yjeJd

    I didn't set anything in the nether, cause i don't want players to respawn in the nether if they die there :S

    Or, is there anyway to set a respawn in another world?
     
  8. Offline

    kahlilnc

    Error that seems to have an effect with performance on my server. Using the latest version of permissions too. 3.1.6
    Code:
    spawn
    >18:36:49 [INFO] [HeroicDeath] oopsurdead50 was killed by an angry Zombie
    >18:36:49 [SEVERE] Could not pass event PLAYER_RESPAWN to GroupSpawn
    java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:443)
    at java.lang.Integer.parseInt(Integer.java:514)
    at de.Zero9195.GroupSpawn.GroupSpawn.loadLocation(GroupSpawn.java:356)
    at de.Zero9195.GroupSpawn.GSPlayerListener.onPlayerRespawn(GSPlayerListener.java:37)
    at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader.java:258)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.ServerConfigurationManager.moveToWorld(ServerConfigurationManager.java:239)
    at net.minecraft.server.ServerConfigurationManager.moveToWorld(ServerConfigurationManager.java:204)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:870)
    at net.minecraft.server.Packet9Respawn.a(SourceFile:18)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  9. Offline

    Zero9195

    Hmm. it seems as if I missed a check on if the world even has groupspawns... will take a look in that ;)
    @kahlilnc Thanks, I will send you a downlaod link when I'm finished^^
     
    kahlilnc likes this.
  10. Offline

    Trollkemada

    Thanks Zero9195, plz let me also know when you are finished :D
     
  11. Offline

    robbydude

    Do you think you could add PEX support? This is EXACTLY what I need!
     
  12. Offline

    Bseagull

    Does this require permissions? Becaause I just want two teams to spawn a different spots.
     
  13. Offline

    Haribo98

    Hey, I love the idea of the plugin, but, what are the commands? I just installed it, and i'm now trying to set the spawn for my Group in my town wars server. I thought it might be something like /gs setspawn but I had no luck. Please help me, thanks in advance :D
     
  14. Offline

    Zero9195

    @Bseagull
    Yes it does require Permissions.
    @Haribo98
    The commands are listed in the "Features" spoiler in the main post ;)
     
  15. Offline

    R3411y

    Hey, whenever i try to use /gs set, it tells me that a internal error occured and gives me this code
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'gs' in plugin GroupSpawn v1.4
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.getGroups(Ljava/lang/String;)Ljava/util/Collection;
    at de.Zero9195.GroupSpawn.GroupSpawn.groupExist(GroupSpawn.java:338)
    at de.Zero9195.GroupSpawn.GroupSpawn.performSetSpawnForGroup(GroupSpawn.java:184)
    at de.Zero9195.GroupSpawn.GroupSpawn.onCommand(GroupSpawn.java:107)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more


    I am using PermissionsBukkit: http://forums.bukkit.org/threads/ad...-1-official-default-groups-plugin-1000.26785/
    And Superperms bridge to format it to permissions 3.x : also on that page ^
     
  16. Offline

    Zero9195

    I think it only works with the original permissions. And I don't have time recently to add other formats, sorry!
     
  17. Offline

    Drumpie

    Is it possible to make it like, /setspawn 1, /setspawn 2. Multiple Spawns? If you could, you're the best!
     
  18. Offline

    rediem

    No bukkit permissions support? :( I'm sad now.
     
  19. Offline

    Arton

    dos this work with PermissionsEx ?
     
  20. Offline

    Codex Arcanum

    FIrst off, this plugin seems to be the solution to alot of my problems so thank you for making it exist :).
    Second, I cannot seem to make it work. Any easy explanation for this error?
    Show Spoiler

    11:06:43 [SEVERE] Could not pass event PLAYER_RESPAWN to GroupSpawn
    java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:417)
    at java.lang.Integer.parseInt(Integer.java:499)
    at de.Zero9195.GroupSpawn.GroupSpawn.loadLocation(GroupSpawn.java:356)
    at de.Zero9195.GroupSpawn.GSPlayerListener.onPlayerRespawn(GSPlayerListener.java:37)
    at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader.java:258)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.ServerConfigurationManager.moveToWorld(ServerConfigurationManager.java:239)
    at net.minecraft.server.ServerConfigurationManager.moveToWorld(ServerConfigurationManager.java:204)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:895)
    at net.minecraft.server.Packet9Respawn.a(SourceFile:18)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)


    List of my plugins, not sure if this is applicable:
    Show Spoiler

    10:34:11 [INFO] Plugin List: "AntiCreeper" "Appleseed" "AutoPlant" "backstab" "BackToBody" "BigBrother" "Biome" "CAExample" "ChairCraft" "Command iConomy" "CommandHelper" "CommandSigns" "CreativeGates" "DoorShield" "DreamLand" "FakeMessage" "Fire Tools" "Giant Trees" "GroupSpawn" "Help" "HeroicDeath" "HeroSneak" "iChat" "iConomy" "Inception" "KitPlugin" "Lockette" "Massband" "MCDocs" "MoveCraft" "Multiverse-Core" "Multiverse-Portals" "mxAntiPVPCheat" "MyHome" "MyWarp" "NarrowtuxLib" "Permissions" "PhatLoots" "PlgColdLightning" "PlgLogCmd" "PlugMan" "PhoenixTerrainMod" "RawcriticsOreObfuscationPluginSpout" "RealShop" "RedstoneLighting" "Runecraft" "Shortcuts" "SimpleGive" "SimpleTime" "SPITEMS" "Spout" "SpoutEssentials" "SpoutTrade" "StyxSpace" "SuperJump" "Tables" "TelePlusPlus" "WeatherRestrictions" "WirelessRedstone" "WorldEdit" "WorldGuard" "Citizens" "mcMMO" "PlayerEditor" "Heroes" "MagicSpells"
     
  21. Offline

    Slyvr

    Does it work with PEX?
     
  22. Offline

    MrCamping

    Both download links seems to be broken.
    I get a 404.
     
  23. Offline

    Arton

    could you make this working with PermissionsEx ?
     
  24. Offline

    Trollkemada

  25. Offline

    cheese5505

    Are You Adding Support For PermissionsEx And bukkitPermissions?
     
  26. Offline

    ArcaneForce

    Could you, by any chance, PLEASE make this work with Essentials GroupManager? My server uses it and spawns per group are ULTRA important to the play style.

    Thanks! :)
     
  27. Offline

    Cocktailsauce

    the links are broken
     
  28. Offline

    maxietaxie300

    hey can you make it so whne you set the group spawn they dont have to type /gspawn and just /spawn so like /gspawn set <group> and then they cant acces any other groupspawn and they can only type /spawn. e.g:

    i type /set gspawn guest
    then a guest comes on and they type /spawn and it goes to that one but they cant spawn to any other one but theirs unless their admins.
     
  29. Offline

    LilShonen

    There is no download link?
     
  30. Offline

    GOMW_4_GENERAL

    when i try to download it it says this.....

    Not Found

    The requested URL /ZeroBox/GroupSpawn/latest/GroupSpawn.jar was not found on this server.
    Apache/2.2.16 (Debian) Server at moonsblade.com Port 80
     
  31. Offline

    Nerrion

    I looked through the first post, but I didn't find what I was looking for.

    Is it possible to set a spawn point for people who die, and a different point for people who join the server?
     

Share This Page