Pretty big update, I would highllyyy suggest deleting the
gui.yml file, or read bellow on how to update
[+]
Added Hologram buttons, so players can toggle the holograms on/off (Suggestion by
@CoreLandKoudy)
[+] Improved general text/looks of the default GUI file
In
messages.yml please add:
Code (Text):
# -- Hologram Stuff --
HologramDisabled: "&7You have &c&lDISABLED &7the hoppers hologram!"
HologramEnabled: "&7You have &a&lENABLED &7the hoppers hologram!"
in
gui.yml, after line 10 please add (although I highly suggest simply deleting gui.yml, unless you have done lots of changes to it):
Code (Text):
#Hologram enable/disable button
HologramNoPermission:
type: NAME_TAG
name: "&3» &b&lHOLOGRAM"
slot: 13
condition: NOPERMISSION
action: HOLOGRAM
lore:
- "&cYou do not have the required"
- "&cpermission &4(jetshoppers.default.hologram)&c"
- "&cIn order to use this feature!"
HologramEnabled:
type: NAME_TAG
name: "&3» &b&lHOLOGRAM"
slot: 13
condition: ENABLED
action: HOLOGRAM
lore:
- "&7Hologram: &aEnabled"
- " "
- "&7Right Click to Toggle!"
HologramDisabled:
type: NAME_TAG
name: "&3» &b&lHOLOGRAM"
slot: 13
condition: DISABLED
action: HOLOGRAM
lore:
- "&7Hologram: &cDisabled"
- " "
- "&7Right Click to Toggle!"