14 lines
430 B
Lua
14 lines
430 B
Lua
|
--[[
|
|||
|
<EFBFBD> 2017 Thriving Ventures Limited do not share, re-distribute or modify
|
|||
|
|
|||
|
without permission of its author (gustaf@thrivingventures.com).
|
|||
|
]]
|
|||
|
|
|||
|
local plugin = plugin;
|
|||
|
|
|||
|
plugin.name = "Restrictions";
|
|||
|
plugin.author = "`impulse";
|
|||
|
plugin.version = "1.2";
|
|||
|
plugin.description = "Provides restrictions for each player, like how many props you can spawn or if you're allowed to noclip.";
|
|||
|
plugin.permissions = {"Manage Restrictions"};
|