mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 03:55:23 +09:00
General English fixes (#52)
* Speeling fixes * Speeling/capitalisation * More speeling * Label grammar consistency * Consistency * Phrasing * Consistency * Clarity of const * Consistency * Consistency * Speeling * Apostrophes: check whether they need escaping * Capitalisation (more apostrophes need checking) * Americanisation * Clarity * Contraction * Clarity * Speeling
This commit is contained in:
@@ -7,12 +7,12 @@ Any changes that you may make to the code are yours but that does not make the s
|
||||
Discord: https://discord.gg/r6dC2uK
|
||||
]]
|
||||
--Please Only Edit Below This Line-----------------------------------------------------------
|
||||
-- this file will just contain all the diffrent requires
|
||||
-- This file just contains all the diffrent requires
|
||||
|
||||
-- admin dir
|
||||
-- Admin dir
|
||||
require('Admin/player-info')
|
||||
require('Admin/admin') -- used with Guis/admin-gui, but can work without
|
||||
require('Admin/reports') -- this adds onto Admin/admin, adds report command and warnings, and temp ban
|
||||
require('Admin/admin') -- Used with Guis/admin-gui, but can work without
|
||||
require('Admin/reports') -- This adds onto Admin/admin, adds report command and warnings, and temp ban
|
||||
require('Admin/discord')
|
||||
require('Admin/auto-message')
|
||||
require('Admin/tree-decon')
|
||||
@@ -21,28 +21,28 @@ require('Admin/base-damage')
|
||||
require('Admin/afk-kick')
|
||||
require('Admin/auto-chat')
|
||||
|
||||
-- commands dir
|
||||
-- Commands dir
|
||||
require('Commands/cheat-mode')
|
||||
require('Commands/kill')
|
||||
require('Commands/repair')
|
||||
require('Commands/bonus')
|
||||
require('Commands/tags')
|
||||
require('Commands/home')
|
||||
require('Commands/tp') -- requires Admin/admin
|
||||
require('Commands/admin') -- requires Admin/reports
|
||||
require('Commands/tp') -- Requires Admin/admin
|
||||
require('Commands/admin') -- Requires Admin/reports
|
||||
|
||||
-- guis dir
|
||||
-- GUIs dir
|
||||
require('Guis/readme')
|
||||
require('Guis/science')
|
||||
require('Guis/rockets')
|
||||
require('Guis/player-list')
|
||||
require('Guis/tasklist')
|
||||
require('Guis/warp-system')
|
||||
require('Guis/polls') -- too many desyncs
|
||||
require('Guis/polls') -- Too many desyncs
|
||||
require('Guis/announcements')
|
||||
require('Guis/rank-changer')
|
||||
require('Guis/admin-gui') -- used with Admin/admin, requires Admin/admin
|
||||
require('Guis/reports') -- requires Admin/reports
|
||||
require('Guis/admin-gui') -- Used with Admin/admin, requires Admin/admin
|
||||
require('Guis/reports') -- Requires Admin/reports
|
||||
require('Guis/game-settings')
|
||||
|
||||
-- other
|
||||
-- other
|
||||
|
||||
Reference in New Issue
Block a user