Simple Outpost Region Plugin

Discussion in 'Plugin Requests' started by iceblue1188, Sep 17, 2017.

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

    iceblue1188

    Plugin category: PvP

    Minecraft version: PaperSpigot1.8

    Suggested name: PvPOutpost

    What I want: A plugin that is sort of like an upgraded outpost. I will have a region in my warzone with a shop with better sell signs then in /shop, but I want players with a valuable inventory to be targeted. So, all players within the region (specified in the config) will have the items in their inventory added up in worth. Each item will have its own worth specified in the config. If a block isn't in the config with a worth, then it counts as 0. Anyway, the player with the most worth would have a red firework go off on them every 7.5 seconds, and have redstone block particles coming out of them constantly. They will also get speed II.

    If they leave the region, then each player in the region gets recalculated and the person with the most worth gets the new 'bounty'. The player that left also looses speed II. The worth of all players in the region should constantly be rechecked. If you are in the region and someone else enters with a higher worth, they get the bounty, and you lose it.

    Here is an example config:
    Code:
    #EXAMPLE CONFIG
    
    #Region
    #Corner on one side to the corner on the other side. (Coordinates)
    #Example:
    #1: X,Z
    #2: X,Z
    
    1: 30,90
    2: 50,100
    
    
    #Item Worths
    #<item-id>: <price>
    #Example:
    #7: 5
    #For every one bedrock you have it counts as $5.
    #You can have an unlimited amount of items.
    #To add something with an id, for example, red glass (95:14) for lets say $9 for each one, it would be:
    #95/14: 9
    
    7: 5
    6: 10
    2: 11
    95/14: 9
    
    
    #Messages
    
    enteringRegion: '&8&l ➟ &7Entering the outpost region.'
    leavingRegion: '&8&l ➟ &7Leaving the outpost region.'
    configReload: '&8&l ➟ &7The PvPOutpost Config has been reloaded.'
    
    If you are confused on anything, please tell me.


    Ideas for commands: /outpost reload > Reloads the outpost.

    Ideas for permissions: outpost.reload > Reloads the config.

    When I'd like it by: ASAP.
     
    Last edited: Sep 20, 2017
  2. Offline

    iceblue1188

  3. Offline

    iceblue1188

    Bump - Please, I really need someone to do this for me.
     
  4. Offline

    iceblue1188

  5. Offline

    iceblue1188

    Guess what, bump!
     
  6. Offline

    iceblue1188

    BUUUUUUMP.
     
  7. Offline

    iceblue1188

    Bump. YEET.
     
  8. Offline

    iceblue1188

  9. Offline

    nahkd123

    Well I so confused. Can you tell me more about this plugin?
     
  10. Offline

    iceblue1188

    @nahkd123 To sum it up, you set a region(an area) in the config and when you enter the region, everything in your inventory that is worth something is added up. The worth of blocks is set in the config. If something is missing, it would count as 0, or nothing.

    If you have the most worth in your inventory, you would have a red firework go off on you every 7.5 seconds and redstone block particles constantly go off on you.
     
  11. Offline

    MightyOne

    Ok i could try it. Do not expect too much.
     
  12. Offline

    iceblue1188

  13. Offline

    MightyOne

  14. Offline

    iceblue1188

    @MightyOne Thats not really what I am looking for. I feel like I am making the plugin I am looking for seem way more complicated then it is. Here is as simply as I can put it:

    - There is a region defined by cords in a config where the outpost is.
    - You put how much certain items are worth in the config. If an item is not there, it counts as 0.
    - All players in the region have their inventories constantly checked and whoever has the most worth gets the 'bounty'.
    - When you have the bounty, red fireworks will go off on you every 7.5 seconds and you will have red stone block particles.

    Everything else, like sell signs, would be done by essentials.
     
  15. Offline

    iceblue1188

  16. Offline

    MightyOne

    No xD other things are more urgent sometimes
     
  17. Offline

    iceblue1188

    Yeah I understand, but will you be able to do it at all? @MightyOne
     
  18. Offline

    MightyOne

    Currently I am working on a plugin with similar elements. First I'll finfish that and than look what I can copy to outpost. So far it is looking good.
     
  19. Offline

    iceblue1188

    @MightyOne Alright, let me know when you've made progress. :)
     
  20. Offline

    iceblue1188

  21. Offline

    MightyOne

    Difficult to say. At some point Id like to but I dont find the motivation rn so Id rather deny than giving you wrong hopes
     
Thread Status:
Not open for further replies.

Share This Page