GiftBox 1.19.4 - 1.21.1 | Custom boxes and animations | icon

GiftBox 1.19.4 - 1.21.1 | Custom boxes and animations | -----

Open little box with gifts | NO RESOURCEPACK | all configurable




Prevented box placement on occupied blocks and updated compatibility for the latest Java versions
----------, Aug 14, 2024

[ x ] Fixed an error that allowed using the give command without having the permission.
----------, May 29, 2024

[ x ] An error was fixed that occurred when the server was closed or a chunk containing a GiftBox was unloaded.
----------, May 9, 2024

added permission "giftbox.command.give.self" to "/gb give"
----------, Mar 14, 2024

[ x ] An error that prevented the automatic generation of the tuff golem has been fixed.
----------, Mar 9, 2024

[ + ] A GiftBox in the shape of the tuff golem has been added. This will be the last box that comes by default in the plugin. In future versions, a system will be added so that everyone can share or download boxes with other players. There are new options used in the animation of the tuff golem, which will serve as an example.
----------, Mar 9, 2024

[ x ] Fixed a bug that could cause a box to drop 2 items when the server closed.

[ + ] Added "Temporal parts". This new section allows you to create temporary parts and remove them while the animation is running. Here's an example:

Code (YAML):
#This is how we declare the part and its components. When the "material" is "[dropitem] index", the part will be the item to be dropped. The index must always be 0 for now since boxes cannot yet throw multiple items.

temporal_parts
:
  item
:
    location
: "x:-0.1 y:0.4 z:0.1"
    size
: "x:0.4 y:0.4 z:0.4"
    type
: item
    material
: "[dropitem] 0"
    glow
: true
    glow_color
: "#a26e1a"
 
 
    1
:
      delay
: 30
      duration
: 5
      parts
:
        right_arm
:
          actions
:
           - "[rotation] x:0 y:0 z:-1 angle:20"
            - "[sound] sound:BLOCK_grindstone_use volume:0.2 pitch:2"
            - "[temporal_part] part:item"
            - "[remove_part] part:item"

 
[ + ] Added the option for each part to have glow with its custom color. Here's an example:
Code (YAML):
init:
  parts
:
    head
:
      location
: "x:0 y:1 z:0"
      size
: "x:1 y:1 z:1"
      glow
: true
      glow_color
: "#a26e1a"
    legs
:
      location
: "x:0 y:0.5 z:0.05"
      size
: "x:0.95 y:1 z:0.5"
      glow
: true
      glow_color
: "#a26e1a"
    left_arm
:
      location
: "x:0.35 y:0.6 z:0"
      size
: "x:0.4 y:1 z:0.4"
      glow
: true
      glow_color
: "#a26e1a"
    right_arm
:
      location
: "x:-0.35 y:0.6 z:0"
      size
: "x:0.4 y:1 z:0.4"
      glow
: true
      glow_color
: "#a26e1a"
    nose
:
      location
: "x:0 y:0.65 z:-0.275"
      size
: "x:0.2 y:0.3 z:0.1"
      glow
: true
      glow_color
: "#a26e1a"
    cloth
:
      location
: "x:0 y:0.45 z:-0.1"
      size
: "x:1 y:0.8 z:0.1"
      glow
: true
      glow_color
: "#a26e1a"
[ + ] A new option was added in the "drop" section. This option allows the item to be thrown towards the player, ignoring the other vectors. Here's an example:
Code (YAML):
drop:
     location
: "x:0 y:0 z:0"
     delay
: 160
     vector_to_player
: true
----------, Mar 4, 2024

[ x ] When the server restarted while opening a giftbox, it remained permanently open after the server restarted
----------, Mar 2, 2024

[ + ] An option was added so that the dropped item can only be picked up by the player who opened the box
----------, Mar 1, 2024

[ / ] The locations were changed to be relative to the center of the block
----------, Mar 1, 2024

[ + ] Now you can modify or create new animations in the "plugins/GiftBox/animations/" folder.

[ / ] The waiting time in the "default_animation" was reduced as it took too long to open.

[ / ] The number of particles in the "default_animation" was reduced.
----------, Feb 29, 2024

[ + ] adaded /giftbox additem <box type> - Add the item you have in hand
----------, Feb 25, 2024

[ + ] added player and amount option to give command and tab completer
----------, Feb 24, 2024

Resource Information
Author:
----------
Total Downloads: 2,583
First Release: Feb 24, 2024
Last Update: Aug 14, 2024
Category: ---------------
All-Time Rating:
13 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings