- Added scroll-complete-actions to config. This stores a list of actions to execute when a scroll is complete. Actions can be an internal ClueScroll message or command.
- Renamed messages.yml scroll-complete %type% placeholder to %tier%
- Updated RandomPackage support for newer versions
Remember:
ClueScrolls automatically updates configurations and messages!
By default the config will be set to.
Code (YAML):
#Actions to execute when a scroll is completed provided as a list.
# Format 'message: {key from messages.yml}' or 'command: {COMMAND}'
#You can use placeholders %player% and %tier%
scroll-complete-actions:
- 'message
: scroll-complete'
#- 'command: broadcast %player% has completed a %tier% scroll!'