What is the list?
For your store:
This is found in the URL when editing a goal.
• CraftingStore: https://dash.craftingstore.net/admin/communitygoals/12345/edit
How can I change the time of the automatic announcements?
• actionbar_messages.yml
• advanced_messages.yml
• bossbar_messages.yml
• permissions_messages.yml
• simple_messages.yml
• titles_messages.yml
• discord_messages.yml
For Spigot, you can select the following: SECONDS, MINUTES, HOURS, DAYS, YEARS
TIME_UNIT: 'MINUTES' # SECONDS, MINUTES, HOURS, DAYS, YEARS
SEND_EACH: 3
For Bungee, you can select the following: SECONDS, HOURS, MINUTES, DAYS
TIME_UNIT: 'MINUTES' # SECONDS, HOURS, MINUTES, DAYS
SEND_EACH: 3
• actionbar_messages.yml
• advanced_messages.yml
• bossbar_messages.yml
• permissions_messages.yml
• simple_messages.yml
• titles_messages.yml
How to add more announcements?
You are limited to using 8 lines in the player's skin message.
# number of the ad, if you want to create another one it would be number 2 and so on consecutively.
'1':
SEND_SOUND: 'EXPLODE, 10.0f, 10.0f'
WORLDS:
# WORLD_LIST -> Send messages in specific worlds.
# ALL_WORLDS -> Sending messages in all worlds.
TYPE: 'WORLD_LIST'
LIST:
- 'world'
# Feature only available in Minecraft versions 1.13-1.18
REGIONS:
# ENABLED -> If activated and the plugin does not exist, messages will not be sent.
# DISABLED -> Regions will be ignored and will be displayed anywhere.
TYPE: 'DISABLED'
LIST:
- 'lobby'
- 'test'
- 'shop'
- 'name_of_the_region_in_lower_case'
SEND_EFFECTS:
- 'VILLAGER_ANGRY;50;2.0;2.0;2.0;2.0'
- 'VILLAGER_HAPPY;50;2.0;2.0;2.0;2.0'
- 'NOTE;60;2.0;2.0;2.0;2.0'
SEND_MESSAGE:
- '<center>&b&lYOU CAN ALSO BUY WITH DEBIT CARD</center>'
- ''
- '<center>Enter our discord and open a ticket</center>'
- '<center>and say you want to pay with a debit card</center>'
- '<center>(You must select the category</center>'
- '<center>Purchase with &9stripe &f(Debit/Credit Card).</center>'
- ''
- '<center>&ehttps://discord.link/STNStudios</center>'
SEND_TITLES:
- '10;100;100;&e✎ &b&lDEBIT CARD &e✎;&9Stripe &f(Debit/Credit Card)'
SEND_ACTIONBAR: '&9Stripe &f(Debit/Credit Card)'
# Here below should be the same but change from 1 to 2 and so on; you can add infinite messages.
Go to your automatic message file and in the (ANNOUNCEMENT.ENABLED) section set to "true".
ANNOUNCEMENT:
ENABLED: true
• Go to your game and run the command /acs reload
• If you run this command, the ads you have active will be sent to everyone again, unless you use /acs reload [TAB].
The second way is through the inventory by running /acs manager.