Plugin help

Status
This thread has been locked.

EpicFooF

Digital Artist
Premium
Feedback score
13
Posts
1,438
Reactions
520
Resources
2
hello guys, yesterday I bought a plugin of hypixel mystery chest.

So after the config was edited I was trying to get the prizes.
the broblem was that I only get the same prize and I dont know why.

Code:
global:
  unlimited-mystery-boxes: false
  open-confirmation: true
  mystery-box-facing-player: true
inventory:
  mystery-vault-rows: 5
  confirmation-rows: 3
  confirmation-yes-item-slot: 11
  confirmation-no-item-slot: 15
mysql:
  enabled: false
  host: host
  datebase: datebase
  username: username
  password: password
mystery-boxes:
  one_star:
    item-name: '&5&lLucky &6vote chest'
    item-lore:
    - ''
    - '&7Open the &bLucky vote chest &7to'
    - '&7get voting items!'
    - ''
    - '&eQuality: &e✬&7✬✬✬'
    - '&6Click to open!'
    item-type: CHEST
    item-amount: 1
    item-data: 0
    falling-mystery-box-name: '{PLAYER}''s &aMystery Box'
    falling-mystery-box-name2: '{PLAYER}''s loot: {LOOT_NAME}'
    falling-mystery-box-type: CHEST
    loots:
      '5':
        '1':
          loot-name: '&9Zombie Spawner'
          one-time-loot: true
          broadcast-to-player: false
          broadcasts:
          - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
          already-had-broadcasts:
          - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
          messages:
          - '&bMystery Box: &rYou have found {LOOT_NAME}&r!'
          already-had-messages:
          - '&bMystery Box: &rYou have found {LOOT_NAME}&r!'
          commands:
          - give {PLAYER} mob_spawner 1 0 {BlockEntityTag:{SpawnData:{id:Zombie}}
          already-had-commands:
          - give {PLAYER} mob_spawner 1 0 {BlockEntityTag:{SpawnData:{id:Zombie}}
          sounds:
            CHICKEN_EGG_POP:
              volume: 1.0
              pitch: 1.0
            ORB_PICKUP:
              volume: 1.0
              pitch: 1.0
          already-had-sounds:
            CHICKEN_EGG_POP:
              volume: 1.0
              pitch: 1.0
            ORB_PICKUP:
              volume: 1.0
              pitch: 1.0
          fireworks:
            '1':
              type: BALL
              flicker: false
              trail: false
              colors:
              - TEAL
              fade-colors:
              - WHITE
          already-had-fireworks:
            '1':
              type: BALL
              flicker: false
              trail: false
              colors:
              - TEAL
              fade-colors:
              - WHITE
      '5':
        '1':
          loot-name: '&9Spider Spawner'
          one-time-loot: true
          broadcast-to-player: false
          broadcasts:
          - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
          already-had-broadcasts:
          - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
          messages:
          - '&bMystery Box: &rYou have found {LOOT_NAME}&r!'
          already-had-messages:
          - '&bMystery Box: &rYou have found {LOOT_NAME}&r!'
          commands:
          - give {PLAYER} mob_spawner 1 0 {BlockEntityTag:{SpawnData:{id:Spider}}
          already-had-commands:
          - give {PLAYER} mob_spawner 1 0 {BlockEntityTag:{SpawnData:{id:Spider}}
          sounds:
            CHICKEN_EGG_POP:
              volume: 1.0
              pitch: 1.0
            ORB_PICKUP:
              volume: 1.0
              pitch: 1.0
          already-had-sounds:
            CHICKEN_EGG_POP:
              volume: 1.0
              pitch: 1.0
            ORB_PICKUP:
              volume: 1.0
              pitch: 1.0
          fireworks:
            '1':
              type: BALL
              flicker: false
              trail: false
              colors:
              - TEAL
              fade-colors:
              - WHITE
          already-had-fireworks:
            '1':
              type: BALL
              flicker: false
              trail: false
              colors:
              - TEAL
              fade-colors:
              - WHITE
      '5':
        '1':
          loot-name: '&9Skeleton Spawner'
          one-time-loot: true
          broadcast-to-player: false
          broadcasts:
          - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
          already-had-broadcasts:
          - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
          messages:
          - '&bMystery Box: &rYou have found {LOOT_NAME}&r!'
          already-had-messages:
          - '&bMystery Box: &rYou have found {LOOT_NAME}&r!'
          commands:
          - give {PLAYER} mob_spawner 1 0 {BlockEntityTag:{SpawnData:{id:Skeleton}}
          already-had-commands:
          - give {PLAYER} mob_spawner 1 0 {BlockEntityTag:{SpawnData:{id:Skeleton}}
          sounds:
            CHICKEN_EGG_POP:
              volume: 1.0
              pitch: 1.0
            ORB_PICKUP:
              volume: 1.0
              pitch: 1.0
          already-had-sounds:
            CHICKEN_EGG_POP:
              volume: 1.0
              pitch: 1.0
            ORB_PICKUP:
              volume: 1.0
              pitch: 1.0
          fireworks:
            '1':
              type: BALL
              flicker: false
              trail: false
              colors:
              - TEAL
              fade-colors:
              - WHITE
          already-had-fireworks:
            '1':
              type: BALL
              flicker: false
              trail: false
              colors:
              - TEAL
              fade-colors:
              - WHITE
      '5':
        '1':
          loot-name: '&9Creeper Spawner'
          one-time-loot: true
          broadcast-to-player: false
          broadcasts:
          - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
          already-had-broadcasts:
          - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
          messages:
          - '&bMystery Box: &rYou have found {LOOT_NAME}&r!'
          already-had-messages:
          - '&bMystery Box: &rYou have found {LOOT_NAME}&r!'
          commands:
          - give {PLAYER} mob_spawner 1 0 {BlockEntityTag:{SpawnData:{id:Creeper}}
          already-had-commands:
          - give {PLAYER} mob_spawner 1 0 {BlockEntityTag:{SpawnData:{id:Creeper}}
          sounds:
            CHICKEN_EGG_POP:
              volume: 1.0
              pitch: 1.0
            ORB_PICKUP:
              volume: 1.0
              pitch: 1.0
          already-had-sounds:
            CHICKEN_EGG_POP:
              volume: 1.0
              pitch: 1.0
            ORB_PICKUP:
              volume: 1.0
              pitch: 1.0
          fireworks:
            '1':
              type: BALL
              flicker: false
              trail: false
              colors:
              - TEAL
              fade-colors:
              - WHITE
          already-had-fireworks:
            '1':
              type: BALL
              flicker: false
              trail: false
              colors:
              - TEAL
              fade-colors:
              - WHITE
If anyone could tell me what I did wrong that could realy help me
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Bailey

Snorlax
Premium
Feedback score
4
Posts
684
Reactions
244
Resources
1
Btw, the developer resists to support me
I brought that plugin too, he doesn't respond to anyone and he updates it once a month or later.
 

Bailey

Snorlax
Premium
Feedback score
4
Posts
684
Reactions
244
Resources
1
After he resisted to help me, I asked for a refund, he didnt agree to refund to me, so I am chargebacking
I think you get banned on spigot if you do chargeback.
 

Bailey

Snorlax
Premium
Feedback score
4
Posts
684
Reactions
244
Resources
1
Status
This thread has been locked.
Top