Перейти к содержимому
Mineforgian

WorldChatter

Enhance your chatting experience.

Загрузки
3K
Подписчики
13
Обновлён
13 апреля 2025 г.
Лицензия
EPL-2.0

Опубликован 3 мая 2024 г.

Logo

Security Features

Anti-Swear

This helps to prevent any sensitive or inappropriate words from your chat to help keep it clean.
It has the ability to customize words (BlackList / WhiteList).

Anti-Repeat

This prevents players from repeating the same words or letters over and over again.

Anti-ADs

It will block any type of IPs or URLs from the player.

Anti-Caps

This helps to prevent the player from sending large uppercased messages in the chat!

Configurations!

Detection Messages!

If anyone triggers one of the security settings, you will be alerted, and they will be alerted as well.

DetectedMessage: "&c%player_name%'s message got detected by the following flags &e[%flags%] \n----------> &6%message%" # Change how the detection message is sent
DetectedPlayerMessage: "&cYou have been detected by the following flags &e[%flags%]" # Changes how the message is sent to the player (set it to "" if you don't want to send it)

Switch Messages (For Proxies)

This will notify everyone in the server or the previous and current server when a player switches from one server to another!

# This switch message is only available for both BungeeCord & Velocity
SwitchSettings:
  enabled: true
  global: true # false is just the current server & previous server / true all the servers
  premessage: "&a%player_name% &ehas switched from &6%previous_server% &eto &f%current_server%"
  comessage: "&a%player_name% &ehas arrived from &6%previous_server%"

Others

SpamMessage: "&cYour message is blocked by the &eAnti-Spam\n&7Remaining time: %duration% seconds" # Changes how the anti-spam message is sent (set it to "" if you don't want to send it)
ChatClearMessage: "&eThe Chat has been cleared by &a%sender%" # Changes how the cleared chat message gets sent
NoPermissionMessage: "&eYou're not allowed to use this command!"

Utilities Features!

Aliases

This feature enhances WorldChatter's placeholders by allowing customization of player and place names using two new placeholders: {player_name} and {player_place}.

aliases:
  enabled: true
  place:
    world: "&aOverworld&r"
  player:
    OmarOmar93: "<gradient>OmarOmar93</gradient> &o&eTest Omar Yes"

Chat Locking

This allows staff or console to lock or unlock the chat using wc lock!

ChatLockMessage:
  enabled: true
  public: true # TRUE | Shows the message to everyone or FALSE | just the sender
  locked: "&eThe Chat is now &cLOCKED &eby &a%sender%"
  unlocked: "&eThe Chat is now &aUNLOCKED &eby &a%sender%"
  currently: "&eThe Chat is Currently &clocked"

Clear Chat!

Clear the chat with wc clear!

Custom Join and Quit Messages!

Customize join and quit messages with special permissions for certain players.

Join:
  enabled: true
  level: 1 # 1 is just current place / 2 the whole server
  place: "world" # place to send the message
  message: "&a%player_name% &fhas joined the game!"
  permmode: true # Checks to use the permissions mode to send messages / disabled will use default message
  permissions:
    "admin":
      permissions: [ "worldchatter.control", "*" ]
      message: "&a%player_name% &fhas joined the game\n<click:run_command:/tp %player_name%><hover:show_text:'&aClick to teleport to %player_name%'>&e[Teleport to %player_name%]</click>"

Quit:
  enabled: true
  level: 1 # 1 is just current place / 2 the whole server
  place: "world" # place to send the message - type %place% to make it the last player's place
  message: "&a%player_name% &fhas left the game!"
  permmode: false # Checks to use the permissions below to show a different message or no!
  permissions:
    "admin":
      permissions: [ "worldchatter.control", "*" ]
      message: "&a%player_name% &fhas left the game &8You have nothing to do to that player :P"

Notifications

Customize notification sounds for detections.

notification:
  enabled: true
  staff: # notification detection for staff
    sound: "BLOCK_NOTE_BLOCK_PLING" # the sound to play as the notification you can find it here by https://helpch.at/docs/SERVER_VERSION_GOES_HERE/index.html?org/bukkit/Sound.html
    volume: 1 # volume of the sound
    pitch: 1 # pitch of the sound
  player: # notification detection to the player
    sound: "BLOCK_NOTE_BLOCK_PLING"
    volume: 1
    pitch: 1

Channels

Introducing the new Channels Feature! Add Places or Players or both if you would like! Into each other and priortize them from top to bottom according to the importance of each channel!

GlobalSending: true
channels:
  admin:
    players:
      - "OmarOmar93"
      - "HoneySalted"
      - "Notch"
    places:
      - "World"
      - "Lobby"
  main:
    places:
      - "world"
      - "world_nether"
      - "world_the_end"

Debug Mode - (Implemented in Channels only Currently)

The New Debug mode is what prints out more information about WorldChatter! like, Warnings, Errors and infos for each action happening inside the plugin!

debug:
  enabled: true
  info: "&7[&9WorldChatter Debugger &r| Info&7]&r "
  warning: "&7[&9WorldChatter Debugger &r| &eWarning&7]&e "
  error: "&7[&9WorldChatter Debugger &r| &4Error&7]&4 "

WorldChatterAPI

WorldChatterAPI

Learn more about the API and its capabilities by Clicking here!

Donate!

If you'd like to support the development of WorldChatter and other projects, consider donating!
Buy me a Coffee!

Other Projects!

WorldCaster
Standalone Broadcast Add-on

Supported Plugins!

  • PlaceholderAPI
  • Multiverse-Core
  • ItemsAdder (With PlaceholderAPI)
  • Luckperms
  • And other plug-ins that have PlaceholderAPI's placeholder!

Massive thank you to:

  • Abdelaziz189356 - For the help with 2.0, 2.1, and 3.0 being possible, 3.0 Tester!
  • yousife_7aloly - The tester for 2.0!
  • FastEverlast - The Tester for 2.4!
  • Fabrizio Santana, 4zy - 3.0 Testers

There are lots of additional features to explore!
Thank you for taking the time to read this and use the plugin!

Ченджлог

3.2.7Бета26.1, 26.1.1, 26.1.2 · 13 апреля 2025 г.

This is a development build, which means that certain features may be incomplete or being tested.

  • Added new "DevelopmentUpdates" Config in System.yml
    • Can be used to get notified about the dev versions of WorldChatter!
  • Improved the Update System to differentiate between the Dev and the stable releases of the same build
  • Full Support from 1.8 beta to the latest release!
  • Fixed Colored Translate in debug Mode
  • Configuration Changes
  • Switched from "Spigot" to "Craftbukkit" to Support older versions!
  • Added the new Config MiniMessage letting the players to use MiniMessage format in chat!
  • new Function getIP() added to the player for the API
  • Custom Placeholders now can get replaced without the player required in the API
  • Added new Check for player sending the replaced text + Removing method
3.2.2Релиз1.21.3, 1.21.4, 1.21.5 · 27 января 2025 г.

The title speaks itself :P

3.2.1Релиз1.21.2, 1.21.3, 1.21.4 · 26 января 2025 г.

The default config files have been rewritten for better understanding and showcasing more possbilities

API Changes

  • Added new Custom Placeholder that allows you to create custom placeholder with a call event to let it either return to what will it do
  • Added more javadocs to the functions This may corrupt the current addons make sure to update to this version
3.2.0Релиз1.21.2, 1.21.3, 1.21.4 · 11 января 2025 г.

Features!

Channels

Introducing the new Channels Feature! Add Places or Players or both if you would like! Into each other and priortize them from top to bottom according to the importance of each channel!

GlobalSending: true
channels:
  admin:
    players:
      - "OmarOmar93"
      - "HoneySalted"
      - "Notch"
    places:
      - "World"
      - "Lobby"
  main:
    places:
      - "world"
      - "world_nether"
      - "world_the_end"

Debug Mode - (Implemented in Channels only Currently)

The New Debug mode is what prints out more information about WorldChatter! like, Warnings, Errors and infos for each action happening inside the plugin!

debug:
  enabled: true
  info: "&7[&9WorldChatter Debugger &r| Info&7]&r "
  warning: "&7[&9WorldChatter Debugger &r| &eWarning&7]&e "
  error: "&7[&9WorldChatter Debugger &r| &4Error&7]&4 "

Changes!

  • The Built-in Placeholders of WorldChater are now using { } instead of this symbol % to make both WorldChatter and PlaceHolderAPI Work Together without interfering.
  • {player_name_raw} and {player_place_raw} are implemented to get the non formatted name of those instead of the aliases formatting them and with multiverse-core a brand new placeholder called {player_mvworld}
  • Added a new Hex code translator for MiniMessage &#000000 -> <#000000>
  • Changed how cancelling event works in Spigot and Bungeecord by removing receptients instead of cancelling the event
  • Delayed the chat events to be the lowest priority in both proxies to be able to let the other plugins work.
  • Listeners are Addons are now isolated in the API Meaning you can create addons or Listeners (creating listeners no longer requires an addon!)
  • Added event cancel check before executing WorldChatter's Chat System (Bungeecord and Spigot)
  • Lots of code optimization.
  • Lots of Under-the-hood Changes.

Bug fixes!

  • Fixed bugs found by the community related to the Following [Plugin incompatibility with Events, Join and Quit and Others i forgot cuz they were alot of bugs.]
3.1.1Релиз1.21.2, 1.21.3, 1.21.4 · 17 декабря 2024 г.

Fixed LuckPerm Bug.

3.1.0Релиз1.21.2, 1.21.3, 1.21.4 · 10 декабря 2024 г.

Added Luckperms Support to WorldChatter!

Meaning you can use {player_prefix} or {player_suffix}

Improved Anti-Swear

Since 3.0 release it got it's first upgrade! it now has 2 new addtions

  sensitivity: 80 # Sensitivity threshold (percentage)
  minimum: 2 # minimum characters to detect

It has a new algorithm to detect swear words more effectively and that lead into reducing 700 words to 60!

Anti-Repeat!

Avoid people from repeating the same text over and over!

AntiRepeat: # Prevents users from sending the same message
  enabled: true
  messageLimit: 2 # Amount of stored messages
  sensitivity: 20  # Sensitivity threshold (percentage)

Added Support for 1.21.3 and 1.21.4!

Replaced the %wc_player_place% and %wc_player_name%

Now they're {player_place} and {player_name} for better differentiation

Lots of under-the-hood changes!

ADD THE NEW CONFIG BEFORE UPDATING

3.0.21Релиз1.21.1, 1.21.2, 1.21.3 · 3 декабря 2024 г.

Added new onMessage event to cancel and write a reason for the chat event of WorldChatter!

@Override
    public void onMessage(FeatureSystem featureSystem,CommandSender sender, String s) {
        featureSystem.setCancelled(true);
        featureSystem.setReason("yes " + sender.getName());
    }
3.0.20Релиз1.21.1, 1.21.2, 1.21.3 · 27 ноября 2024 г.

Aliases

This is where it takes WorldChatter's PlaceHolder to a new level!
if you want to customize how to return the placeholders like players & places, now you can with 2 new placeholders!
%wc_player_place% and %wc_player_name%

aliases:
  enabled: true
  place:
    world: "&aOverworld&r"
  player:
    OmarOmar93: "<gradient>OmarOmar93</gradient> &o&eTest Omar Yes"

This if you want to get the player's place for an example but it returns just "World" you can change it to whatever you like!
Same goes to player's names!
It doesn't support PlaceholderAPI's Placeholders, but it works with it, well you're already editing a placeholder 💀

  • Lots of under-the-hood improvements!

Комментарии

Загружаем…