mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Updated default config to account for removal of MC Version field.
This commit is contained in:
parent
13dc0a25be
commit
3c09bc7995
@ -274,7 +274,7 @@ public class TotalFreedomMod extends AeroPlugin<TotalFreedomMod>
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
FLog.severe("Could not load build properties! Did you compile with Netbeans/ANT?");
|
FLog.severe("Could not load build properties! Did you compile with Netbeans/Maven?");
|
||||||
FLog.severe(ex);
|
FLog.severe(ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,15 +11,15 @@ server:
|
|||||||
# The address your server is located at. Please do not include the port.
|
# The address your server is located at. Please do not include the port.
|
||||||
address: play.totalfreedom.me
|
address: play.totalfreedom.me
|
||||||
|
|
||||||
# Shown at the server list
|
# Shown at the server list - Please note that support for %mcversion% has been withdrawn
|
||||||
motd: TotalFreedom &8- Minecraft %mcversion%
|
motd: TotalFreedom &8- The Original All-Op Server!
|
||||||
|
|
||||||
# Every word in the MOTD will be a different color unless prefixed by a color code
|
# Every word in the MOTD will be a different color unless prefixed by a color code
|
||||||
colorful_motd: true
|
colorful_motd: true
|
||||||
|
|
||||||
# All players who show up as owner
|
# All players who show up as owner
|
||||||
owners:
|
owners:
|
||||||
- markbyron
|
- TheMinecraft
|
||||||
|
|
||||||
# URL players should appeal for bans at
|
# URL players should appeal for bans at
|
||||||
ban_url: http://totalfreedom.boards.net/
|
ban_url: http://totalfreedom.boards.net/
|
||||||
|
Loading…
Reference in New Issue
Block a user