Phantom Enchant Package #1

PhantomForce:
  enabled: true
  type: predone
  currency: tokens
  max-chance: 100
  max-level: 2000
  starting-cost: 5420
  increase-cost-by: 1005
  starting-level: 0
  Settings:
    Phantom_Speed: 0.66
    TNT_Drop_Interval: 12
    TNT_Gravity: -0.05 ## This is the perfect gravity, only change if you know what you're doing.
    TNT_Effect: SPHERE ## Currently only supports SPHERE effect
    Explosion_Radius: 5
    EnchantmentCooldown: false 
    Cooldown: 0
    Hologram:
      Enabled: true
      Y_Offset: 2
      Lines:
        - '&a&m                                  '
        - '       &2&l%player%''s &a&lPhantom Force '
        - '       &aBlocks Destroyed: &f%blocks_destroyed% '
        - '       &aTime Left: &f%time_left% '
        - '&a&m                                  '
  Rewards:
        ## Economnies are support by this format
        ## Inside of the ' ' you need to put the exact edp currency as shown below.
        ## For example, if you put 'pickaxeblocks' as the currency, it will generate a placeholder called '%pickaxeblocks%' and you can use it in your final message!
        ## AffectMulti (true/false) if multipliers should be applied to the final given amount
        ## 
        ## Placeholders (%blocks%) amount of blocks that got nuked in the mine.
    'gems':
       Enabled: true
       CurrencyMath: '%edprison_calc_{edprison_enchant_level_tokenminer}*%blocks%%'
       AffectMulti: true
    'tokens':
       Enabled: true
       CurrencyMath: '%edprison_calc_{edprison_enchant_level_tokenminer}*%blocks%%'
       AffectMulti: true
  MessageTemplate: '&d&lPhantom &5&lEnchantments &8&l» &dYou gained &e%edprison_singlenotation_%tokens%% &6Tokens &d& &b%edprison_singlenotation_%gems%% &3Gems&b&d from &a&lPhantom &2&lForce&d.'
  MessagePermission: 'phantomenchants.test'


Vortex:
  enabled: true
  type: predone
  currency: tokens
  max-chance: 100
  max-level: 2000
  starting-cost: 5420
  increase-cost-by: 1005
  starting-level: 0
  Settings:
    VortexRadius: 5
    Particles:
      Enabled: true
      Particle: 'REDSTONE'
      Speed: 0.08
      Offset: 0
      Count: 5
      Scale: 3
      DustOptions:
        Red: 127
        Green: 0
        Blue: 255
  Rewards:
    'gems':
       Enabled: true
       CurrencyMath: '%edprison_calc_{edprison_enchant_level_tokenminer}*%blocks%%'
       AffectMulti: true
    'tokens':
       Enabled: true
       CurrencyMath: '%edprison_calc_{edprison_enchant_level_tokenminer}*%blocks%%'
       AffectMulti: true
  MessageTemplate: '&d&lPhantom &5&lEnchantments &8&l» &dYou gained &e%edprison_singlenotation_%tokens%% &6Tokens &d& &b%edprison_singlenotation_%gems%% &3Gems&b&d from &e&lVortex&d.'
  MessagePermission: 'phantomenchants.test'



BlackbeardsTreasure:
  enabled: true
  type: predone
  currency: tokens
  max-chance: 100
  max-level: 2000
  starting-cost: 5420
  increase-cost-by: 1005
  starting-level: 0
  Settings:
    TreasureBlock: 'ENDER_CHEST'
    TimeToDestroy: 10 ## This is in seconds
    Hologram:
      Enabled: true
      Y_Offset: 2
      Lines:
        - '&8&l&m<><><><><><><><><><><><><><>'
        - ' &c⚔ &f&l%player%''s &6&lBlackbeard''s &e&lTreasure &c⚔'
        - ' &7&o(&6⚓&7&o A legendary find awaits...)'
        - ' &e⏳ Time remaining: &f%time_remaining%'
        - '&8&l&m<><><><><><><><><><><><><><>'
    ClaimAnimation:
      Enabled: true
      RenderDistance: 10 # How close the player has to be to the packet entity to see it.
      Type: 'SPIRAL' # Choice between 'DEFAULT', 'SPIRAL' & 'LIGHTNING'
      MiddleDisplayName: '&6&lBlackbeard''s &e&lTreasure &8(&7Claimed&8)'
  TreasureRewards:
    1:
      Percentage: 70
      Command: 'give %player% minecraft:diamond 1'
      Message: '&6&lBlackbeard''s &e&lTreasure &8» &eYou found &f1x &bDiamond&e! &efrom &6Blackbeard''s Treasure!'
    2:
      Percentage: 20
      Command: 'give %player% minecraft:diamond 1'
      Message: '&6&lBlackbeard''s &e&lTreasure &8» &eYou found &f1x &bDiamond&e! &efrom &6Blackbeard''s Treasure!'
    3:
      Percentage: 10
      Command: 'give %player% minecraft:diamond 1'
      Message: '&6&lBlackbeard''s &e&lTreasure &8» &eYou found &f1x &bDiamond&e! &efrom &6Blackbeard''s Treasure!'

Last updated