Clans REBORN

Clans REBORN 3.0.35

  • TeamUI related update
    The UI does'nt support anymore colortags. Those where disabled in Clans for now.
  • Like
Reactions: MalS
  • The clan description on creation does now disallow RichText
  • The clan- and ally-chats are now printed to console like common gamechat
    Formatting is (for grabbing from the output):
    Code:
    CLAN: {playername}: {message}
    ALLY: {playername}: {message}
  • Added hooks for those message types also:
    Code:
    OnClanChat(BasePlayer player, string message, string tag)
    OnAllianceChat(BasePlayer player, string message, string tag)
  • Replaced any old (now unsupported) colornames in the defaults with their associated hex values
  • Fixed a bug where the prior Team(Clan)-names (TeamUI) did constantly re-appear after disbanding a clan
  • Like
Reactions: Emanoel
  • Fixed FormatException at "cmdClanKick"
  • Like
Reactions: MalS
  • Optimized covalence calls on player-searches
  • Tried to fix also the last 2% of issues with the TeamUI
  • The command clans.show does now also listen for player-names-or-id to get a clan listed
  • Like
Reactions: Ryan and MalS
  • Implemented an additional refresh of a players IPlayer object, which are used to count online players, list online players, etc.
    This should hopefully prevent now any plugin resets to gain the correct player-presence
  • added a clan changes log function
    logClanChanges > set true to log the common clan creations, disbands, and member changes
    Code:
    08/01/2018 10:46:25 - Console: 'FuJiCuRa' promoted 'Teddy' of [PunkZ] to Council
    08/01/2018 10:46:38 - Console: 'FuJiCuRa' demoted 'Teddy' of [PunkZ] to Moderator
    08/01/2018 10:50:06 - Console: 'FuJiCuRa' assigned 'Furukawa' of [PunkZ] to new owner
    08/01/2018 10:51:28 - Console: 'FuJiCuRa' promoted 'FuJiCuRa' of [PunkZ] to the clan owner
    08/01/2018 10:51:46 - Console: 'ServerOwner' promoted 'Furukawa' of [PunkZ] to the clan owner
    08/01/2018 10:54:52 - Console: 'FuJiCuRa' kicked 'Teddy' from [PunkZ]
    08/01/2018 10:56:04 - Console: 'FuJiCuRa' added 'Teddy' to [PunkZ]
    08/01/2018 11:00:52 - Console: 'FuJiCuRa' renamed 'PunkZ' to [PunkD]
    08/01/2018 11:01:19 - Console: 'FuJiCuRa' renamed 'PunkD' to [PuNkZ]
    08/01/2018 11:03:21 - Console: 'FuJiCuRa' kicked 'vanKA' from [PuNkZ]
    08/01/2018 11:03:55 - Console: 'FuJiCuRa' kicked 'Teddy' from [PuNkZ]
    08/01/2018 11:04:12 - Console: 'FuJiCuRa' created the new clan [ABC] with 'Teddy' as owner
    08/01/2018 11:06:02 - Console: 'FuJiCuRa' disbanded [ABC]
    08/01/2018 11:06:06 - Console: 'FuJiCuRa' created the new clan [ABC] with 'Teddy' as owner
    08/01/2018 11:17:26 - 'FuJiCuRa' promoted 'vanKA' to a Moderator of [PuNkZ]
    08/01/2018 11:17:40 - 'FuJiCuRa' promoted 'vanKA' to a Council of [PuNkZ]
    08/01/2018 11:17:47 - 'FuJiCuRa' demoted 'vanKA' to a Moderator of [PuNkZ]
    08/01/2018 11:17:58 - 'FuJiCuRa' demoted 'vanKA' to a Member of [PuNkZ]
    08/01/2018 11:18:07 - 'FuJiCuRa' kicked 'vanKA' from [PuNkZ]
  • Like
Reactions: MalS
  • Fixed clans.show, clans.list & clans.listex commands to display the correct player online status.
  • Like
Reactions: MalS
  • Mirrored the players /clan command to console, by clan
    d84ca2ec4595a4991cc2d7bd9384482a.png

  • Added for management: clans.create
    9de32724826af99ba20973d3f29ca0ad.png
  • Like
Reactions: MalS