13 lines
372 B
Lua
13 lines
372 B
Lua
|
--[[
|
||
|
© 2017 Thriving Ventures Limited do not share, re-distribute or modify
|
||
|
|
||
|
without permission of its author (gustaf@thrivingventures.com).
|
||
|
]]
|
||
|
|
||
|
local plugin = plugin;
|
||
|
|
||
|
plugin.name = "Recent Disconnects";
|
||
|
plugin.author = "pyroman";
|
||
|
plugin.version = "1.0";
|
||
|
plugin.description = "Allows to view recently disconnected players.";
|
||
|
plugin.permissions = {"View Disconnects"};
|