Wars // Battle Arena

Discussion in 'Plugin Requests' started by ACA30, Oct 16, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    ACA30

    Plugin category: Admin

    Minecraft version: 1.10 // 1.10.2

    Suggested name: FactionsWar

    What I want: I am currently using the plugin FactionsOne. I am looking for someone to possibly make a factions war plugin that would be able to hook into FactionsOne.

    If users type /f war a GUI will come up with the names of the people in their faction. They can click on 3 people and it will then find another faction that is queuing for a war. It will teleport them to a random arena (/f setarena [name]), and then the players will fight to the death. If you die, you get all of your items back. (You have to bring your own items to the war, so if you die, you will get them back).

    Note: I will be using Multiverse for the arenas (make the arena in another world) in case this matters.

    Please let me know if you need any other information.

    Ideas for commands:
    /f war
    /f setarena [name]
    /f arenatp [name]

    Ideas for permissions:
    war.use
    war.setarena
    war.arenatp

    When I'd like it by: ASAP.
     
  2. Offline

    DrivenWild

    I would love this .-.
     
  3. Offline

    ACA30

    I know, right! :) I'm really hoping that I can get someone... I literally have to idea how to do this xD
     
  4. Offline

    Rayzr522

    Gonna have to look into the API of FactionsOne but I'm sure this shouldn't be toooooooo hard.

    The only thing I have to say is that if you want block protection on the arenas from people who aren't in a match then you'll need to use WorldGuard. We can prevent people from breaking blocks while in a match, but from outside a match we'd have to be defining regions and... that is probably the hardest part about making any kind of arena/minigame plugin.
     
  5. Offline

    ACA30

    Honestly, the WorldGuard is not hard. When the war ends, (all 3 players in one faction die) can everyone get tp-ed back and get their inventory restored?

    EDIT 1: This is currently being made, thanks to the Percieve dev team for doing this! :)
     
    Last edited: Oct 26, 2016
  6. Offline

    Rayzr522

    @ACA30
    The member who was working on this has been inactive, sadly, so I'll be doing this instead. Just to confirm how this is gonna work:

    On Join
    Inventory stored and cleared
    Tp-ed into arena

    In Match
    Cannot break blocks

    On Leave
    Tp-ed out of arena
    Inventory cleared and restored​

    Am I correct?

    And for the commands:

    /f setarena [name]
    Sets the spawn point for an arena

    /f arenatp [name]
    Teleports to an arena with the given name

    /f war
    Opens the war GUI
    Is that also correct?

    Finally how long would you like the grace period to be for the fighting to start? I assume you want one since all players will be teleported to the same location...
     
  7. Offline

    ACA30

    On Join
    Inventory stored and cleared
    Tp-ed into arena

    In Match
    Cannot break blocks

    On Leave
    Tp-ed out of arena
    Inventory cleared and restored

    Would this mean that on join, their inventory is stored, but they still keep it when going into arena, then on leave
    their inventory gets cleared, then gets restored?

    /f setarena [name]
    Sets the spawn point for an arena

    /f arenatp [name]
    Teleports to an arena with the given name

    /f war
    Opens the war GUI

    Could we add something /f setarenaspawn1 [arena name] and /f setarenaspawn2 [arena name], while /f setarena [name] just stores a blank arena, doing nothing, but organizing and allowing to specify arena names?
    Therefore, this would add the ability to not have factions spawn in same spot. They would spawn at opposite sides of the arena.
     
  8. Offline

    Rayzr522

    First part: it means their inventory is stored and then cleared. They get any items they gained while in the arena cleared again when they leave, and then their original inventory is restored.

    Second part: sure! Shouldn't be hard to add another couple commands :)
     
  9. Offline

    ACA30

    Thanks so much! :)
     
  10. Offline

    sandor_1234

    Could you please add a command that if players declare war they can grief eatch other land?
     
  11. Offline

    Rayzr522

    Sorry, my Bukkit account crapped itself.

    Secondly, please tahg me or hit "reply" on one of my posts if you want me to respond, it's the only way for me to get a notification. To tahg me just smack the little "Tahg User" button on one of my posts.

    But back to your question: no. When you declare war, you are teleported to an arena and you fight to the death. Winner gets some sort of reward. This is how @ACA30 wants it.

    Btw @ACA30 now that I think about it, we never discussed what the reward is. Thoughts?)
     
    Last edited by a moderator: Nov 27, 2016
  12. Offline

    sandor_1234

    @Rayzr522 Ok i also like yours idea, good luck tell me when its done:p btw could this be possible to hook into factions not factionsone
     
  13. Offline

    ACA30

    Hmmm.... Could this somehow be specified in the config @Rayzr522

    rewards:
    - aghaekjarg
    - adhgljeqrt

    @sandor_1234 this could cause an extremely long time to do, because the API is different. There are already existing plugins out the for regular Factions.
     
Thread Status:
Not open for further replies.

Share This Page