eLuckyBlock icon

eLuckyBlock -----

The LuckyBlock Plugin you needed! For Prison, SkyBlock, etc..




The recoded version will be released soon with many new changes, improvements, etc...

BUGS FIXED
┃Fixed a bug related to the broken luckyblock counter, with SQLite/MySQL.

NEW CHANGES
┃Updated all dependencies.
┃Removed "UltraPrisonCore" hook.

FOR SUPPORT
┃If you need support, open a ticket in this discord channel.
----------, Sep 18, 2023

NEW CHANGES
┃Added support for decimal numbers, for the chances of rewards (Ex. chance: 10.24)
┃Modified the connection system to MySQL, added new parameters in the config
┃Generic code improved

⬇️ config.yml ‑ Changes
Code (YAML):
# ------------------
# Storage Settings
Storage
:
  # Types Available: SQLite, MySQL
  type
: SQLite
  mysql
:
    database
: eLuckyBlock
    hostname
: localhost
    port
: 3306
    user
: root
    password
: 'MyPassword'
    advanced
:
      customURI
: '?useSSL=false&autoReconnect=true'
  pool_settings
:
    maximum_pool_size
: 10
    minimum_idle
: 10
    maximum_lifetime
: 1800000
    keepalive_time
: 0
    connection_timeout
: 5000

FOR SUPPORT
┃Write to me here in private, or by Telegram

⚠️ The database has changed! if you want to import the old data into the new one, you have to do it manually!
⚠️ After the update, reset or add the new changes, to the config.yml
----------, Apr 1, 2022

BUGS FIXED
┃Fixed a bug where the message "[eLuckyBlock] There was an error searching for a missing message!" although there is no error in the configuration

NEW CHANGES
┃Added support for PlotSquared v6 (I will add support for older versions soon)

⬇️ config.yml ‑ Changes
Code (YAML):
 hooks :

    PlotSquared
: false

FOR SUPPORT
┃Write to me here in private, or by Telegram

⚠️ The database has changed! if you want to import the old data into the new one, you have to do it manually!
⚠️ After the update, reset or add the new changes, to the config.yml and messages.yml
----------, Jan 29, 2022

BUGS FIXED
┃Fixed a fireworks bug
┃Fixed the chances, which will now be more optimal. Also removed the mandatory "nothing" that was present in the rewards
┃Fixed a bug in the gamemodes prevention check
┃Fixed the %animation_<name>% placeholder for titles, action and bossbar. From now on you can put the placeholder even in the middle of a sentence, before he went only if he was alone
┃Fixed /eluckyblock reload, it will now correctly reload all configurations

NEW CHANGES
┃Code greatly improved! The plugin with this version will be much more performing
┃Added commands: citem (With the citem command you can save a custom item and make it spawn on the ground by the executor "[CUSTOM_ITEM]")
┃Added a new hook TokenEnchant in config.yml
┃Added a new hook TokenManager in config.yml
┃Added a new hook UltraPrisonCore in config.yml
┃Added the executor "[CUSTOM_ITEM] custom item name"
┃Added the executor "[GIVE_TOKENS] number of tokens"
┃Added the executor "[TAKE_TOKENS] number of tokens"
┃Added the ability to use custom heads as materials! (player-<playerName> and base64-<value>), for more information view the new configuration, or the wiki
┃Developers API added: forcedOpening, give

⬇️ config.yml ‑ Changes
Code (YAML):
 hooks :

    TokenEnchant
: false
    TokenManager
: false
    UltraPrisonCore
: false
⬇️ messages.yml ‑ Changes
Code (YAML):
# ------------------
# CItem Command Messages
CItem_Command
:
  admins
:
    create
: ' %prefix%You have added the item "&b%item%&7" between the custom items.'
    update
: ' %prefix%You have updated the item "&b%item%&7" between the custom items.'

FOR SUPPORT
┃Write to me here in private, or by Telegram

⚠️ The database has changed! if you want to import the old data into the new one, you have to do it manually!
⚠️ After the update, reset or add the new changes, to the config.yml and messages.yml
----------, Jan 27, 2022

BUGS FIXED
┃Fixed the "%prefix%" placeholder, which is shown in the update message

NEW CHANGES
This plugin is fully compatible with 1.18!
┃Added commands: give
┃Permissions changed: eluckyblock.*, eluckyblock.command.*, eluckyblock.command, eluckyblock.command.reload, eluckyblock.command.info, eluckyblock.command.info.others
┃Permissions added: eluckyblock.bypass.gamemode, eluckyblock.command.give
┃Added a new hook WorldEdit in config.yml
┃Added the executor "[PARTICLES] particles name"
┃Added the executor "[SCHEMATIC] schematic name"
┃Removed particles from luckyblocks.yml, now set via executors
┃Added a check that controls the gamemode of the player
┃Once the unique luckyblocks have been added, in order to differentiate them from other blocks, you can enable them from luckyblocks.yml
┃Added the option to destroy luckyblocks instantly

⬇️ config.yml ‑ Changes
Code (YAML):
 hooks :

    WorldEdit
: false
⬇️ messages.yml ‑ Changes
Code (YAML):
# ------------------
# General Messages
is_not_number
: ' %prefix%&cPlease enter a valid number.'

# ------------------
# Help Command Messages
Help_Command
:
  users
:
    texts
:
     - ''
      - '&5 ┃ &d %version%'
      - ''
      - '&5 ┃ &e [ ] &7⁼ &7Optional'
      - '&5 ┃ &c‹› &7⁼ &7Required'
      - ''
      - '&5 ┃ &f/ %command% help &7‑ &dOpen this page.'
      - '&5 ┃ &f/ %command% about &7‑ &dShow plug-in info.'
      - '&5 ┃ &f/ %command% reload &7‑ &dReload configurations.'
      - '&5 ┃ &f/ %command% info &e[player] &7‑ &dShow the breaks LuckyBlocks.'
      - '&5 ┃ &f/ %command% give &c<player> <lucky> &e[amount] &7‑ &dGive a player some LuckyBlocks.'
      - ''
      - '&5 ┃ &d %author%'
      - ''

# ------------------
# Give Command Messages
Give_Command
:
  admins
:
    sender
: ' %prefix%You gave &d%luckyblock% x%amount% &7to &d%receiver%&7.'
    receiver
: ' %prefix%You received &d%luckyblock% x%amount% &7by &d%sender%&7.'
  errors
:
    not_unique
: ' %prefix%&cYou cannot give a luckyblock that is not unique!'
    not_exist
: ' %prefix%&cThis LuckyBlock does not exist!'
 
⬇️ luckyblocks.yml ‑ Changes
Code (YAML):
luckyblock:
  instant_break
: false
  unique_check
:
    enabled
: false
    displayName
: '&dLuckyBlock Normal'
    lore
: '&5&l┃ &7Place and open me!'
 
  prevent
:
    allowed_gamemodes
:
     - 'SURVIVAL'

FOR SUPPORT
┃Write to me here in private, or by Telegram

⚠️ The database has changed! if you want to import the old data into the new one, you have to do it manually!
⚠️ After the update, reset or add the new changes, to the config.yml and messages.yml
----------, Dec 22, 2021

BUGS FIXED
┃Fixed fireworks reload, doing /eluckyblock reload
----------, Nov 25, 2021

BUGS FIXED
┃Fixed the fact that when the server stopped, it did not save the number of luckyblocks breaks

NEW CHANGES
┃Added commands: help, about, reload, info
┃Permissions added: luckyblock.*, luckyblock.command.*, luckyblock.command.reload, luckyblock.command.info, luckyblock.command.info.others
┃Added a new hook Vault in config.yml
┃Added new fireworks.yml file to create fireworks
┃Added the executor "[GIVE_XP] level;xp"
┃Added the executor "[TAKE_XP] level;xp"
┃Added the executor "[GIVE_MONEY] number of money"
┃Added the executor "[TAKE_MONEY] number of money"
┃Added the executor "[LAUNCH_FIREWORKS] firework name"

⬇️ config.yml ‑ Changes
Code (YAML):
hooks :

  Vault
: false
⬇️ messages.yml ‑ Changes
Code (YAML):
#  .,::::::       :::      ...    :::  .,-:::::  :::  .  .-:.     ::-.:::::::.   :::         ...       .,-:::::  :::  .

#  ;;;;''''       ;;;      ;;     ;;;,;;;'````'  ;;; .;;,.';;.   ;;;;' ;;;'';;'  ;;;      .;;;;;;;.  ,;;;'````'  ;;; .;;,.
#   [[cccc        [[[     [['     [[[[[[         [[[[[/'    '[[,[[['   [[[__[[\. [[[     ,[[     \[[,[[[         [[[[[/'
#   $$""""        $$'     $$      $$$$$$        _$$$$,        c$$"     $$""""Y$$ $$'     $$$,     $$$$$$        _$$$$,
#   888oo,__     o88oo,.__88    .d888`88bo,__,o,"888"88o,   ,8P"`     _88o,,od8Po88oo,.__"888,_ _,88P`88bo,__,o,"888"88o,
#   """"YUMMM    """"YUMMM "YmmMMMM""  "YUMMMMMP"MMM "MMP" mM"        ""YUMMMP" """"YUMMM  "YMMMMMP"   "YUMMMMMP"MMM "MMP"
#
#   Version: 1.2
#   Messages
#
#   Wiki: https://zs0bye.gitbook.io/eluckyblock/plugins/eluckyblock-free
#

# ------------------
# General Messages
player_not_found
: ' %prefix%&cPlayer not found.'
insufficient_permissions
: ' %prefix%&cYou don''t have enough permissions.'
update_notification
: ' %prefix%A new update is available! Download version &d%new%&7 from &dhttps://www.spigotmc.org/resources/eluckyblock.97759/&7, you currently have version &d%old%&7.'

# ------------------
# Help Command Messages
Help_Command
:
  users
:
    texts
:
     - ''
      - '&5 ┃ &d %version%'
      - ''
      - '&5 ┃ &e [ ] &7⁼ &7Optional'
      - '&5 ┃ &c‹› &7⁼ &7Required'
      - ''
      - '&5 ┃ &f/ %command% help &7‑ &dOpen this page.'
      - '&5 ┃ &f/ %command% about &7‑ &dShow plug-in info.'
      - '&5 ┃ &f/ %command% reload &7‑ &dReload configurations.'
      - '&5 ┃ &f/ %command% info &e[player] &7‑ &dShow the breaks LuckyBlocks.'
      - ''
      - '&5 ┃ &d %author%'
      - ''

# ------------------
# Reload Command Messages
Reload_Command
:
  admins
:
    configurations
: ' %prefix%The configurations have been reloaded!'

# ------------------
# Info Command Messages
Info_Command
:
  users
:
    current_breaks
: ' %prefix%You have &d%lbBreaks% &7breaks LuckyBlocks.'
  admins
:
    player_breaks
: ' %prefix%&f%player%&7 has &d%lbBreaks% &7breaks LuckyBlocks.'
⬇️ fireworks.yml ‑ New
Code (YAML):
#  .,::::::       :::      ...    :::  .,-:::::  :::  .  .-:.     ::-.:::::::.   :::         ...       .,-:::::  :::  .

#  ;;;;''''       ;;;      ;;     ;;;,;;;'````'  ;;; .;;,.';;.   ;;;;' ;;;'';;'  ;;;      .;;;;;;;.  ,;;;'````'  ;;; .;;,.
#   [[cccc        [[[     [['     [[[[[[         [[[[[/'    '[[,[[['   [[[__[[\. [[[     ,[[     \[[,[[[         [[[[[/'
#   $$""""        $$'     $$      $$$$$$        _$$$$,        c$$"     $$""""Y$$ $$'     $$$,     $$$$$$        _$$$$,
#   888oo,__     o88oo,.__88    .d888`88bo,__,o,"888"88o,   ,8P"`     _88o,,od8Po88oo,.__"888,_ _,88P`88bo,__,o,"888"88o,
#   """"YUMMM    """"YUMMM "YmmMMMM""  "YUMMMMMP"MMM "MMP" mM"        ""YUMMMP" """"YUMMM  "YMMMMMP"   "YUMMMMMP"MMM "MMP"
#
#   Version: 1.2
#   Animations
#
#   Wiki: https://zs0bye.gitbook.io/eluckyblock/plugins/eluckyblock-free
#

# You can use the fireworks to embellish luckyblocks,
# and you can put them via the rewards.yml file,
# in the executor "[LAUNCH_FIREWORKS] firework name"
firework1
:
  # Types Available: BALL, BALL_LARGE, BURST, CREEPER, STAR
  type
: STAR
  # Time is in seconds
  times
: 0
  # The delay is in ticks (20 ticks = 1 second)
  delay
: 10
  # The color list is in RGB - red,green,blue
  colors
:
   - '153,0,204'
    - '153,153,255'
firework2
:
  type
: BURST
  times
: 3
  delay
: 10
  colors
:
   - '255,204,0'
    - '255,204,0'

FOR SUPPORT
┃Write to me here in private, or by Telegram

⚠️ After the update, reset or add the new changes, to the config.yml and messages.yml
----------, Nov 25, 2021

BUGS FIXED
┃Fixed a JSON bug
┃Fixed a database bug, after the update if it doesn't work correctly, reset "database.db" or the table on MySQL
┃Fixed version when starting the plugin
----------, Nov 22, 2021

MINOR CHANGES
┃Improved the performance
┃Improved the code
┃Added a check for updates

⬇️ config.yml ‑ Changes
Code (YAML):
 check_update:
    enabled
: true
    # Types Available: NORMAL, DOWNLOAD
    type
: NORMAL
⬇️ messages.yml ‑ Changes
Code (YAML):
update_notification : ' %prefix%A new update is available! Download version &d%new%&7 from &dhttps://www.spigotmc.org/resources/eluckyblock.97759/&7, you currently have version &d%old%&7.'

⚠️ After the update, reset or add the new changes, to the config.yml and messages.yml
----------, Nov 21, 2021

test
----------, Nov 21, 2021

Resource Information
Author:
----------
Total Downloads: 1,580
First Release: Nov 20, 2021
Last Update: Sep 18, 2023
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings