Suggest Tag | A new tag has been added which you can use in your custom message events. - ["Message","/Command","Hover","Suggest"] Adding "Suggest" will make the click event suggest the command instead of run it. Leaving it out will default to run.
The new message file header:
Code (YAML):
# This is a Message file for all Pocket Games. # All messages are fully customizable and support color codes, formatting and ASCII symbols. # Set the prefix and use %prefix% to add the plugins prefix to a message. # Leave a message blank ('') to disable it. # # You can also create messages with Hover and Click events. Syntax options: (Space between comma and quote is NOT allowed) # - ["Message","/Command"] # - ["Message","Hover"] # - ["Message","/Command","Hover"] # - ["Message","/Command","Suggest"] # - ["Message","/Command","Hover","Suggest"] # You can add as many events to a message as you want. Example: # '%prefix% Click to ["&a&nAccept","/pg duel accept","&aClick to accept!"] &aor ["&c&nDeny","/pg duel deny","&cClick to deny!"]&a!' # The "Suggest" tag is used if the click event should suggest the command. Default is Run.