Raikkonen's FLHook Plugins
-
Hi all,
Please find below a list of the plugins I have created. I’ll most likely only post when they get accepted into upstream, just so everything is all in one place on Github.
AFK Plugin
Description:
This allows players to set themselves as /afk. This sends an automatic message to anyone who PMs them letting them know that player isn’t there.
Usage:
/afk
Sets the player to AFK. If any other player messages directly, they will be told you are afk./back
Turns off AFK for a the player.Link: https://github.com/Friendly0Fire/FLHook/tree/master/plugins/afk_plugin
Examples:
What the user sees when they type /afk:
What everyone in the system sees:
What happens if you try and pm the AFK player:
What the player and the system see when the player types /back:
If you type /back without being afk:
PvP Plugin
Description:
This plugin allows players to start their own FFA events and have FLHook handle the money side of things. They can also start 1 on 1 duels.
Usage:
/ffa <amount></amount>- Starts an FFA in current system where the buyin cost in <amount>/acceptffa - Accepts the FFA
/duel <amount></amount>- Invites the targeted player to a duel for <amount>/acceptduel - Accepts the duel invite
/cancel - Cancels your participation in the Duel/FFA (you will lose the credits you put in for the FFA).Link: https://github.com/Friendly0Fire/FLHook/tree/master/plugins/pvp_plugin
Examples:
Stats Plugin
Description:
This plugin exports a JSON file to a customizable location. It exports the server load along with online player information.
Link: https://github.com/Friendly0Fire/FLHook/tree/master/plugins/stats_plugin
Example:
{ "serverload": "2", "players": [ { "name": "Raikkonen", "rank": "43", "group": "0", "ship": "Eagle", "system": "Omicron Beta" } ] } ```</amount></amount>
-
Updated with Stats plugin