mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Removed versions from requires
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
-- @author Cooldude2606
|
||||
-- @license https://github.com/explosivegaming/scenario/blob/master/LICENSE
|
||||
|
||||
local Admin = require('ExpGamingAdmin.AdminLib@^4.0.0')
|
||||
local Admin = require('ExpGamingAdmin.AdminLib')
|
||||
|
||||
--- Used to clear all parts of a player, removing warnings, reports, jail and temp ban
|
||||
-- @command clear-all
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
local Admin = self
|
||||
local Role = require('ExpGamingCore.Role@^4.0.0')
|
||||
local Role = require('ExpGamingCore.Role')
|
||||
|
||||
--- Used to jail a player which stops them from moving
|
||||
-- @command jail
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
local Admin = self
|
||||
local Role = require('ExpGamingCore.Role@^4.0.0')
|
||||
local Game = require('FactorioStdLib.Game@^0.8.0')
|
||||
local Role = require('ExpGamingCore.Role')
|
||||
local Game = require('FactorioStdLib.Game')
|
||||
|
||||
--- Reports a player
|
||||
-- @command report
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
local Admin = self
|
||||
local Role = require('ExpGamingCore.Role@^4.0.0')
|
||||
local Role = require('ExpGamingCore.Role')
|
||||
|
||||
--- Gives a warning to a player
|
||||
-- @command warn
|
||||
|
||||
Reference in New Issue
Block a user