Added: Towny & HuskClaims support.
Added: Particle customization in config.yml
Code (YAML):
# Particle settings.
# Setting the particle to DEFAULT, will use the particle ITEM or BLOCK, depending on the item type.
# Setting the particle to '', disables that specific particle.
# Formatting -> particle:amount:offset:extra - Missing values will be defaulted.
particles:
enabled
: true
create
: REVERSE_PORTAL:20:0.5:0.02
pickup-main
: DEFAULT:10:0.1:0.1
pickup-secondary
: SMOKE:5:0.1:0.02
Added: Permission "havendisplays.-g.color", allowes usage of color in glows.
Added:
-g now accepts colors alongside hex.
Example: "/display -ggold" (-g<color>)
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/ChatColor.html
Changed: Displays made from Nexo items without valid particle textures no longer show the classic pink/black "missing texture" particle, but instead defaults to smoke.
Fixed: Item Names are now correctly shown with -n.
Fixed: Regular displays now support glow colors.
Due to limitations, only vanilla colors are supported.
"/display -g#gold" or "/display -ggold"
Parameter can still take hex color, but the nearest vanilla color is chosen.
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/ChatColor.html