C4BR3R4

Juegos => Plugins de Spigot/Bukkit => Minecraft => Plugins descartados => Mensaje iniciado por: C4BR3R4 en 20 de Julio de 2017 a las 20:04

Título: ChatControl v7.8.22 → 1.12 [premium]
Publicado por: C4BR3R4 en 20 de Julio de 2017 a las 20:04
(https://www.spigotmc.org/data/resource_icons/10/10258.jpg?1438702387)
ChatControl Pro
Control del chat con multitud de funciones.
Código: [Seleccionar]
chatcontrol reload

:v: Spigot: https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-the-premium-chat-plugin.10258/
<> Reportar fallos en: https://github.com/kangarko/ChatControl-Pro/issues

## WiKi: https://github.com/kangarko/ChatControl-Pro/wiki

++ Variables: https://github.com/kangarko/ChatControl-Pro/wiki/Variables
++ MVdW Placeholder: https://www.spigotmc.org/wiki/mvdw-placeholders/

Traducción personalizada: http://c4br3r4.es/index.php?topic=595
Título: ChatControl v7.4.12 → 1.12 [premium]
Publicado por: C4BR3R4 en 22 de Julio de 2017 a las 23:38
 7.4.12

    ♥ Enjoyed? Rate ☆☆☆☆☆ to keep this plugin going! ​

        Fix | Resolved "then replace" operator in rules acting odd when "before strip" operator changes the caught message.
Título: ChatControl Pro v7.4.13 → 1.12 [premium]
Publicado por: C4BR3R4 en 23 de Julio de 2017 a las 18:43
 7.4.13

        Fix | Resolved occasional issues caused by the change from yesterday. Rules involving "before strip" and "before replace" works as intended.
Título: ChatControl v7.4.14 → 1.12 [premium]
Publicado por: C4BR3R4 en 24 de Julio de 2017 a las 16:19
 7.4.14

        New | Added chatcontrol.bypass.spy to exempt players' commands being logged and exposed in the /spy command for the staff.
            Defaults to true for OP's, otherwise false.
Título: ChatControl v7.4.14 → 1.12 [premium]
Publicado por: C4BR3R4 en 25 de Julio de 2017 a las 21:04
He reportado el problema con el Denizen: https://github.com/kangarko/ChatControl-Pro/issues/299
Título: ChatControl v7.4.15 → 1.12 [premium]
Publicado por: C4BR3R4 en 29 de Julio de 2017 a las 09:06
 7.4.15

        New | Polish localization by @Buarzej.
Título: ChatControl v7.4.16 → 1.12 [premium]
Publicado por: C4BR3R4 en 31 de Julio de 2017 a las 20:59
 7.4.16

        New | Added support for LegacyFactions in {faction} placeholder.
Título: ChatControl v7.4.17 → 1.12 [premium]
Publicado por: C4BR3R4 en 01 de Agosto de 2017 a las 23:50
 7.4.17

        Reupload with a fix for "/channel" command still not being let to be taken by other plugins. This is now resolved.
        Improve | Commands "/spy" and "/channel" are no longer overtaken if the functions are disabled and you have another plugin for them.
Título: ChatControl v7.4.18 → 1.12 [premium]
Publicado por: C4BR3R4 en 03 de Agosto de 2017 a las 08:43
 7.4.18

        Fix | Resolved an error sometimes when on looking up for updates.
Título: ChatControl v7.4.20 → 1.12 [premium]
Publicado por: C4BR3R4 en 08 de Agosto de 2017 a las 21:52
7.4.20 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-the-premium-chat-plugin.10258/update?update=179945
Título: ChatControl v7.6.24 → 1.12 [premium]
Publicado por: C4BR3R4 en 13 de Diciembre de 2017 a las 07:57
 7.6.24

        Fix | Solved a reported problem in packet rules blocking the filtering in some cases.
        Fix | Solved doubled announce "/chc announce" for the sender caused by a recent change.
Título: ChatControl v7.6.25 → 1.12 [premium]
Publicado por: C4BR3R4 en 16 de Diciembre de 2017 a las 08:44
 7.6.25

        Misc | Added more debug messages for [points] in Debugger.Section key.
Título: ChatControl v7.6.26 → 1.12 [premium]
Publicado por: C4BR3R4 en 17 de Diciembre de 2017 a las 09:49
 7.6.26

        Improve | Warning points reset task is now being properly reset upon reloading or /chc reload.
        Improve | Better performance with MySQL database on players' join and quit.
Título: ChatControl v7.6.27 → 1.12 [premium]
Publicado por: C4BR3R4 en 03 de Enero de 2018 a las 08:52
 7.6.27

        New | Added an option to prevent PM'ing yourself.
        New | Added Replace_Own_In_Custom option to script variables to enable the use of other script variables in your script. May impose a slight performance penalty.
        Improve / Beta | Made the MySQL data loading when players join async, to prevent blocking the main thread.
        Fix | Solved 'Key X is already in the map' rare error.
        Fix | Solved chat clear message being duplicated if more than one administrators are online.
Título: ChatControl v7.6.28 → 1.12 [premium]
Publicado por: C4BR3R4 en 06 de Enero de 2018 a las 10:42
 7.6.28

        Misc | Removed a debug leftover message.
Título: ChatControl v7.6.29 → 1.12 [premium]
Publicado por: C4BR3R4 en 10 de Enero de 2018 a las 08:43
 7.6.29

        New | Added New Clear_Data_If_Inactive option that will clear inactive players from data.db on each plugin's start (channels, /ignore, etc.). This will lower the I/O pressure on player data (stored in HashMap's) and improve performance in lobbies and big servers. Defaults to 30 days.
        Fix | Solved rare ArrayIndexOutOfBoundsException error in packet rules.
Título: ChatControl v7.6.30 → 1.12 [premium]
Publicado por: C4BR3R4 en 10 de Enero de 2018 a las 16:05
 7.6.30

        Improve | Decreased RAM usage by 50% thanks to merging the two HashMaps storing player information into one.
        Improve | The "Reset_Cache_On_Quit" option now removes player's cache from the map, saving space in memory. Use if running a big lobby with lots of players joining/quitting. Breaks anti-bot.
        Fix | Fixed a NullPointerException on startup when your data.db lacks player information....
Título: ChatControl v7.6.31 → 1.12 [premium]
Publicado por: C4BR3R4 en 12 de Enero de 2018 a las 08:51
 7.6.31

        Improve | Better informational messages on syntax errors in yaml files.
        Fix | Solved a null pointer exception when MVdWPlaceholderAPI returned a null message.
Título: ChatControl v7.6.33 → 1.12 [premium]
Publicado por: C4BR3R4 en 18 de Enero de 2018 a las 21:36
 7.6.33

        New | Added formatting support in MoTD. Simple set Motd.Message to the formatter name in formatting.yml (case-sensitive).
        Improve | Solved long-term inconsistency where in Party channel players would still be able to send messages even when not having any town/nation/faction etc. Big thanks to @v3Monsta for taking work on his shoulders on GitHub.
        Improve | Updated Spanish translation. Thanks to @C4BR3R4!
        Fix / Beta | Attempt to correct some misbehaviour in relational placeholders.
        Fix | Solved '[SIGN at ...] Ad_Info' doesn't exist' error with signs having advertisements.


 7.6.32

        Fix | Solved a misplaced message in the Italian localization about private messages. Thanks to @xion87 for the report.
        Misc | The plugin should now start a slightly faster.
Título: ChatControl v7.6.34 → 1.12 [premium]
Publicado por: C4BR3R4 en 31 de Enero de 2018 a las 20:10
 7.6.34

        Fix | Solved reported issues with relational placeholders from PlaceholderAPI.
        Fix | Solved a rare null pointer exception when formatting chat.
Título: ChatControl v7.7.0-BETA → 1.12 [premium]
Publicado por: C4BR3R4 en 17 de Febrero de 2018 a las 08:41
 7.7.0-BETA

    Note: As always, this release covers many new updates and it is considered beta. That means, I have tested it multiple times to ensure it's safe, but I am currently on travel and due to amount of code changed, there might be bugs.

    Note 2: There are less shiny features and more (invisible) code changes. Features will come later, as I believe stability and low bug ratio outperforms high amount of features coded chaotically with bugs.

        Breaking | Changed auto-join permissions for channels to
        chatcontrol.channel.autojoin.{channel}.{mode}
        New | Added Warn_If_Caps_Above_Percent option to Anti Caps to only send warning messages if the caps percentage reaches that specified amount.
        Improve | Sound notify no longer requires Chat Formatter or Channels to work.
        Improve | Discord messages sent from Discord's channel set as Discord Channel for admin chat are now automatically send to admin chat in ChatControl.
        Improve | Decreased memory usage and increased concurrency safety due to static unified access to settings files instead of multiple instances.
        Improve / Breaking | API has been changed and extended. New methods are available, such as: filtering a message, running it through our rule system from your plugin, etc. ChannelPlayer class has been removed.
        Fix | Solved issues with auto-join into channels, especially when using MySQL. The data.db file won't be used for storing channels at all, when on MySQL.
        Fix | Solved issues with death messages in PvP for Minecraft 1.8.x and older.
        Fix | Corrected few typos in the localization.
        (...) many code changes and rewrites to enhance performance, increase coding standards and adjust to latest functions of Java 8.
Título: ChatControl v7.7.3 → 1.12 [premium]
Publicado por: C4BR3R4 en 28 de Febrero de 2018 a las 08:43
 7.7.3

        Improve | Better and faster anti-bot checking before the player logs in. This also resolves issues around Vault.


 7.7.2

        Fix | Solved an error in Discord when a player's permission is null, for example by a plugin that does this such as LuckPerms.


 7.7.1

        Fix | Solved a message at General.Sign_At_Location lacking in the Chinese translation.
Título: ChatControl v7.7.4 → 1.12 [premium]
Publicado por: C4BR3R4 en 06 de Marzo de 2018 a las 08:52
7.7.4

        Fix | Solved join/quit/kick messages not showing when set on "default".
        Fix | Solved antibot re-join delay sometimes throwing an error related to Vault.
Título: ChatControl v7.8.0 → 1.12 [premium]
Publicado por: C4BR3R4 en 13 de Marzo de 2018 a las 10:02
7.8.0 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat-huge-update.10258/update?update=215916
Título: ChatControl v7.8.1 → 1.12 [premium]
Publicado por: C4BR3R4 en 15 de Marzo de 2018 a las 21:13
 7.8.1

        New | Added an option to log McMMO spying to console.
        New | Added an option to disable McMMO party spying.
        New | Added Turkish (tr) translation by @Pluginsel. Thanks!
        Improve | Not private messaging yourself prevention now works on bungee as well.
        Improve | Auto-start private messages are no longer case-sensitive.
        Change | The /me command can no longer be used from console. Reason: the variables cannot be replaced properly resulting either in an error or corrupted message.
        Fix | Solved mcMMO spy messages showing up twice when you are in mcMMO chat.
Título: ChatControl v7.8.2 → 1.12 [premium]
Publicado por: C4BR3R4 en 24 de Marzo de 2018 a las 08:48
7.8.2 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat-huge-update.10258/update?update=217403
Título: ChatControl v7.8.4 → 1.12 [premium]
Publicado por: C4BR3R4 en 25 de Marzo de 2018 a las 21:03
 7.8.4

        Improve | The /chc color menu now works everywhere - channels, global chat, admin chat, ...!
        Improve | Better chat clear function - sends 1000 lines or random length to support modded clients as well.
        Fix | Solved reported issues when spy for party chat in mcMMO would not work anymore.
        Misc | Added new debugger section: "bungee" for debug messages when communicating with BungeeControlBridge.

 7.8.3

        Fix | Solved a minor error when a line in MOtD is empty.

 BungeeControlBridge Important Update

    Don't forget to update ChatControl below!

    If you ever had a private message (PM) being sent to a wrong player, this may be for you:

    We recently introduced partial matching in PM's, meaning that typing "/tell kngrko" or "/tell arko" would actually find the player "kangarko". All was perfect except for the cases where more players would give same match rates.

    The new updated adds an option to edit the match rates (so you can make it much more strict) or disable this feature completely.
Título: ChatControl v7.8.5 → 1.12 [premium]
Publicado por: C4BR3R4 en 28 de Marzo de 2018 a las 22:14
 7.8.5

    WANT TO MAKE YOU OWN CHATCONTROL ? READ BELOW

    Oh note! Please update BungeeControlBridge.

        Improve / Major | Yerr pirates make sure all rules now read and apply from top to bottom according to their files.
        Breaking | Moved the API class ChannelAPI to "me.kangarko.chatcontrol.api.channel" package. Nuff said.
        Fix | Solved a rare reported crash that may or may not be caused by us. We are investigating this issue.

    I am preparing a full video course so you can create your own ChatControl and no longer need my support. As a result, I am quitting after the course's released. Just kidding. Still, you will learn not only how to make own Java plugins, sell them on Spigot, but also how to write great copies and design custom pages like Boss, Puncher, AutoPlay have etc. I'll be also covering obfuscation, live debugging and all the goodies. Stay tuned.
Título: ChatControl v7.8.6 → 1.12 [premium]
Publicado por: C4BR3R4 en 08 de Abril de 2018 a las 09:59
 7.8.6

        Improve | Better performance when communicating with BungeeControlBridge.
Título: ChatControl v7.8.7 → 1.12 [premium]
Publicado por: C4BR3R4 en 18 de Abril de 2018 a las 16:25
7.8.7

        New | You can now tag multiple players in Sound Notify.
        New | The auto-mode for private messages (if you start your chat with @ + player name) now logs to the console.
        Improve | More detailed check if the player can spy on books or signs, corrects rare warnings to wrong players.
        Improve | Updated DiscordSRV integration. Now requires 16.1 or newer DiscordSRV.
        Improve | The /spy command will automatically disable when the player no longer has the permission.
        Fix | Solved an error in mcMMO hook when the player in party chat is not found (left in the meanwhile).
Título: ChatControl v7.8.8 → 1.12 [premium]
Publicado por: C4BR3R4 en 24 de Abril de 2018 a las 08:41
 7.8.8

        New | Added /spy support to auto-message (automatically private messaging player when you start your chat with @ + player name)
        Fix | Solved an error in sound notify with DiscordSRV integration.
        Fix | Solved an occasional error in warn points.
        Fix | Solved a stack overflow error when a player is spying via /spy but had the spy permission removed.
Título: ChatControl v7.8.10 → 1.12 [premium]
Publicado por: C4BR3R4 en 01 de Mayo de 2018 a las 10:22
 7.8.10

        New | Added an option to toggle whether or not we should also (un)ignore the player in your Essentials plugin. If the ignore does not work for you as expected, disable that option.
        Improve | Less memory usage due to the player cache is now cleared regularly.
        Fix | Solved player points not being updated correctly after the new "/chc points" command.



 7.8.9

        New | Massively improved /chc points command. Added support for adding, removing, setting and clearing players' warning points and more.
        Fix | Solved a rare MySQL problem if the data column is empty for whatever reason.
Título: ChatControl v7.8.11 → 1.12 [premium]
Publicado por: C4BR3R4 en 05 de Mayo de 2018 a las 13:31
 7.8.11

        Fix | Solved a NullPointerException in chat formatter from last update.
        Fix | Attempt to solve a reported error when loading warning points data from MySQL.
Título: ChatControl v7.8.12 → 1.12 [premium]
Publicado por: C4BR3R4 en 10 de Mayo de 2018 a las 19:27
7.8.12 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat.10258/update?update=224700
Título: ChatControl v7.8.13 → 1.12 [premium]
Publicado por: C4BR3R4 en 16 de Mayo de 2018 a las 23:46
7.8.13 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat.10258/update?update=225555
Título: ChatControl v7.8.14 → 1.12 [premium]
Publicado por: C4BR3R4 en 21 de Mayo de 2018 a las 08:45
7.8.14 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat.10258/update?update=226157
Título: ChatControl v7.8.15 → 1.12 [premium]
Publicado por: C4BR3R4 en 25 de Mayo de 2018 a las 15:28
7.8.15 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat-flash-sale.10258/update?update=226725
Título: ChatControl v7.8.17 → 1.12 [premium]
Publicado por: C4BR3R4 en 27 de Mayo de 2018 a las 12:03
7.8.17 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat-flash-sale.10258/update?update=226931

7.8.16 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat-flash-sale.10258/update?update=226918
Título: ChatControl v7.8.18 → 1.12 [premium]
Publicado por: C4BR3R4 en 28 de Mayo de 2018 a las 22:02
7.8.18 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat-flash-sale.10258/update?update=227246
Título: ChatControl v7.8.19 → 1.12 [premium]
Publicado por: C4BR3R4 en 29 de Mayo de 2018 a las 15:32
7.8.19 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat-last-day-sale.10258/update?update=227365
Título: ChatControl v7.8.20 → 1.12 [premium]
Publicado por: C4BR3R4 en 30 de Mayo de 2018 a las 08:27
7.8.20 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat-last-day-sale.10258/update?update=227439
Título: ChatControl v7.8.21 → 1.12 [premium]
Publicado por: C4BR3R4 en 31 de Mayo de 2018 a las 08:45
7.8.21 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat.10258/update?update=227560
Título: ChatControl v7.8.22 → 1.12 [premium]
Publicado por: C4BR3R4 en 02 de Junio de 2018 a las 18:14
7.8.22 https://www.spigotmc.org/resources/%E2%99%A3-chatcontrol-pro-format-and-filter-your-chat-weekend-sale.10258/update?update=227998
Título: ChatControl v7.8.22 → 1.12 [premium]
Publicado por: C4BR3R4 en 02 de Junio de 2018 a las 20:48
Desinstalado porque este plugin es demasiado complejo para nuestras necesidades.  Sustituido por las funciones de CMI (http://c4br3r4.es/index.php?topic=616.0).