mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Altered expcore to have different module names
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
--- Factorio command making module that makes commands with better parse and more modularity
|
||||
-- @author Cooldude2606
|
||||
-- @module Commands
|
||||
--[[
|
||||
>>>>Example Authenticator:
|
||||
The command system is most useful when you can control who can use commands; to do this would would need to
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
--- Adds some commonly used functions used in many modules
|
||||
-- @author cooldude2606
|
||||
-- @module Common
|
||||
--[[
|
||||
>>>>Functions List (see function for more detail):
|
||||
Common.type_check(value,test_type) --- Compare types faster for faster validation of prams
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
--- Permission group making for factorio so you never have to make one by hand again
|
||||
-- @author Cooldude2606
|
||||
-- @module Permissions_Groups
|
||||
--[[
|
||||
>>>>Example Group (Allow All)
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
--- Factorio role system to manage custom permissions
|
||||
-- @author Cooldude2606
|
||||
-- @module Commands
|
||||
--[[
|
||||
>>>>Using Role System (Frontend):
|
||||
When a map first starts you will want to define on mass all the players you expect to join and the roles to give them:
|
||||
|
||||
Reference in New Issue
Block a user