Paying $10 for somome to make me a config for my dropzone plugin

Status
This thread has been locked.

MelonCrafter

Feedback score
0
Posts
16
Reactions
3
Resources
0
Below is the default starter code all I want is 5 colour drop zones I dont mind the names EG green blue pink purple red and for eatch of the drop zones I want to have 2 swords and 1 set of armour starting at sharp 3 going to sharp 7 with fire 2 and same for the armor but with prot 7 and unbreaking 3 so maybe red is the highest so it will be prot 7 and unbeaking 3 armor and sharp 7 fire 2 swords and maybe pink is the lowest so it will be prot 3 unbreaking 3 armor and sharp 3 fire 2 swords you know what I mean ok if you need more info add my skype it is EternityJake and I will pay this via paypal thank you

Code:
# Random plugin settings
plugin:
  prefix: '&6[&eEternityDropZones&6] &b'

# Generic Drop Zone Settings
packageSettings:
  dropLocation:
    middlePoint:
      world: 'world'
      x: -22
      z: 3
    radius: 9000
    factionClaims:
    - wilderness
    - warzone
  timeBetweenDrops: 3500
  drop:
    countdown: 300
    on: 5
    teleportTime: 5
    teleportRadius:
      min: 40
      max: 50

# Care Packages
packages:
  blue:
    name: '&3Blue Care Package'
    pool: 500
    skullOwner: 'EternityPvP_Net'
    broadcast:
      drop:
      - 'The &3Blue Care Package &bat &3%x%&b, &3%z% &bjust dropped!'
      open:
      - 'The &3Blue Care Package &bat &3%x%&b, &3%z% &bwas opened by &3%player%&b, congratulations!'
      300:
      - 'A &3Blue Care Package &bwill be dropped at &3%x%&b, &3%z% &bin &35 &bminutes...'
      - "Type &3/dropzone join &bto teleport close to it (don't forget armor)!"
    minItems: 3
    maxItems: 6
    items:
      test:
        id: 276
        displayName: '&3Care Package Sword'
        lore:
        - '&6Care Package: &3&oBlue'
        - '&6Rarity: &3&oCommon'
        enchants:
          DAMAGE_ALL: 1
      test2:
        id: 276
        displayName: '&3Care Package Sword 2'
        lore:
        - '&6Care Package: &3&oBlue'
        - '&6Rarity: &3&oCommon'
        enchants:
          DAMAGE_ALL: 2
      test3:
        id: 276
        displayName: '&3Care Package Sword 3'
        lore:
        - '&6Care Package: &3&oBlue'
        - '&6Rarity: &3&oCommon'
        enchants:
          DAMAGE_ALL: 3
  purple:
    name: '&5Purple Care Package'
    pool: 1
    skullOwner: 'StayFrosty_PvP'
    broadcast:
      drop:
      - '&dThe &5Purple Care Package &dat &5%x%&d, &5%z% &djust dropped!'
      open:
      - '&dThe &5Purple Care Package &dat &5%x%&d, &5%z% &dwas opened by &5%player%&d, congratulations!'
      300:
      - '&dA &5Purple Care Package &dwill be dropped at &5%x%&d, &5%z% &din &55 &dminutes...'
      - "&dType &5/dropzone join &dto teleport close to it (don't forget armor)!"
    minItems: 2
    maxItems: 5
    items:
      test:
        id: 276
        displayName: '&5Care Package Sword'
        lore:
        - '&6Care Package: &5&oPurple'
        - '&6Rarity: &5&oUltra Rare'
        enchants:
          DAMAGE_ALL: 4
          DAMAGE_UNDEAD: 3
          DAMAGE_ARTHROPODS: 1
      test2:
        id: 276
        displayName: '&5Care Package Sword 2'
        lore:
        - '&6Care Package: &5&oPurple'
        - '&6Rarity: &5&oUltra Rare'
        enchants:
          DAMAGE_ALL: 5
          DAMAGE_UNDEAD: 4
          DAMAGE_ARTHROPODS: 2
      test3:
        id: 276
        displayName: '&5Care Package Sword 3'
        lore:
        - '&6Care Package: &5&oPurple'
        - '&6Rarity: &5&oUltra Rare'
        enchants:
          DAMAGE_ALL: 6
          DAMAGE_UNDEAD: 5
          DAMAGE_ARTHROPODS: 3
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Brazy

CEO of Occasionally Returning
Supreme
Feedback score
14
Posts
2,698
Reactions
1,373
Resources
0
I'll try this out.
 
Status
This thread has been locked.
Top