Trinkets
This plugin is a simple implementation of an accessory system based on the popular Trinkets mod. With it, you can create custom accessory items using the functionality of the Oraxen plugin.
Currently available is the ability to configure accessories that provide standard effects from the vanilla game. You can fully customize these effects to suit your needs.
Important Information
Oraxen is mandatory for the plugin to work! This is a paid plugin, but the creator allows self-building from source code if you don't want to pay. However, with self-building, you won't receive technical support and standard resources.
Functionality
The plugin includes customizable system messages and a special interface for managing accessories. Here's an example configuration for a foot accessory that gives speed 1 effect, using an Oraxen item with the ID "speed_socks":
feet_trinkets: # valid entries: <feet|legs|chest|head>_trinkets
speed_socks: # ID of your item
oraxen_item: speed_socks # As of version 1.0.0 works only with Oraxen custom items
effects:
speed: # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
amplifier: 0 # if unset, value is 0 (0 doesn't disable the effect, it means level 1 effect)
ambient: true # if unset, value is true
particles: false # if unset, value is true
has_icon: true # if unset, value is true