Phantom Development | Products
  • Welcome to our Docs!
  • Phantom Series
    • Phantom Masks ($10)
    • Phantom NameMC ($5)
    • Phantom Lockboxes ($10)
    • Phantom Rebirths ($10)
    • Phantom Luckyblocks ($5)
    • Phantom Outposts (TBD)
    • Phantom Robots ($15)
    • Phantom Armor ($17.99)
      • Actions System
        • Action Implementation
      • Armor Buffs System
        • Buff Implementation
      • Attributes System
      • Armor Placeholders
      • Backpack System
      • Execution Filtering
      • FAQ
        • Items-Adder Integration
        • Creating Sets & more
        • Message Options & More
        • Full-Set Bonuses
      • Files
        • armor
          • example_set.yml
          • enchanted_set.yml
        • menus
          • attribute-menu.yml
          • sets-menu.yml
          • settings-menu.yml
          • shard-select-menu.yml
          • attribute-list-menu.yml
          • armor-preview-menu.yml
        • attributes.yml
        • commands.yml
        • items.yml
        • messages.yml
        • settings.yml
        • shards.yml
        • backpack.yml
        • events.yml
      • Changelogs
        • v1.2.0
          • messages.yml
          • sets.yml
          • backpack.yml
        • v1.2.3
          • sets.yml
        • 1.2.4
          • sets.yml
    • Phantom Autominer (TBD)
    • Phantom Voting (Open-Source)
      • Message Hyperlinking
      • Vote Placeholders
      • Configuration Options
      • Files
        • menus
          • leaderboard.yml
          • milestones.yml
          • streaks.yml
        • modules
          • vote_reminder.yml
          • bossbar.yml
        • config.yml
        • messages.yml
        • modules.yml
        • voteparty.yml
        • storage.yml
    • Phantom Prison Core ($$$)
  • EdPrison Addon Series
    • Phantom RPGs ($10)
    • Phantom Momentum ($7)
      • Momentum Buffs System
      • Momentum Placeholders
    • Enchant Packages
      • Phantom Enchant Package #1
      • Phantom Enchant Package #2
      • Phantom Enchant Package #3
    • Phantom Bombs ($15)
      • files
        • bombs
          • acidic-bomb.yml
          • cluster-bomb.yml
          • default-bomb.yml
          • glacial-bomb.yml
          • hive-bomb.yml
          • nuclear-bomb.yml
          • swarm-bomb.yml
          • transmuter-bomb.yml
        • messages.yml
        • settings.yml
  • Fade Series
    • Fade Cubes ($15)
    • Fade Gifts ($7.50)
      • files
        • menus
          • gift_menu.yml
          • gift_top_menu.yml
        • settings.yml
        • messages.yml
    • Fade Abilities (TBD)
    • Fade Milestones (TBD)
    • Fade Bosses (TBD)
Powered by GitBook
On this page
  1. Phantom Series
  2. Phantom Voting (Open-Source)

Message Hyperlinking

Below is an example of how to create hover events and clickable text for the vote list message, it is done in this format (Text Shown)[URL_FOR_WEBSITE]

You can also use color codes inside of (Click Me) for example (&6Click Me)

  VOTE_LIST:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value:
        - '&e&l&m                                          &r'
        - '                 &6&lVote Sites'
        - '     &7&o Vote on these sites to receive rewards!'
        - ' '
        - ' &f&l→ &eVote Link &6#1 (Click Me)[https://en.wikipedia.org/wiki/Terry_A._Davis]'
        - ' &f&l→ &eVote Link &6#2 (Click Me)[https://en.wikipedia.org/wiki/Terry_A._Davis]'
        - ' &f&l→ &eVote Link &6#3 (Click Me)[https://en.wikipedia.org/wiki/Terry_A._Davis]'
        - ' &f&l→ &eVote Link &6#4 (Click Me)[https://en.wikipedia.org/wiki/Terry_A._Davis]'
        - ' &f&l→ &eVote Link &6#5 (Click Me)[https://en.wikipedia.org/wiki/Terry_A._Davis]'
        - ' '
        - ' &f&l→ &eCurrent Votes: &6%daily_votes%'
        - ' '
        - '&e&l&m                                          &r'

PreviousPhantom Voting (Open-Source)NextVote Placeholders

Last updated 3 months ago