diff --git a/Message-Customization.md b/Message-Customization.md
new file mode 100644
index 0000000..b5b0fb5
--- /dev/null
+++ b/Message-Customization.md
@@ -0,0 +1,50 @@
+# Message Customization
+
+It is possible to customize all the messages Stargate displays, including the \[Stargate] prefix. You can find the
+strings in plugins/Stargate/lang/chosenLanguage.txt.
+
+If a string is removed, or left blank, it will default to the default english string. There are some special cases
+regarding messages. When you see %variableName%, you need to keep this part in your string, as it will be replaced with
+relevant values.
+
+The full list of strings is as follows:
+
+```
+prefix=[Stargate] 
+teleportMsg=Teleported
+destroyMsg=Gate Destroyed
+invalidMsg=Invalid Destination
+blockMsg=Destination Blocked
+destEmpty=Destination List Empty
+denyMsg=Access Denied
+reloaded=Stargate Reloaded
+
+ecoDeduct=Deducted %cost%
+ecoRefund=Refunded %cost%
+ecoObtain=Obtained %cost% from Stargate %portal%
+ecoInFunds=Insufficient Funds
+ecoLoadError=Vault was loaded, but no economy plugin could be hooked into
+vaultLoadError=Economy is enabled but Vault could not be loaded. Economy disabled
+vaultLoaded=Vault v%version% found
+
+createMsg=Gate Created
+createNetDeny=You do not have access to that network
+createGateDeny=You do not have access to that gate layout
+createPersonal=Creating gate on personal network
+createNameLength=Name too short or too long.
+createExists=A gate by that name already exists
+createFull=This network is full
+createWorldDeny=You do not have access to that world
+createConflict=Gate conflicts with existing gate
+
+signRightClick=Right click
+signToUse=to use gate
+signRandom=Random
+signDisconnected=Disconnected
+signInvalidGate=Invalid gate
+
+bungeeDisabled=BungeeCord support is disabled.
+bungeeDeny=You do not have permission to create BungeeCord gates.
+bungeeEmpty=BungeeCord gates require both a destination and network.
+bungeeSign=Teleport to
+```
\ No newline at end of file