SuperLuckyBlock | The MOST CUSTOMIZABLE LuckyBlock Plugin | CUSTOM Surprises | Wands | 1.16 - 1.21.x icon

SuperLuckyBlock | The MOST CUSTOMIZABLE LuckyBlock Plugin | CUSTOM Surprises | Wands | 1.16 - 1.21.x -----

Create your own CUSTOM surprises, lucky blocks, wands, and more with SuperLuckyBlock!



Version 4.0.0-ALPHA-4 - CustomSurprise Rework
Added
- Added an option to disable error reporting to sentry.
- Added multiple new features to custom surprises. Please see the example at the bottom of this update for more info.

Changed
- Completely reworked the CustomSurprise configuration so more features can be added. You may have to either regenerate all luckyblock configs or update the customsurprises manually. See the example at the bottom of this update for some documentation on the changes. I am working on writing a wiki about customsurprises as creating them may be a bit confusing.

Fixed
- Fixed an issue where sentry caught exceptions thrown by other plugins.

Code (YAML):
# You can create an unlimited amount of custom surprises. See the examples below for information on how to do this.
CustomSurprises
:
  Example
:
    # Name used in broadcasts, titles, actionbars etc.
    Name
: "Example"
    # Set to 0.0 to completely disable a surprise.
    Chance
: 0.0
    Permission
:
      # When enabled, only players with the specified permission will be able to get this surprise.
      Enabled
: false
      Permission
: "superluckyblock.custom.permission"
    # Commands that will be executed. DO NOT include the slash(/).
    Commands
:
      Enabled
: true
      Commands
:
       - 'give %player% minecraft:dirt 2'
        - 'give %player% minecraft:cobblestone 4'
    # Items that will be dropped by this surprise.
    Items
:
      Enabled
: true
      # Each surprise can have an unlimited amount of items. Make sure to follow the examples below.
      Items
:
        EmptyBucket
:
          # Valid material names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
          Material
: "BUCKET"
          # The amount of times this item will be dropped.
          Amount
: 3
          # Set to "none" to disable.
          DisplayName
: "none"
          # Enchantments that will be applied to the item. There are no enchantment level restrictions.
          Enchantments
:
            Enabled
: false
            # The enchantment name is the vanilla name, all in lowercase and spaces replace by a _. Example: sweeping_edge:2
            Enchantments
:
             - "ENCHANTMENT:level"
        Coal
:
          Material
: "COAL"
          Amount
: 1
          # Set to "none" to disable.
          DisplayName
: "&4&lSpecial Coal"
          Enchantments
:
            Enabled
: true
            Enchantments
:
             - "sharpness:2"
              - "unbreaking:1"
    # Entities that will be spawned by this surprise.
    Entities
:
      Enabled
: true
      # Each surprise can have an unlimited amount of entities. Make sure to follow the examples below.
      Entities
:
        Pig
:
          # Valid entity names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
          Entity
: "PIG"
          # The amount of times this entity will be spawned.
          Amount
: 1
          # Set to "none" to disable.
          Name
: "none"
          # Potion effects that will be applied to the entity after it has been spawned.
          PotionEffects
:
            Enabled
: false
            # Valid potion types: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
            # Duration is the effect duration in seconds.
            PotionEffects
:
             - "POTION_TYPE:level:duration"
        InvisibleSheep
:
          Entity
: "SHEEP"
          Amount
: 3
          Name
: "Invisible Sheep"
          PotionEffects
:
            Enabled
: true
            PotionEffects
:
             - "INVISIBILITY:1:60"
    # Pastes a schematic. This feature will only work if WorldEdit is installed.
    Building
:
      Enabled
: false
      # Name of the schematic that should be spawned
      Schematic
: example.schem
      # When true, air blocks will not be pasted.
      IgnoreAir
: false
      # Values:
      # player - paste the center of the schematic at the player's location
      # block - paste the center of the  schematic at the luckyblock's location
      Location
: block
    Blocks
:
      Enabled
: true
      # The height the blocks will fall from. Make sure that this is higher than the amount of blocks specified in FallingBlocks.
      FallHeight
: 15
      # The delay in ticks before the next falling block in the list will spawn. Should be at least one.
      # 20 ticks = 1 second
      FallDelay
: 10
      # The block at the top will be the first to fall.
      # Valid material names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
      FallingBlocks
:
       - "IRON_BLOCK"
        - "GOLD_BLOCK"
        - "EMERALD_BLOCK"
        - "DIAMOND_BLOCK"
    # Message that will be sent to the player. Completely remove if you don't want this in your surprise.
    Messages
:
      Enabled
: true
      Messages
:
       - "Enjoy the test surprise!"
        - "&aYou can even send multiple messages!"
----------, Aug 7, 2020
Resource Information
Author:
----------
Total Downloads: 703
First Release: Nov 5, 2017
Last Update: Oct 5, 2024
Category: ---------------
All-Time Rating:
57 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings