13 lines
384 B
Lua
13 lines
384 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 = "Song Player";
|
|
plugin.author = "`impulse, DevulTj";
|
|
plugin.version = "1.0";
|
|
plugin.description = "Plays audio from YouTube videos for the whole server to hear.";
|
|
plugin.permissions = {"Play Song"};
|