ACubelets icon

ACubelets -----

ACubelets is a box reward system with animations (Crates)




[​IMG]
  • Added support to 1.21 version.
  • The configuration file has been organized grouping all the options that have to do with rewards.

IMPORTANT: The configured rewards options in config.yml will return to the default state, so save a copy before updating and then configure it as it was in the new file.

[​IMG]

.
----------, Aug 16, 2024

[​IMG]
  • Updated plugin dependecies to support latests versions.
.
----------, Jul 2, 2024

[​IMG]
  • Updated plugin dependecies to support latests versions.
.
----------, Jun 26, 2024

[​IMG]
  • Fixed almost completely fixed the problems with removing items from the plugin's menus.
.
----------, Jun 19, 2024

[​IMG]
  • Added 1.20.6 version support.
.
----------, May 21, 2024

[​IMG]
  • Fixed minor bugs.
.
----------, May 20, 2024

[​IMG]
  • Now empty messages will not be sent to the player chat.
  • Added a option to change mouse click type to open cubelet machine menu in config.yml
    • CubeletMachine -> ClickType
.
----------, May 8, 2024

[​IMG]
  • Fixed minor bugs.
.
----------, Apr 22, 2024

[​IMG]
  • Added russian language file by default.
  • Fixed minor bugs.
.
----------, Mar 14, 2024

[​IMG]
  • Added page information to menu's titles, you can use %current_page% and %total_pages% variables in layout title.
  • Added a new option for each animation in animations.yml to disable modify blocks when running the animation. "ChangeBlocks"
  • Fixed minor bugs.
.
----------, Feb 27, 2024

[​IMG]

New animation with roulette style, rotating with black/red slots.

https://s9.gifyu.com/images/SFcLn.gif

New animation with roulette style, but with rotating items.

https://s9.gifyu.com/images/SFcLl.gif

Modified the GUI so that they always have 6 rows, in addition to being distributed leaving the border blank, which will allow the decoration to be modified soon

[​IMG]

.

.
----------, Feb 25, 2024

[​IMG]
  • Fixed cubelet expiration.
    Before this update, cubelets that never expired were impossible to open and were not saved in the database.
.
----------, Feb 15, 2024

[​IMG]
  • Fixed minor bugs.
.
----------, Jan 23, 2024

[​IMG]
  • Added 1.20.4 version support.
  • IMPORTANT: Cubelet machines already created will stop working, so you will have to create them again.
.
----------, Jan 4, 2024

[​IMG]
  • Fixed some errors related to database columns data length.
.
----------, Dec 11, 2023

[​IMG]
  • Fixed some errors with animations.
  • Now you can indicate "none" to cubelet type expiration, to disable cubelet expiration.
.
----------, Nov 17, 2023

[​IMG]
  • Fixed errors in newers versions (1.20).
.
----------, Nov 3, 2023

[​IMG]
  • Added armor trims support.
  • Fixed some errors with item serialization
.
----------, Oct 11, 2023

[​IMG]
  • Added 1.20.2 version support.
  • Fixed a item serialization issue for spawners
.
----------, Oct 2, 2023

[​IMG]
  • Fixed some minor bugs.
.
----------, Sep 22, 2023

[​IMG]
  • Fixed some minor bugs.
  • Fixed errors when having empty messages in language files.
.
----------, Sep 1, 2023







[​IMG]
  • Fixed some bugs.
  • Fixed an error with configuration.
  • Added a lightning strike to the last animation.
.
----------, Jun 23, 2023

[​IMG]

IMPORTANT: Please do a backup before updating to this version.
  • Added 1.20 version support.
  • Removed support of versions between 1.8 and 1.12 (The plugin will be disabled on startup if it detects one of these versions).
  • Added a new animation (Yin Yang)
  • Fixed loot history sql error with reward name table, too short before.
.
----------, Jun 21, 2023

[​IMG]
  • Added german translation to the predefined languages. (Thanks to Cupex)
----------, May 12, 2023

[​IMG]
  • Fixed a problem that caused keys of the same type distributed in different slots to be all deleted when using one of them.
.
----------, May 11, 2023

[​IMG]
  • Added Reward and Duplication points to CubeletEndEvent for API usages.
.
----------, Apr 26, 2023

[​IMG]
  • Fixed "ConcurrentModificationException" error reloading all menus.
  • Fixed error on plugin disabled when no holograms plugin is installed.
.
----------, Apr 18, 2023

[​IMG]
  • Added a new option to each reward to bypass reward duplication system. That mean, some rewards can be duplicated (give you loot points) or not do this (get this reward infinite times).
  • This option can be changed only editing reward properties (not when creating a new reward)
.
----------, Mar 31, 2023

[​IMG]
  • Fixed rarity sort in admin menu, when chance contain decimals
  • Fixed duplication points hologram when amount is under 40
.
----------, Mar 28, 2023

[​IMG]
  • Editing a reward showed the wrong numbers
  • Fixed amount in cubelet info command
.
----------, Mar 24, 2023

[​IMG]
  • Fixed cubelet info command output.
.
----------, Mar 23, 2023

[​IMG]
  • Updated dependencies to work with lastest version.
  • Fixed an error with creating holograms on Decent Holograms.
  • Added customizable messages for cubelets and points info commands.
.
----------, Mar 22, 2023

[​IMG]
  • Updated dependencies to work with lastest version.
  • Solved some errors with symbols in cubelet type name.
.
----------, Mar 9, 2023

[​IMG]
  • Fixed an error with keys in off_hand
.
----------, Jan 19, 2023

[​IMG]
  • Fixed a hologram duplication error.
.
----------, Jan 11, 2023

[​IMG]
  • Fixed a problem where new created reward, you can not add items to the reward, before this fix, you need to reload the plugin to add the items
.
----------, Nov 28, 2022

[​IMG]
  • Fixed reward broadcast message using symbols like $ in reward name.
.
----------, Nov 25, 2022

[​IMG]
  • Fixed plugin disabling error of HolographicDisplays, when using DecentHolograms.
.
----------, Oct 26, 2022

[​IMG]
  • DecentHolograms support.

(Depends on the plugin installed, if more than 1 plugin is installed at a time, the compatibility order will always be HolographicDisplays > DecentHolograms)
.
----------, Oct 24, 2022

[​IMG]
  • Now you can use an multi-lined reward broadcast, you can have one-line (like before) or convert to multi-lined. Also you can center the message using the %center% tag at the start.
Here is an example with the two formats:
Code (Text):
Broadcast: '%prefix% &6&l%player% &agot &l%reward% &ain &6%cubelet%'
Code (Text):
Broadcast:
    - '%center%FIRST LINE'
    - '%center%&6&l%player% &agot &6&l%reward% &ain &6%cubelet%'
    - '%center%THIRD LINE'
.
----------, Aug 21, 2022

[​IMG]
  • Fixed GUI errors in 1.19 version
.
----------, Jun 30, 2022

[​IMG]
  • Added support to 1.19 version.
.
----------, Jun 16, 2022

[​IMG]
  • Fixed errors with 1.18.2 version.
.
----------, Mar 30, 2022

[​IMG]
  • Fixed error when disconnect from server while cubelet is opening.
  • Now animation blocks uses packets (Fake blocks)
.
----------, Mar 27, 2022

[​IMG]
  • Fixed sql error with "ac_loothistory" table.
  • Fixed a error with animation 20 in old versions.
.
----------, Dec 29, 2021

[​IMG]
  • Recoded whole reward system, here is the changes:
    • Now you can add commands, permissions and items at the same time, you can combine them as you wish.
    • Duplicated rewards now work with an reward unique identifier, this is created at reward creation or first load if its an old setup.
    • Added cubelets loot history, this allow to use the duplication system.
  • Added Loot History menu, this can be opened from cubelet opener main menu, or using the command /cubelets history.
IMPORTANT: Please do a backup before updating to this version.
----------, Dec 28, 2021

[​IMG]
  • Fixed MySQL start error, which made it impossible to use the plugin with MySQL.
  • Fixed a problem with placeable item keys.
.
----------, Dec 22, 2021

[​IMG]
  • Now in Animation 18, the floating items allows colores reward names.
    • RGB is sopported using "{#xxxxxx}" format.
IMPORTANT: If you change reward names manually in the file, please put it inside single quotes ' '
.
----------, Dec 20, 2021

[​IMG]
  • Fixed an error with animations in 1.18
----------, Dec 11, 2021

[​IMG]
  • Updated to 1.18. (There may be some unknown bug)
-
----------, Dec 9, 2021

[​IMG]
  • Added new command: /cubelets options
    • Use this command to open a menu to change settings of animations and crafting.
  • Use the new animation settings menu to change:
    • Animation display name
    • Animation icon
    • Enable/disable animation
    • More settings..
  • Now when using a player name as a parameter to a command, it will no longer matter case insensitive.
.
----------, Dec 3, 2021

[​IMG]
  • Fixed entity noclip of some animations in 1.17 versions.
  • Now you can no longer steal the hoe from the ghosts of halloween animation.
----------, Oct 25, 2021

[​IMG]
  • Added a few variables to rewards preview gui:
    • "%reward_chance%", shows the reward's chance
    • "%reward_name%", shows the reward name
  • Now in animations.yml you can change if an animation needs permission to use, and change the default animation.
    • Default animation bypass permission check

Warning: Some animations within the animations.yml file will be reset, so you will need to change the display name again if you changed it before. (These are "halloween", "summer", "easter", "christmas" and "galaxy")
----------, Oct 9, 2021

[​IMG]
  • New animation, 20.
  • Fixed strange error with holograms dissapearing.

----------, Aug 26, 2021

[​IMG]
  • New animation, 19.
  • Fixed strange error with cubelet sorter by date.
  • Optimized database usage to make all asynchronous.

----------, Aug 25, 2021

[​IMG]
  • Updated to 1.17.
  • Fixed some problems with moving items using keyboard numbers to GUI.
-
----------, Aug 6, 2021

[​IMG]
  • Now if you want to give all animation permission to players, just add "acubelets.animations.*" to it, instead of giving all animation permissions.
  • Now you can select random animation for a cubelet with the setup gui.
  • Now you can disable sorting item of main menu in the layout file.
  • Now you can change the visibility and update distance (in blocks unit) of holograms. (Holograms section of config.yml)
-
----------, Feb 9, 2021

[​IMG]
  • Added new argument to give cubelet command:
    • /cubelet give [player] random [amount]
    • This allow you to give random cubelet to a player.
  • Fixed some errors with menus.
  • Fixed potion effects to reward icons.
  • Fixed cubelet login remeber, now only displays the message if you have 1 or more cubelets.
.
----------, Jan 23, 2021

[​IMG]
  • Added cubelets login reminder message, you can enable/disable it in config.yml:
    • Option: "LoginReminder" (Disable by default)
  • Fixed errors with edit cubelets machine gui.
  • Fixed banner patterns for reward icons.
----------, Jan 2, 2021

[​IMG]
  • Added reward broadcast message, you can enable/disable it in config.yml:
    • Option: "BroadcastReward" (Disable by default)
  • Fixed enchanted books enchants don't saved.
  • Fixed lose of loot points on restart.
----------, Dec 27, 2020

[​IMG]
  • Added reward preview command:
    • /cubelets preview <typeID>
  • Added new placeholder to reward holograms:
    • %cubelet_type%
  • Fixed error with attribute modifiers.
  • Fixed some warnings with database.
  • Now you can not create a craft with an inexistent cubelet type
----------, Dec 6, 2020

[​IMG]
  • Added keys to open cubelets in a machine.
    • Left-Click: Preview rewards (If enabled).
    • Right-Click: Open cubelet key.
    • You can change key item in setup menu.
  • Added a option in config.yml to enable/disable cubelet keys
    • Option: "UseKeys" (Disable by default)
  • Added a new command to give keys.
    • Command: /cubelets givekey (player) (type) (amount).
    • Give All: /cubelets givekey all (type) (amount).
  • Added new messages to language files for give keys command.
  • Redesigned cubelet setup menus.
  • Fixed some problems with command tab complete.

.
----------, Nov 20, 2020

[​IMG]
  • Fixed problems with larger numbers of expire in cubelet sorter.
  • Fixed error on saving a reward with a head with no owner, like a Dragon Head.
  • Fixed problem where you can not save the reward in reward editor menu.
.
----------, Nov 17, 2020

[​IMG]
  • New animation, 18.
  • Fixed bug in animation 17, where the snow man not disappear if you reload the plugin running the animation.
  • Now you can save items as rewards or icons, with custom-model-data.

----------, Nov 14, 2020

[​IMG]
  • Fixed errors when the reward name contained the $ symbol.
  • Fixed problem in animation 17, where the snowman leave snow in the block standing up.
.
----------, Nov 8, 2020

[​IMG]
  • New animation, 17 (Snowman).
  • Added missing preview video to Animation 0 (No animation)

----------, Nov 8, 2020

[​IMG]
  • Fixed errors in last animation (Rainbow), where only affect to 1.8 versions.
.
----------, Nov 6, 2020

[​IMG]
  • Now cubelet opener gui updates in realtime "live", you can enable/disable it in config.yml with the option "LiveGuiUpdates". Enabled by default.

----------, Sep 6, 2020

[​IMG]
  • Fixed problem where you can't click no cubelets item to receive the market url, if slot is changed from 0.
  • Simplified console messages when starting / restarting plugin.
-
----------, Sep 4, 2020

[​IMG]
  • Now you can save custom skulls as reward icons.
.
----------, Sep 4, 2020

[​IMG]
  • Added support for hex colors in messages for 1.16 servers:
    • Use "{#xxxxxx}" format, where x is a 0-9, A-F character.

For example the format {#00FFC1} will be this color
[​IMG]
----------, Sep 2, 2020

[​IMG]
  • Now you can edit slot of no cubelets item!
    • You can only edit the slot with dynamic size disabled, if you have it enabled, slot is 0 always.

Example: dynamic-size disabled, 3 rows gui, and item slot 13
[​IMG]
----------, Sep 1, 2020

[​IMG]
  • Fixed a error with items with 1.16 enchants
----------, Aug 31, 2020

[​IMG]
  • Fixed a bug where some rewards join in the same slot if the icon is the same.
  • Added rewards with normal items. You can create them in the reward creation gui, doing middle-click in new reward item.
  • You can add/remove item to this reward type, doing middle-click in the specified reward, and a new gui it will open. Here you can add items just by clicking them on your own inventory. Tutorial in the video
  • If your inventory is full when you receive the items from the reward, these will appear at your feet.
  • If you log out while the items are being given, they will appear around the machine where you opened the cubelet.

----------, Aug 30, 2020

[​IMG]
  • Fixed a bug when trying to select the option to choose rarity, in the creation of reward, which did not allow you to create any reward with the in-game creation.
----------, Aug 27, 2020

[​IMG]
  • Added a config option to enable/disable reward sorting, and sort by the config order. Ex: r0 -> r1 -> r2 ...
Code (YAML):
# Enable/disable if you want to disable the automatic sorting of rewards based on rarity and name
RewardAutoSorting
: true
----------, Aug 25, 2020

[​IMG]
  • Fixed a bug, which caused that when having the gui of the machine open, and another player opens a cubelet on the same machine and you click on a cubelet, the cubelet was eliminated from your profile, and you lost the cubelet.
Thanks to @ludgart for reporting this bug.
----------, Aug 24, 2020

[​IMG]
  • Added new animation (Nº9).
  • Added new configuration file called animations.yml, where you can enable/disable machine outline particles, and flame floor particles in each animation.
  • Added you can save itemflags to reward icons.
  • Fixed error with locations.yml if a world not exists.

----------, Aug 22, 2020

[​IMG]
  • Fixed some problems with reward icons.
  • Fixed reward sorting in gui, now sorts first by rarity, and alphabetically.
----------, Aug 19, 2020

[​IMG]
  • Added command /cubelets clear [player], with this you can remove/clear all the cubelets from a player account, even being offline.
  • Fixed a sorting issue for rewards and rarities in the reward preview gui and admin reward editor gui.
----------, Aug 18, 2020

[​IMG]
  • Fixed sql errors with cubelet give command in versions older to 1.11
----------, Aug 16, 2020

[​IMG]
  • Fixed errors with skulls in old versions,
----------, Aug 16, 2020

[​IMG]
  • Added no-gui mode, now you can enable/disable in config file if you want to disable the gui to open the cubelets, and open the most recent cubelet directly.
  • Fixed internal problems.

----------, Aug 16, 2020

If you have a public server using my plugin, you can send me the server's ip, to leave it on the list of servers using it!

[​IMG]

  • Now in cubelet list gui and reward preview gui, you can enable/disable in the layout files to show the page number in the previous/next page items.
  • Added a player information item in cubelet crafting gui, you can enable/disable in the layout file. In the lore of this item you can use PlaceholderAPI placeholders, if you have it installed.
  • Added cubelets give/remove and points give/remove/set commands messages to language files.
[​IMG]
----------, Aug 11, 2020

[​IMG]
  • A substantial performance improvement has been made with the database. Before, if large amounts of cubelet were given / removed, the server would crash. Now everything works as it should
  • Now when receiving / removing cubelets, they are instantly updated on holograms. In previous versions they were displayed in the next hologram update, which takes more than a second by default.
----------, Aug 8, 2020

[​IMG]
  • New christmas style animation!
  • Added christmas cubelet template to the template list, you can download it in-game with command: "/cubelets type template christmas"
  • Added animation preview message in animations setup gui, when you do right-click, now sends you the direct link to youtube video of the specific animation.


[​IMG]
[​IMG]
----------, Jul 27, 2020

[​IMG]
  • New halloween style animation!
  • Added halloween cubelet template to the template list, you can download it in-game with command: "/cubelets type template halloween"
  • Increased the speed of block placement in animations.

----------, Jul 24, 2020

33% DISCOUNT UNTIL 10th of August!


[​IMG]

  • Now, in config.yml you can change if duplication hologram is visible to all players or only to player opening the cubelet. (Default is only to opening player).
Code (YAML):
# Change hologram settings
# Update interval default: 30 (1.5s)
# Color animation default colors: &f and &c
# Duplication hologram visible to all players (Default: false)
Holograms
:
  UpdateInterval
: 30
  ColorAnimation
:
 - '&f'
  - '&c'
  Duplication
:
    VisibleToAllPlayers
: false
----------, Jul 23, 2020

[​IMG]
  • Now, in config.yml you can change the update interval of holograms (Default: 30 "1.5s"), and change the colors of the animation (Default: "&f" and "&c").
  • Fixed minor bug with the new crafting setup gui.
CONFIG.YML SECTION
Code (YAML):
# Change hologram settings
# Update interval default: 30 (1.5s)
# Color animation default colors: &f and &c
Holograms
:
  UpdateInterval
: 30
  ColorAnimation
:
   - '&f'
   - '&c'
----------, Jul 22, 2020

[​IMG]
  • Added in-game cubelet crafting editor with GUI. Now you can create craftings, ingredients more easier. You can open this gui using the command /cubelets setup crafting.
  • Fixed problems with skulls as rewards icons in versiones from 1.11 to to old.
----------, Jul 20, 2020

[​IMG]
  • Now you can disable loot points item of crafting gui, you can do this in the respective gui layout.
  • Now you can not use /cubelets command while you have opened a conversation menu in chat, for example reward creator. This prevents some bugs.
  • Fixed general minor bugs.
----------, Jul 16, 2020

[​IMG]
  • Now, you can change the size of the menu to open cubelets, and the previewer of rewards.
    You can switch between 1 row and 5 rows, as one is reserved for navigation buttons. And you can also enable / disable if you want the rows to fit the number of cubelets, or be a fixed row size.
  • Fixed bugs with reward creating menu.
  • Fixed minor bugs.

Settings in opencubelet and previewrewards layout
Code (YAML):
# GUI rows options
  Size
:
    # Max rows of cubelets, (1 to 5) 1 row reserved to navigation buttons
    Max-Cubelets-Rows
: 3
    # If gui size is resizable or fixed size
    Dynamic
: true

Full size gui (5 rows)
[​IMG]
----------, Jul 6, 2020

[​IMG]
  • Now, when you are creating or editing a cubelet, you can use Mineskin direct links, Example: https://minesk.in/310
  • Fixed an issue where you can create a reward without icon.
  • Fixed an issue with reward icons in old versions.

[​IMG]
----------, Jul 5, 2020

[​IMG]
  • Fixed a performance issue when a player entered the server
  • Rewards icons now support unbreakability, this makes objects with custom textures look correct
----------, Jul 4, 2020

[​IMG]
  • Added 1.16 support.
  • Fixed a uncommon bug with rewards.
----------, Jun 30, 2020

[​IMG]
  • Now you can give cubelet to all online player with the command: "/cubelets give * [type] [amount]" or "/cubelets give all [type] [amount]"
  • Added cubelet type list gui, you can open it with the command: /cubelets type list.
  • Fixed some messages.
  • Fixed errors with /reload. (Not recommended to do)
[​IMG]
----------, Jun 23, 2020

[​IMG]

Added new command argument: /cubelets type template [name]

This command allows you to download automatically a template already created from a specified cubelet, in-game.

Use /cubelets type template, to see available templates to download.

[​IMG]
----------, Jun 20, 2020

[​IMG]
  • Fixed a bug with the reward editor, which when changing the rarity was changed only visually, but internally it was still stored with the previous rarity, and that reward could not be obtained with the new rarity
  • Fixed a bug that sometimes caused the duplicate message when it was a new reward
----------, Jun 18, 2020

[​IMG]
  • Added rewards and rarities editor, now you can edit them without the need to delete them, and start from scratch.
  • Now player data are saved each 5m and when server stop.
  • Fixed bug when you create a cubelet type with the command /cubelets type create ... ...
  • Fixed bug with machine editor gui.

[​IMG] [​IMG]
----------, Jun 18, 2020

[​IMG]
  • Added rewards duplication system.
  • In config.yml you can disable/enable this feature, and you can change permission command, and give points command (Default plugin custom economy).
  • Now rewards are 2 types, Commands and Permission:
    • Commands: Same as previous versions
    • Permission: Indicates the permission to be given to the player, and at the same time serves to see if it is duplicated.
  • Changed rewards creation gui, now if you do left-click you enter command reward creation, but if you do right-click you enter in permission reward creation gui.
config.yml
Code (YAML):
# Enable/disable reward duplication system
# Change the command to execute to the one of the plugin you are using
# Change the command to give duplicated points
RewardsDuplication
:
  Enabled
: true
  PermissionCommand
: lp user %player% permission set %permission% true
  PointsCommand
: points give %player% %points%
Example command reward
Code (YAML):
r0:
      name
: Example common
      rarity
: common
      command
:
     - give %player% diamond_block 1
      icon
:
        material
: DIAMOND_BLOCK
        enchanted
: false
Example permission reward
Code (YAML):
r0:
      name
: Example common
      rarity
: common
      permission
: essentials.enderchest
      icon
:
        material
: ENDER_CHEST
        damage
: 1
        enchanted
: false



[​IMG]
[​IMG]
[​IMG]
----------, Jun 17, 2020

[​IMG]
  • Added new command argument: /points info [player]. This allow you to see other player points.
  • Now you can add more commands per reward, you need to do this directly on cubelet type file.
  • Now you can change item slots in gui layouts of last row. IMPORTANT: Slots numbers between 1-9, if not, the plugin will crash.
Thanks to @Timonplaysmc and @tutifruti777 for the suggestions.
----------, Jun 15, 2020

[​IMG]
  • Added custom economy: Points
  • The points for now are given only by commands, but soon there will be duplicate rewards. You can change the command in config.yml
  • Added in crafting gui an item where you can view your points, or you can view your points with the command, by default, /points.
  • Added new placeholder: %acubelets_points%
  • Now you can craft cubelets with 3 economies: Other cubelets, money (Vault), and points.
  • Now cubelet sorter by type or date are saved.
  • Moved all gui configuration from language files, to individual files in gui_layout folder.
  • Now you can change the material of almost all items from guis.
  • Added new api methods to Points. PointsAPI (give, remove, set)
Code (YAML):
cubelet-crafting:
  settings
:
    rows
: 4
  crafts
:
    normal
:
      slot
: 11
      ingredients
:
        '1'
:
          type
: money
          amount
: 500
        '2'
:
          type
: points
          amount
: 750
    super
:
      slot
: 13
      ingredients
:
        '1'
:
          type
: cubelet
          name
: normal
          amount
: 5
    uber
:
      slot
: 15
      ingredients
:
        '1'
:
          type
: cubelet
          name
: super
          amount
: 5

Code (YAML):
# Command name, default: /cubelets and /points
# For the changes to take effect, a full server restart is required
Commands
:
  Cubelets
: cubelets
  Points
: points


[​IMG] [​IMG] [​IMG] [​IMG]
----------, Jun 12, 2020

[​IMG]
  • Added new animation: Easter
  • Fixed bug where the block below cubelet machine would not regenerate after animation

----------, Jun 6, 2020

[​IMG]
  • Added new animation: Summer
  • Changed animation gui with two parts, normal animation and seasonal animations, more coming soon...

Download cubelet type preset: Download here



[​IMG]
----------, Jun 4, 2020

[​IMG]
  • Now you can change command name, from the default: /cubelets, to for example: /crates. For the changes to take effect, a full server restart is required.
  • Added a checker on remove cubelets, if you do not have the indicated quantity, it sends you an error message with the current quantity. Thanks to @Timonplaysmc for the suggestion!.
  • Fixed bugs with Animation #4 zombie pigman in older versions, now dont move in any version and dont make any sound.

config.yml
Code (YAML):
# Command name, default: /cubelets
# For the changes to take effect, a full server restart is required
CommandName
: cubelets

[​IMG]
----------, Jun 1, 2020

[​IMG]
  • Added a reward preview menu of each cubelet type, you can enable/disable in config.yml, and change click type to open GUI (LEFT, RIGHT, MIDDLE, SHIFT_LEFT or SHIFT_RIGHT).
  • Added new command /cubelets info [player]. This displays all cubelets balance of an online/offline player. Only for players with permission acubelets.admin
  • Added in cubelet machine edit gui (/cubelets machine edit), a new object to change the rotation in which the animations will be played.
  • Fixed some bugs with guis.
[​IMG]
[​IMG] [​IMG]
----------, May 29, 2020

[​IMG]
  • Added command /cubelets remove <player> <cubeletType <amount>, to remove cubelets from player.
  • Added remove cubelets method in Cubelets API.
  • Added all configurable messages for crafting system.
  • Configurable GUI and crafts in cubelet-crafting.yml in plugins folder.
  • Added cubelet crafting item in the open GUI.
  • You can enable/disable crafting in config.yml
  • Added vault as optional dependencies, if some craft have a ingredient with balance.
  • Fixed bugs.


cubelet-crafting.yml
Code (YAML):
cubelet-crafting:
  settings
:
    rows
: 4
  crafts
:
    normal
:
      slot
: 11
      ingredients
:
        '1'
:
          type
: money
          amount
: 500
    super
:
      slot
: 13
      ingredients
:
        '1'
:
          type
: cubelet
          name
: normal
          amount
: 5
    uber
:
      slot
: 15
      ingredients
:
        '1'
:
          type
: cubelet
          name
: super
          amount
: 5
----------, May 27, 2020

[​IMG]
  • Added a new animation (#4).
  • Fixed some sounds volume.
  • Fixed some bugs with holograms.
NEW CUBELETS PRESET: Download

----------, May 23, 2020

[​IMG]
  • Now if you only have one cubelet type created, order item don't appear. Only appear if you have 2 or more types.
  • Now you can enable/disable in config.yml if you prefer a command to be executed instead of a message, when you don't have any cubelets. You can change the command to execute.

Thanks to @GoNova for the suggestions!
----------, May 20, 2020

[​IMG]
  • Added command /cubelets machine edit. You need to look a machine to execute this command.
  • Now you can edit hologram height of each machine to put it at the height that you like or if the hologram is not complete for the chosen block.
  • Added machine edit menu, you can increase, decrease, reset height of hologram, and you can remove this machine directly with the trash can.

[​IMG]
----------, May 20, 2020

[​IMG]
  • Now you can create a cubelet machine in any block.
  • Now animation particles spawns in the correct height depending of the machine block height.
  • Now holograms spawn height depends on machine block height.


[​IMG]
[​IMG]
----------, May 20, 2020

[​IMG]
  • Fixed setup gui sometimes don't load correctly and you can not open it.
  • Fixed loading boxes bug.
----------, May 19, 2020

[​IMG]
  • Fixed important errors when you are in a different worlds than the world of cubelet machines.
----------, May 18, 2020

[​IMG]
  • Fixed important errors when using SQLite.
----------, May 18, 2020

[​IMG]
  • Changed reward icon serializer, to a readable text. If you have an older version of the plugin, you need to setup rewards another time. In the end you have a preset with 3 cubelets types.
  • Added message when you click the barrier if you have no cubelets. You can change it in message files.
  • Added %center% placeholder in loot and shop messages to center messages in the chat.
  • Now you can give cubelets to offline players.
  • If you give cubelets to a player, and have cubelet gui open, this reload the gui automatically to show him their new cubelets.
  • Fixed a bug that caused the cubelet not to be removed when opened, so there were infinite cubelets.
  • Now you can not open a cubelet, if this type not have rewards configured.
[​IMG]

NEW CUBELETS PRESET: Download
----------, May 18, 2020

[​IMG]
  • Now you can use any item as reward icon, you need only to write 'hand' when creating the reward icon, in reward menu.
  • You don't need more to setup a reward id, now automatically set an ID, with format 'r<number>'.

NEW CUBELETS PRESET: Download
----------, May 11, 2020

[​IMG]
  • Now each cubelet type you can configure cubelet expiration.
    • Available times: w, d, h, m, s.
    • Example time: '2w4d' -> 2 weeks and 4 days
  • Now cubelets loads faster from database.
  • Configurable time strings in language file.
  • Armor stands now don't produce sound when appear on animation.
[​IMG]
----------, May 9, 2020

[​IMG]
  • Now in cubelet open gui, you can sort cubelet by date or type.
  • Animations optimized.
  • New messages configurables.

[​IMG] [​IMG]
----------, May 8, 2020

[​IMG]
  • Now pull cubelets from database are faster.
  • Holograms dont update if server is empty.
  • Holograms lines dont update if the text is the same.
  • Holograms distance to player more than 75 blocks now dont update.
  • Cubelets opening GUI now is AutoSizable, max 3 rows of cubelets.
  • Added more customizable messages in respective language files.
----------, May 7, 2020

Resource Information
Author:
----------
Total Downloads: 811
First Release: May 7, 2020
Last Update: Aug 16, 2024
Category: ---------------
All-Time Rating:
49 ratings
Find more info at discord.gg...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings