[FUN] PVP Arena - configurable Arenas - Free Fight,Team Fight,CTF,CTP,Powerups - [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by slipcor, Oct 25, 2011.

  1. Offline

    slipcor

    I don't get it :/ can you please post your arena config here? www.pastebin.com
     
  2. Offline

    DekDaru

    It is default config. I'll just write the steps I took up to that point.
    1. Made a Red Vs Blue Arena
    2. Set Blue Lounge/Redlounge
    3. Set Bluelounge spawn/redloungespawn
    4. Set Red Spawn/Blue Spawn.
    5. Set Spectator/Exit spawns.
    6. Set Battlefield.
    7. Made class signs.
    8. My friend and i join to test it out, 1 on each team.
    9. PvPArena is missing players.

    Thanks in advance!
    -Dekdaru
     
  3. Offline

    slipcor

    ok, again, please www.pastebin.com your config. Could be my default values cause this issue. I am asking this because it worked perfectly for me :/
     
  4. Offline

    RG_PankO

    forceven must be false

    this is what you can do so you can test the arena with only 2 people:
    readyMin: 1
    readyMax: 0
    readyMinTeam: 1
    readyMaxTeam: 0
     
  5. Offline

    grichecth

    Any commands /pa remove <name> /pa join all give me "Invalid command (504)". had this happen with bukkit 1.0.1 and now as well with 1.1. Any ideas what i"m doing wrong?


    /pa arena (my arena name) region set gives a 504 as well.
     
  6. Offline

    slipcor

    Yep, you have no OP and/or no permissions to administrate. node: pvparena.admin
     
  7. Offline

    grichecth

    Strange, I am Op'd and I did set pvparena.admin after it didn't work. We're using group manager but I didn't think it'd matter if I was op.
     
  8. Offline

    slipcor

    oh for you it does because GroupManager does not seem to support SuperPerms ;)
     
  9. Offline

    grichecth

    Oh boo. Ok. Any recommended permissions systems? I need to redo the permissions anyways.

    edit: sorry! Ignore this. I just reread your OP and you give one ;) Thanks again for the swift replies.
     
  10. Offline

    RG_PankO

    slipcor can you add some kind of statistics?
    atm on the FFA mod there might be people that just sit in the corner witing for other to die.
    Can't you add another mdos like the person that did the most kills wins not the persons that last standed opr something.
     
  11. Offline

    slipcor

    RG_PankO

    sure, open up a ticket for that, I am thinking about changing a bit :)

    grichecth

    fine, fine :)
     
  12. Offline

    Starfy

    I need help. Is it possible that the player can only join if they inventory is empty? If the Arena is running an the enemy leaves the other players will be teleported on the place where he typed /pa join and not to the exit. I want this feature really bad without it i cant run it. Im using MultiInv for Multiverse.
     
  13. Offline

    slipcor

    I dont have that atm... but for your teleport thing. If you want them to be teleported to the EXIT point, set all tp nodes inside the config to 'exit' - then they all get teleported to exit ;)
     
  14. Offline

    RG_PankO

  15. Offline

    slipcor

  16. Offline

    Str8wormz

    this plugin is great but was asking am i able to have two or more arena then just the one. please reply
     
  17. Offline

    slipcor

    yes, you can.
     
  18. Offline

    RG_PankO

    Does it count the FFA deaths and kills?
    I made just made a test and it didn't count the kills we made.

    I made its table in the mysql db though, it just didnt record anything.
     
  19. Offline

    Str8wormz

    i have a problem with faction and this. when people play pvp arena and play against a person on there faction they can't kill them because of faction protection need help!
     
  20. Offline

    XepherLink

    Players don't teleport into the battlefield period.
     
  21. Offline

    RG_PankO

    slipcor soooo... After many tests - the pvp stats you linked me does count kills, but the arena(ffa, pumpkin, ctf) doesn't allow players to die.
    It teleport the players to spawn locations and refill items/health.
    So basicly the pvp stats plugin doesn't catch these kills.
    It only counts the kills out of the arena where the player can really die and click respawn button.

    Am I doing somethign wrong or the pvp stats doesnt count arena's stats?

    Becouse my server doesn't have any PvP actually except the arena and I want it to stay this way. Can you make the pvp stats count the arena event when a player is respawn and give kills/deaths to the killer/victim?
     
  22. Offline

    andrew541336

    ok thx ill be looking for im just tired of havening to reset my traps each time
     
  23. Offline

    XepherLink

    Code:
    2012-01-29 16:01:51 [SEVERE] Could not pass event org.bukkit.event.entity.PlayerDeathEvent to pvparena
    java.lang.NullPointerException
        at net.slipcor.pvparena.managers.PlayerManager.getDeaths(PlayerManager.java:340)
        at net.slipcor.pvparena.listeners.PAEntityListener.commitPlayerDeath(PAEntityListener.java:165)
        at net.slipcor.pvparena.listeners.PAEntityListener.onEntityDeath(PAEntityListener.java:59)
        at org.bukkit.plugin.java.JavaPluginLoader$67.execute(JavaPluginLoader.java:736)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:370)
        at net.minecraft.server.EntityPlayer.die(EntityPlayer.java:171)
        at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:544)
        at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:612)
        at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:213)
        at org.bukkit.craftbukkit.entity.CraftLivingEntity.damage(CraftLivingEntity.java:169)
        at me.hammale.drugs.drugs.youOd(drugs.java:273)
        at me.hammale.drugs.drugs.assignEffect(drugs.java:339)
        at me.hammale.drugs.DrugPlayerListener.onPlayerInteract(DrugPlayerListener.java:47)
        at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:340)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:157)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:570)
        at net.minecraft.server.Packet15Place.handle(SourceFile:39)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:536)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
     
  24. Offline

    prizna

    Is the latest version compatible with craftbukkit 1.1?
     
  25. Offline

    RG_PankO

    slipcor I mentioned in several posts that I asked you why doesn't the reward system work for me?
    It doesnt give any reward to the winner.

    ALso can you make it so it makes a globall message to all users when someone wins a PvP arena?
     
  26. I feel the same. Any idea can be?

    Thanks and best regards;)
     
  27. Offline

    godgodgodgo

    So....I'm a little confused as to the difference between ctf and ctp
     
  28. Offline

    andrew541336

    im not trying to sound rude but can you plz try to get arena regen if you cac
     
  29. Offline

    caden310

    guys i need help with classes, how do i make them have potions? what id do i use?

    plz help me!
     
  30. Offline

    Turitafo

Share This Page