Clans REBORN
ClansReborn (Clans) - добавит на ваш сервер отличную систему кланов.

Работает с плагином Clans UI - https://rustshop.ru/index.php?resources/clans-ui.5/

Функции плагина
  • Игроки могут быть приглашены как живыми (онлайн, спящими), так и мертвыми (не живыми).
  • Приглашенные игроки, не участвующие в игре, получают приглашение в свой клан через 3 секунды после входа в систему.
  • Поддержка альянса для взаимодействия с кланом.
  • Члены клана могут переключать защиту от дружественного огня для товарищей по клану и союзников.
  • В чатах клана/союзника будет отображаться имя говорящего с их цветным клановым статусом.
  • Сообщения кланов показывают любые действия, такие как приглашение или понижение в должности, с цветом статуса роли в клане.
  • В обзоре клана отображаются имена участников вне сети.
  • Минимальная и максимальная длина тега клана может быть определена в конфигурации.
  • При создании клана, система может сверять ТЕГИ со списком заблокированных слов.
  • При желании теги клана можно отключить
  • Можно создавать/управлять автоматическими группами кланов umod, включая их членов.
  • Старые (не обновлявшиеся с x дней ) кланы могут быть автоматически очищены.
  • Авторизованные игроки могут переименовывать существующие кланы.
  • Все авторизованные игроки 1-го и 2-го уровней могут писать в канал клана.
  • Все команды чата по умолчанию можно изменить.
  • Все цвета плагина могут быть отформатированы.
  • Все тексты доступны в языковом файле.
- This plugins provides the following for other plugins to use:
(bool) IsClanMember(ulong playerId, ulong otherId) - Check if 2 players are clan mates

(bool) IsMemberOrAlly(ulong playerId, ulong otherId) - Check if 2 players are clan mates or clan allies

(bool) IsAllyPlayer(ulong playerId, ulong otherId) - Check if 2 players are in allied clans

(JObject)GetClan(string tag) - Returns a JObject representing the clan using the specified tag or null if there is no such clan.

The JObject contains the following properties:
tag:string,
description:string,
owner:ulong,
council:ulong,
moderators:JArray:ulong,
members:JArray:ulong,
allies:JArray:string
invitedallies:JArray:string

(string) GetClanOf(BasePlayer | string | ulong) - Returns the clan tag of a player's clan or null if the player is not a member of a clan

(JArray)GetAllClans() - Returns an array of all clan tags

(List<string>)GetClanMembers(ulong | string) - Returns the member-id list of a player's clan or null if the player is not a member of a clan

The plugin also calls the following simple hooks (no return behaviour) on changes:
(void)OnClanCreate(string tag) - Called when a new clan has been created
(void)OnClanUpdate(string tag) - Called when clan members or invites change
(void)OnClanDestroy(string tag) - Called when a clan is disbanded or deleted

The plugin also calls the following informational hooks (no return behaviour) on changes:
(void)OnClanMemberJoined(string userID, List<string> memberUserIDs) - Called when a player joined a clan. Provides the Id of the new member and the full list of prior members excluding that Id

(void)OnClanMemberJoined(string userID, string tag) - Called when a player joined a clan. Provides the Id of the new member and the clan tag

(void)OnClanMemberGone(string userID, List<string> memberUserIDs) - Called when a player left a clan (leave|kick). Provides the Id of the old member and the full list of remaining members excluding that Id

(void)OnClanMemberGone(string userID, string tag) - Called when a player left a clan (leave|kick). Provides the Id of the old member and the clan tag

(void)OnClanDisbanded(List<string> memberUserIDs) - Called when a clan was disbanded or deleted. Provides the full memberlist at the time of deletion.

(void)OnClanDisbanded(string tag, List<string> memberUserIDs) - Called when a clan was disbanded or deleted. Provides the full memberlist at the time of deletion.
Автор
SpillleR
Куплено
8
Просмотры
1,649
Первый выпуск
Обновление
Оценка
5.00 звёзд 1 оценок

Другие ресурсы пользователя SpillleR

  • ShopSystemRevolution
    ShopSystemRevolution
    Большой и настраиваемый внутриигровой магазин
  • NpcRaiders
    NpcRaiders
    Плагин вызова рейда NPC на собственную базу
  • ZombieHorde
    ZombieHorde
    Плагин добавляет орды зомби на ваш сервер
  • Admin Menu
    Admin Menu
    Крутая графическая панель для администратора сервера
  • Survival Arena
    Survival Arena
    Плагин, который создает игру в стиле "Королевской битвы"

Последние обновления

  1. 3.0.34

    3.0.34 - Added responses for all the clans administrator console commands 3.0.33 - Apply...
  2. 3.0.31

    3.0.31 Add the tag to the reserved tag message 3.0.30 Added config option "Reserved clan tags...
  3. 3.0.29

    3.0.29 Strip # from hex color codes for BetterChat tags 3.0.28 Added support for Oxide group...
Сверху