html { zoom: 0.8; /* Old IE only */ -moz-transform: scale(0.8); -webkit-transform: scale(0.8); transform: scale(0.8); }

Server Management and Customization Guide

Persistent Player Data

In New Citizen, persistent player data is housed in the MySQL Workbench. We strongly advise editing a player's data row when they are offline and not connected to the server. If you prefer to modify player data in-game, please use the in-game administration menu.

Synced Player Data:
---------------------------------------------------------------------------------------------------------- Player transaction history with in-game money
(TransactionHistoryID)(BankAccount ID) (FromPlayerCode) (Ammount) (CurrentBalance) (TimeStamp) (Description) (Fee)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------
- In-game Laws
(RuleID) (Content)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------
- Player Identity
(PlayerCode) (FirstName) (LastName) (Birthdate) (Height) (Gender) (PlayerRole) (PoliceWhitelist) (Paramedic Whitelist)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------
- Parkings / Vehicle Garage
(ParkingRowID) (ParkingID) (CarName) (ParkingOwnerPlayerCode)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------
- Ownership / Vehicles / Properties
(PropertiyID) (OwnerPlayerCode)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------
- Notes / Police Database
(NoteID) (Note) (PlayerCode)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------
- Job / Occupation
(PlayerCode) (JobID)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------
- Inventory Items In Container
(ItemsInContainerID) (ContainerID) (InContainerID) (ItemName) (ItemQuantity) (PosistionX) (PosistionY) (Weight)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------
- Inventory Containers
(CotainerID) (ContainerName) (IsGear) (PlayerCarringIt) (PlayerCode)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------
- Text Chat
(ChatID) (Text) (SenderPlayerCode) (RecieverPlayerCode) (SentTime) (ReadTime)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
---------------------------------------------------------------------------------------------------------
- In-Game Cash History
(CashID) (PlayerCode) (Ammout) (Decription) (Origin) (IsDirty) (CreatedOn)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------
- In-Game Cash Balance
(PlayerCode) (Balance)
----------------------------------------------------------------------------------------------------------
- In-Game Bank Account
(BankAccountID) (PlayerCode) (Balance) (IsBlocked)
----------------------------------------------------------------------------------------------------------
- In-Game Accounts
(PlayerCode) (PlayerAccount) (AccountType) (JoinDate)
----------------------------------------------------------------------------------------------------------

In-Game Administration Menu

Within New Citizen, an in-game administration menu is available to facilitate server control and manage player interactions. This menu empowers administrators to edit player data, broadcast server messages for maintaining order, and organize events and much more.

The following actions can be performed through the in-game administration menu:
- Send global server-wide messages (Admin messages visible on all player screens).
- Economy Wipe (Reset the server economy database and all player data).
- Adjust income tax rate.
- Modify sales tax rate.
- Activate Drone mode (Navigate in a camera mode).
- Warn a player (Send an admin message to a user for a warning).
- Change player job role.
- Freeze a player or halt their movement.
- Implement a whitelist for police.
- Establish a whitelist for paramedics.
- Edit player in-game cash balance.
- Edit player in-game bank balance
- Adjust player admin level (Player, Moderator, Admin, SuperAdmin).
- View Playercode
- View Player name
- View Player gender
- View Player Job role
- View Player Admin level
- View Player in-game Cash Balance
- View Player in-game Bank Balance
- Teleport player to you
- Teleport to player
- Teleport player to player

Server Config

You have the capability to make changes to the server configuration by directly accessing the serverconfig.json file situated in the main directory of the server files.

LAST EDITED: 11/18/2022
GO BACK