NEW 1.5 : We need now ProtocolLib to use FakeConnection
FakeConnection is my first plugin in Minecraft, so I will increase my level of programmation in the future.
FakeConnection is a plugin for Minecraft and his aim is for Admin when they are busy (Fake deconnection or connection)
It's a very little plugin but sometimes useful when you need peace of mind.
Features :
- Make a fake connection
- Make a fake deconnection
- Make a fake AFK
- Disable the fake AFK
- Hide/Show username in Tablist
- (De)Vanish user
Permissions :
- fakeco.fdeco : Give you the access of the command /fdeco ==> Default : False
- fakeco.freco : Give you the access of the command /freco ==> Default : False
- fakeco.fafk : Give you the access of the command /fafk ==> Default : False
- fakeco.fnafk : Give you the access of the command /fnafk ==> Default : False
Commands :
- /fdeco : Broadcast the message : "$player left the game."
- /freco : Broadcast the message : "$player joined the game."
- /fafk : Broadcast the message : "$player is now AFK."
- /fnafk : Broadcast the message : "$player is no longer AFK."
You can custom the text in the config file :D
You can use PermissionsEx to use permissions.
Source-code :
McStats :
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
A unique identifier
The server's version of Java
Whether the server is in offline or online mode
The plugin's version
The server's version
The OS version/name and architecture
The core count for the CPU
The number of players online
The Metrics version
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
NEW 1.51 : You can now disable McStats in the config file (re-generate file config)

http://mcstats.org/plugin/FakeConnection
TO-DO :
- Vanish players who use /fdeco (handler)
- Delete Vanish when we tape the command /freco (handler)
- Freeze the position of the player who use /fafk on dynmap
- Unfreeze the position of the player who use /fnafk on dynmap
You can post comments to give me some idea for this plugin :D

