Fixed a bug with text output on the first and last page /clan list
Fixing minor bugs
New features:
Added a setting for displaying event notifications to the clan chat. Now you can disable messages about the player's exit from the clan, etc.
Code (YAML):
# *** CHAT *** # Setting up a chat # ************************
# Displays a notification to the clan chat about the event that occurred. # The event that occurred comes after the "_" character. # For example, chat_leader is a notification about the change of the leader in the clan chat_message: true
chat_social: true
chat_status: true
chat_home: true
chat_type: true
chat_leader: true
chat_rename: true
chat_invite: true
chat_kick: true
chat_addrank: true
chat_removerank: true
chat_leave: true
chat_allyadd: true
chat_allyremove: true