This resource is not plugin
Announcer script is used to add information element to game.
Every predefined time, script prints random or ordered message into chat.
What is script offering?
- Advanced command
- Customizability
Requirements:
-
Skript
Installation:
- Download the announcer script
- Put script in file located /plugins/skript/scripts
Setting up:
- Open file announcer.sk
- Edit values in "Options" section to your liking
- You can set command name, permission, if messages are broadcasted randomly, delay and all messages
Code (Text):
#-----------------------------------------------------------------------------------------------------
options:
#basic
var_prefix: jp.script.announcer #It's safe to leave this default
delay: 5 seconds #Time between messages
command: announcer #Command name
permission: skript.announcer.admin #Permission for using command
random: true #Should script randomize message order?
#messages
added: "&aSentence was added to messages" #Message when sentence is added to list
deleted: "&aDeleted &6%arg-2% &afrom messages" #Message when sentense is removed from list
click: "&cClick, to delete message from list" #Message when you hover over sentece in remove list
deletedall: "&aYou successfully deleted all variables" #Message when you delete all variables from script
sure: "&cAre you sure? Type &6/%{_command}% deleteall confirm" #Message when player use deleteall argument
list: "&e%loop-value%" #Message format when player use list argument
#command usage
#
#/<yourcommand> add <yoursentece> - to add new sentence to list
#/<yourcommand> remove - to show remove list of sentences. Click to remove the sentence
#/<yourcommand> remove <yoursentece> - to remove sentence from list
#/<yourcommand> list - to show list of added sentences
#/<yourcommand> deleteall confirm - to delete all variables
#
#-----------------------------------------------------------------------------------------------------
FAQ:
Can i edit the file?
Yes, script is written to be easily understood and edited
Can i order custom scripts?
Yes, you can contact me on my discord
Where to send ideas for improvements?
Join my discord and send the idea
Can i order one image, like is the one at top of page?
Yes, you can contact me on my discord
Don't use reviews to report bugs or give ideas