getCustomItem [v3 NEW] - Make Your Own Item | 48 Default Items Included icon

getCustomItem [v3 NEW] - Make Your Own Item | 48 Default Items Included -----

custom item, hook, item with effect




* fixed some issues
----------, Feb 14, 2025

- Changed the verification system for created items
- Added new item types
- Code refactoring
- Improved visibility/readability
- Total of 48 items (42 different types)
----------, Feb 12, 2025

* change system AntiElytra
* mapping spigot
* fixed some issues [CrossBow, Pokeball, ThrowingEnderPearls]
----------, Jan 2, 2025

* fixed issues with item type (THROW_UP) where disable options "push-yourself" not working.
* next item which was fixed its INSTA_HEAL , now its works with the attribute
* fixed issues with WorldGuard and correct verify the player has access to use current item
----------, Sep 6, 2024

* fixed issues with item type (THROW_UP) where disable options "push-yourself" not working.
* next item which was fixed its INSTA_HEAL , now its works with the attribute
----------, Sep 6, 2024

* added custom model data to ItemBag, because if you have stacked two or more items on one slot, than you can duplicate item.
----------, Sep 5, 2024

* It was fixed some issues with model ItemTier
----------, Sep 5, 2024

* a few changes in plugin, fixed an issues.
----------, Sep 3, 2024

* a few changes in plugin, fixed an issues.
----------, Sep 3, 2024

Introducing exciting new custom items!
----------, Aug 20, 2024

* added new item (Snowball TP). After hit the player you will be swapped with him

config section:

Code (Text):
- !<snowball_tp>
  enabled: true
  key: "snowball_tp"
  categoryName: "snowball_tp_category"
  usage: -1
  item:
    material: "SNOWBALL"
    displayname: "#8c19ffSnowball TP"
    lore:
    - "&7"
    - "#a74fff× Hit the player"
    - "#a74fff  and swap locations"
    - "#a74fff  with them"
    - "&7"
    - "&7• Usage: #a74fff{usage}"
    - "&7"
    unbreakable: true
    glow: true
    modelData: 0
  itemType: "SNOWBALL_TP"
  cooldown: 10
  permissionBypass: "getcustomitem.snowballtp.bypass"
  soundConfig:
    enable: true
    sound: "BLOCK_ENCHANTMENT_TABLE_USE"
  notifyYourself:
  - "&7"
  - "#78ff69 × Example YOURSELF!"
  - "&7"
  notifyOpponents:
  - "&7"
  - "#78ff69 × Example OPPONENTS!"
  - "&7"
  titleYourself:
    enabled: false
    title: "&aTitle Yourself"
    subtitle: "&7Subtitle"
    fadeIn: 10
    stay: 20
    fadeOut: 10
  titleOpponents:
    enabled: false
    title: "&aTitle opponents"
    subtitle: "&7Subtitle"
    fadeIn: 10
    stay: 20
    fadeOut: 10
  visualCooldown: false
  speed: 2
----------, Apr 9, 2024

* incorrect check a global flag (worldguard)
----------, Apr 6, 2024

* fixed item creating issue (glow & unbreakable - wrong order)
----------, Apr 1, 2024

* fixed issues with worldguard region
----------, Mar 31, 2024

* fixed:
- fixed an issue where using an item while holding more than one item in hand would count the usage for all items in hand.
- reduced the excessive boost given by the hook item when used while gliding. Now, you can set a custom speed in the configuration.
Code (Text):
- !<hook>
  ... // remaining code
  divideGliding: 2.5     //   <---------------- THIS LINE
* added
- ModelData: from now on, you can add custom modelData to items.
example:
Code (Text):
item:
    material: "BLAZE_ROD"
    displayname: "#ff9436Stick of levitation"
    lore:
    - "&7"
    unbreakable: true
    modelData: 33             // <--------------- HERE
- added a title message. Below, you can see an example:
Code (Text):
- !<bear_fur>
  ... // remaining code
  titleYourself:
    enabled: false
    title: "&aTitle Yourself"
    subtitle: "&7Subtitle"
    fadeIn: 10
    stay: 20
    fadeOut: 10
  titleOpponents:
    enabled: false
    title: "&aTitle opponents"
    subtitle: "&7Subtitle"
    fadeIn: 10
    stay: 20
    fadeOut: 10
- added the option to enable visual cooldown in the configuration.
Code (Text):
- !<bear_fur>
  ... // remaining code
  visualCooldown: true  //   <----- HERE
----------, Mar 27, 2024

Resource Information
Author:
----------
Total Downloads: 51,775
First Release: Mar 25, 2024
Last Update: Feb 14, 2025
Category: ---------------
All-Time Rating:
78 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings