Changes in this update :
- Default configuration improved (now detecting 5zig Mod, a really cool client)
- Received message plugins are now encoded in UTF-8!
- I wrote a bungeecord plugin in order to help you to configure Hacked Server (this tool analyses plugin messages sent by the client) : Link !
Commons-io is now included included in HackedServer, so you will not have to install an API to use Hacked Server in 1.7.
This update adds the ability to check if a plugin message contains some words. So you can now detect if a player is using liteloader (which is using the default MC|Brand channel !).
# Example configuration of the listener for an example client/version/mod
#The name of the configuration section (you can use what you want, it is not important)
ExampleSectionName:
#The channel name sent by the client that HackedServer will intercept
Channel: "EXAMPLE CHANNEL"
#The name of the subsection (because you can detect differents clients/mods/versions on the same channel)
ExampleSubSectionName:
#It is a condition : if the message sent by the client contains this text, HackedServer will read the rest of this subsection
Contains: "I'm using ExampleClient"
#The client name that HackedServer will display in its messages
ClientName: "ExampleClient"
#Actions to do when a player join with this client/mod/version
Actions:
#Enabled Placeholders in Commands and AlertMessage : %p%, %version%, %message%
#Commands you want to perform
Commands:
- "kill %p%"
#Enable alerts for players who have permission hackedserver.alert
Alert: true
#Alert message to send if enabled
AlertMessage: "&c %p% &7sent the plugin message \"&c%message%&7\" using the version &c%version%"
This update adds the ability to change messages from HackedServer with the messages.yml file (based on an idea from danechek).
In this update I fix some bugs that have been reported to me. Particularly for users of the 1.7 (you now need to use that api : http://www.mediafire.com/file/ztab59h26nnp62g/commons-io-2.5.jar if you are using spigot 1.7).
But I also bring bad news: I spent several hours a day this week trying to support bungeecord. But I did not succeed and from what I saw I do not think I can do it ...
HackedServer is therefore condemned to stay only on spigot unless someone finds a miracle solution.
I'm sorry about that.
So I will devote myself to adding the features I was asked (an api, detecting other clients etc).
Unfortunately the 1.3.6 has not been stable for very long. But thanks to WarnDangerous the bug is now fixed !
The bug of 1.3.5 is now fixed, the code is very optimized and and there are no more known bugs in the plugin.
This update announces no more corrections of the plugin but improvements and new features like bungeecord support and api for developpers !
