➢ Add possibility to make malus for luckyblocks;
➢ Add possibility to configure the chance for benefit and malus of luckyblocks;
➢ Add other Unit Tests with MockBukkit;
➢ Add luckyblocks with ItemsAdder material;
➢ Some adjustments for the compatibility with ItemsAdder;
➢ Bug Fix various;
➢ Code Optimization;
Next features:
If you have other ideas or problems please don't hesitate to contact us on discord.
- Add a custom interface for Custom Upgrade Generators;
- Add compatibility with ItemsAdder (release);
- Add possibility to make malus for luckyblocks;
- Add possibility to configure the number of members (actually infinity);
➢ Add RemoveGeneratorBlockEvent in CubeGenerator Api
➢ Add TakeFromInterfaceEvent in CubeGenerator Api
➢ Add controls for all items and materials for check if exist
➢ Add the possibility to configure some actions of generator members
➢ Add other Unit Tests with MockBukkit;
➢ Add the possibility to configure the material of luckyblock;
➢ Some adjustments for the compatibility with ItemsAdder;
➢ Bug Fix various;
➢ Code Optimization;
Next features:
If you have other ideas or problems please don't hesitate to contact us on discord.
- Add a custom interface for Custom Upgrade Generators;
- Add compatibility with ItemsAdder (release);
- Add possibility to make malus for luckyblocks;
- Add possibility to configure the number of members (actually infinity);
Add Unit Tests with MockBukkit;
Bug Fix custom upgrade generators;
Bug Fix various;
Code Optimization;
Next features:
If you have other ideas or problems please don't hesitate to contact us on discord.
- Add a custom interface for Custom Upgrade Generators;
- Add compatibility with ItemsAdder (beta);
- Add possibility to configure the number of members (actually infinity);
Add Unit Tests with MockBukkit;
Bug Fix empty slot;
Bug Fix various;
Code Optimization;
Next features:
If you have other ideas or problems please don't hesitate to contact us on discord.
- Add a custom interface for Custom Upgrade Generators;
- Add compatibility with ItemsAdder (beta);
- Add possibility to configure the number of members (actually infinity);
Add compatibility with minecraft version 1.21.4
Bug Fix various;
Code Optimization;
Next features:
If you have other ideas or problems please don't hesitate to contact us on discord.
- Add a custom interface for Custom Upgrade Generators;
- Add compatibility with ItemsAdder (beta)
- Add possibility to coonfigure the number of members (actually infinity)
Bug Fix inventories for minecraft versions < 1.21;
Bug Fix Sounds for minecraft versions < 1.21.3;
Bug Fix various;
Code Optimization;
Next features:
If you have other ideas or problems please don't hesitate to contact us on discord.
- Add a custom interface for Custom Upgrade Generators;
- Add compatibility with ItemsAdder (beta)
- Add possibility to coonfigure the number of memmbers (actually infinity)
WARNING: As of server version 1.21.3 and newer, sound names have been updated to a new format.
Sounds must now be specified in the format: "minecraft:entity.ender_dragon.flap" (namespace:category.sound).
If you are running this plugin on a server version 1.21.3 or later, make sure to update all sound names to the new format.
Attempting to use older sound names (e.g., "ENDER_DRAGON_FLAP") on 1.21.3+ servers will result in errors.
Add possibility to configure for each size of a generator every generator type;
Bug Fix various;
Code Optimization;
Next features:
If you have other ideas or problems please don't hesitate to contact us on discord.
- Add a custom interface for Custom Upgrade Generators;
- Add compatibility with ItemsAdder (beta)
- Add possibility to coonfigure the number of memmbers (actually infinity)
P.S: in this update there are changes in config.yml. Before install it please make a backup of your config.yml file and of your database!
In any case you can see the changes with a new creation of file or here:
YAML:GeneratorInterface: InterfaceOpen: # Interface open click 'LEFT_CLICK_BLOCK', 'RIGHT_CLICK_BLOCK' or '' Click: 'RIGHT_CLICK_BLOCK' # If you want shift + click change to true Shift: false # Allow the user to open the interface with empty hand EmptyHand: true # Allow the user to take items from the interface InterfaceItemTake: true # Section to configure the slots of interface InterfaceSlots: # Maximum number of Items per Slot, set it to -1 for infinity and what you want display MaxItemForSlot: '-1:Unlimited' # Allow you to configure the number of slots that can be used in the generator Enabled: false # Configure the default number of slots that can be used in the generator Default: 1 # Enable CubeGenerator size upgrade when reach max level. UpgradeSize: false # Enable a button that allows you to upgrade the CubeGenerator at the highest level you can purchase FastUpgrade: false # Enable a type mode of give item (Es. Interface, Inventory, Ground) ItemCollecting: 'Interface'
Add possibility to configure for each size of a generator every generator type;
Bug Fix various;
Code Optimization;
Next features:
If you have other ideas or problems please don't hesitate to contact us on discord
- Add a custom interface for Custom Upgrade Generators;
- Add compatibility with ItemsAdder (beta)
- Add possibility to coonfigure the number of memmbers (actually infinity)
P.S: in this update there are changes in config.yml. Before install it please make a backup of your config.yml file and of your database!
In any case you can see the changes with a new creation of file or here:
YAML:# Generators Generators: 3x3: Size: '3x3' Name: '&aCubeGenerator &8(&a3x3&8)' Type: 'PLAYER_HEAD' # SKULL_ITEM;3 <1.13 Texture: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNlMTM3ZmYwNzYzNzg4ZDU1M2UwNTZiNjk4MzU5MDI5NGIzZTM3ZDU3ZjAzYjUxODc4NTBkMDMzNWIyOTc5OSJ9fX0=' # set to '' to disable Lore: - '&7&oPlace &7the block to generate the CubeGenerator' - '&7Level: {level}' - '&7Levels:' - '&7 * Respawn Delay: {rd}' - '&7 * Frame Block: {fb}' - '&7 * Generator Death Point: {gdp}' - '&7 * Materials: {m}' - '&7 * Auto Fill: {af}' - '&7 * Auto Sell: {as}' - '&7 * Auto Mining: {am}' - '&7 * Respawn Block: {rb}' - '&7 * Slots: {s}' CustomModelData: 0 # What type of upgrading want? Normal or Custom: # - Normal: upgrade for level (Ex. Lvl1 -> AutoFill, AutoSell, AutoMining. Set this feature in generators.yml) # - Custom: upgrade for single feature (Ex. AutoFill -> Lvl1,Lvl2,Lvl3. Set this feature in customUpgrade.yml) CustomUpgrade: false # What type of generator want? BlockGenerator MobGenerator # - BlockGenerator: the generator generates blocks # - MobGenerator: the generator generates mobs GeneratorType: "BlockGenerator" Crafting: Enabled: false Recipe: - "ccc" - "liw" - "ccc" Items: c: COBBLESTONE l: LAVA_BUCKET w: WATER_BUCKET i: IRON_BLOCK SizeSubsequent: '5x5'
