Announcements

1-Extract/Unarchive

Extract the zipped file you just downloaded from BuiltByBit, it should look something like this.

2- Move files

Choose any one theme, open that folder and you'll see InfiniteAnnouncements.zip , move the zipped file to your minecraft servers /plugins/ directory and extract/unarchive it.

3- Install dependencies

Install InfiniteAnnouncements plugin and move it to your /plugins/ folder.

4- Restart

Restart your server and your chatgames configuration should now be working, enjoy!

Branding changes

In order to change all links/branding, follow this guide.

1- Open directory

Firstly, open /plugins/infiniteannouncements/placeholders.yml

placeholders.yml
  store:
    Text: "&6/ꜱᴛᴏʀᴇ"
    Hover: "&6Click to open store"
    Click:
      Type: "OPEN_URL"
      Content: "https://store.example.com"

Change the Content: "https://store.example.com" to your own store link.

An example would be:

placeholders.yml
  store:
    Text: "&6/ꜱᴛᴏʀᴇ"
    Hover: "&6Click to open store"
    Click:
      Type: "OPEN_URL"
      Content: "https://store,hypixel.net/"

Last updated