2015-02-16 16:13:21 +00:00
#
2020-08-10 00:49:52 +00:00
# TotalFreedomMod Configuration
2015-02-16 16:13:21 +00:00
#
2011-10-19 00:46:30 +00:00
2014-05-16 13:18:24 +00:00
# Generic server information
server :
# You should change this to your server's name
name : TotalFreedom
2014-11-01 19:46:00 +00:00
# The address your server is located at. Please do not include the port.
2014-11-01 17:44:07 +00:00
address : play.totalfreedom.me
2014-05-16 13:18:24 +00:00
2017-09-09 14:16:00 +00:00
# Shown at the server list - Please note that support for %mcversion% has been withdrawn
motd : TotalFreedom &8- The Original All-Op Server!
2014-05-16 13:18:24 +00:00
# Every word in the MOTD will be a different color unless prefixed by a color code
colorful_motd : true
2020-01-04 23:35:41 +00:00
# MOTD Modification
motds :
ban : '&cYou are banned.'
2020-12-04 00:28:53 +00:00
adminmode : '&cServer is closed.'
2020-01-04 23:35:41 +00:00
lockdown : '&cServer is in lock-down.'
whitelist : '&cWhitelist enabled.'
full : '&cServer is full.'
2019-12-25 01:05:36 +00:00
# Shown on join as a title
login_title :
title : '&7Welcome to &6TotalFreedom&7!'
subtitle : '&eThe Original All-Op Server!'
2014-05-19 12:21:37 +00:00
# All players who show up as owner
owners :
2020-11-15 02:13:59 +00:00
- Wild1145
2014-05-19 12:21:37 +00:00
2018-05-13 19:49:13 +00:00
# All players who show up as executive
2020-12-04 00:28:53 +00:00
executives : [ ]
2018-05-12 03:09:23 +00:00
2019-04-21 00:16:00 +00:00
# All those who can manage the master builder list
2020-12-04 00:28:53 +00:00
master_builder_management : [ ]
2019-04-21 00:16:00 +00:00
2014-05-16 13:18:24 +00:00
# URL players should appeal for bans at
2020-08-10 00:49:52 +00:00
ban_url : ''
2014-05-16 13:18:24 +00:00
# URL players should appeal for permanent bans at
2020-08-10 00:49:52 +00:00
indefban_url : ''
2014-11-13 20:14:21 +00:00
2019-07-11 02:13:57 +00:00
# What to display at the top of the tab list
tablist_header : ''
# What to display at the bottom of the tab list
tablist_footer : ''
2017-12-29 18:12:47 +00:00
# Discord
discord :
2020-12-15 00:05:13 +00:00
# Do you want to enable the Discord verification system? (Disabled by default)
2020-12-08 16:10:14 +00:00
verification : false
2017-12-29 18:12:47 +00:00
# If you do not have a token, make a bot account and get one at https://discordapp.com/developers/applications/me
token : ''
2019-04-21 00:16:00 +00:00
# The official discord server's ID for this server
server_id : ''
# Channel to send /report messages to
report_channel_id : ''
2020-11-15 02:13:59 +00:00
# Channel for Discord to Minecraft and vice-versa
2019-11-28 09:08:36 +00:00
chat_channel_id : ''
2020-11-15 02:13:59 +00:00
# Channel for Discord to AdminChat and vice-versa
adminchat_channel_id : ''
2019-04-21 00:16:00 +00:00
# Do you want roles to sync with the server?
role_sync : false
2020-04-08 08:34:08 +00:00
# Master Builder role ID
2019-11-03 21:40:05 +00:00
master_builder_role_id : ''
2020-08-15 06:44:57 +00:00
# Admin role ID
admin_role_id : ''
2020-09-28 02:51:15 +00:00
# Senior Admin role ID
senior_admin_role_id : ''
2019-11-03 21:40:05 +00:00
# Developer role ID
developer_role_id : ''
# Executive Admin role ID
executive_role_id : ''
# Owner role ID
server_owner_role_id : ''
2020-08-04 22:16:11 +00:00
2020-09-14 09:36:25 +00:00
# Pterodactyl
ptero :
2020-08-08 05:51:09 +00:00
# URL - do not leave a trailing forward slash
url : ''
2020-09-14 09:36:25 +00:00
# The default email domain used to set email addresses for new users - do not include the @
default_email_domain : 'example.com'
# Server UUID
server_uuid : ''
# Admin panel API key
admin_key : ''
# Server API key
server_key : ''
2020-12-04 00:28:53 +00:00
2019-11-02 01:28:07 +00:00
# The shop
shop :
# Enable the shop
enabled : true
2020-04-08 02:20:01 +00:00
# Shop title
title : '&e&lTotalFreedom Shop'
2020-12-04 00:28:53 +00:00
2019-11-02 01:28:07 +00:00
# Shop prefix
2020-04-08 02:20:01 +00:00
prefix : '&8[&eTF Shop&8]'
# How many coins to voters get per vote?
coins_per_vote : 20
2020-04-08 08:34:08 +00:00
# Chat reactions
reactions :
# Enable chat reactions?
enabled : true
# How much time (in seconds) before a new reaction prompt is made
interval : 300
2020-07-02 08:42:27 +00:00
# How much time do players have to react
2020-09-15 02:58:46 +00:00
time : 30.0
2020-07-02 08:42:27 +00:00
2020-04-08 08:34:08 +00:00
# How many coins do winners get?
coins_per_win : 5
# How long is the random string (in characters)?
string_length : 10
2020-10-02 09:27:06 +00:00
# Login messages. Use %name% for usernames, and %rank% for ranks/titles
login_messages :
2020-10-25 16:27:56 +00:00
- '%name% is a terrible %coloredrank%'
- 'that %name% dude is a shitty %coloredrank%'
2020-10-29 23:47:53 +00:00
- 'Hi, my name is %name% and I' 'm %art% %coloredrank%&b that wasted coins on this login message.'
2020-10-25 16:27:56 +00:00
- '&aDo not fear, %coloredrank% &b%name% &ais here!'
- '%name% is %art% %coloredrank%&b, say hi to them before they gets banned for doing something stupid'
2020-10-29 23:47:53 +00:00
- 'Oh. It' 's &l%name%&r&b the %coloredrank%&b again. Great.'
2020-10-25 16:27:56 +00:00
- 'Make way for %name% the %coloredrank%&b!'
2020-10-29 23:47:53 +00:00
- 'It' 's a bird! It' 's a plane! No, it' 's %art% %rank%! It' 's %name%'
2020-10-25 16:27:56 +00:00
- '%rank% %name%'
- '%coloredrank%&b %name%'
- 'A wild %name%, %art% %coloredrank%&b, appeared!'
- 'All in all, the %rank% %name% is just another brick in the wall'
- '&a%name% &bis a a geeky &6%rank%'
- '%name% is the %rank% who just exists'
- '%name% based cringe poggers based based %rank%'
2020-10-29 23:47:53 +00:00
- '%name% thinks that &dWindows Server 2019 &bis the best server OS'
2021-02-14 17:44:57 +00:00
- '%name% is %art% %coloredrank% and a &4&lDark Side worshipper.'
2020-10-02 09:27:06 +00:00
2020-04-08 02:20:01 +00:00
# Item prices
prices :
grappling_hook : 100
lightning_rod : 1000
fire_ball : 500
rideable_pearl : 700
2020-07-02 08:42:27 +00:00
stacking_potato : 300
2020-07-09 22:18:29 +00:00
clown_fish : 1500
2020-10-02 09:27:06 +00:00
login_messages : 5000
2017-12-29 18:12:47 +00:00
2020-12-04 00:28:53 +00:00
# Admin list
adminlist :
2016-03-02 19:28:01 +00:00
2020-12-04 00:28:53 +00:00
# The amount of hours after which admins may be removed from the admin list
2016-03-02 19:28:01 +00:00
clean_threshold_hours : 167
2020-08-15 06:44:57 +00:00
# Give the default CONSOLE admin privileges.
2016-03-02 19:28:01 +00:00
# Handy in development environments.
2020-08-15 06:44:57 +00:00
console_is_admin : true
2020-12-04 00:28:53 +00:00
2017-12-29 18:12:47 +00:00
# CoreProtect
coreprotect :
2019-02-22 23:16:08 +00:00
enabled : false
host : 'localhost'
port : '3306'
username : ''
password : ''
database : 'coreprotect'
2016-03-02 19:28:01 +00:00
2014-11-13 20:14:21 +00:00
# ForceIP configuration
2014-10-31 17:47:05 +00:00
forceip :
2014-11-13 20:14:21 +00:00
enabled : false
# The port players should use to connect to your server; only applies to forceip
port : 25565
2014-10-31 17:47:05 +00:00
2014-11-13 20:14:21 +00:00
# The kick message sent to players when logging in with the wrong hostname
kickmsg : You have been kicked from the server - Please connect using %address%
2014-10-31 17:47:05 +00:00
2018-06-01 17:35:48 +00:00
# TotalFreedom Social Media Links, casing will be preserved
social_links :
2020-08-17 22:17:45 +00:00
Forum : 'https://forum.totalfreedom.me'
2020-12-24 18:36:27 +00:00
Website : 'https://totalfreedom.me'
2020-12-02 21:25:17 +00:00
Discord : 'https://discord.com/invite/PW4savJR9a'
2020-12-24 18:36:27 +00:00
# Reddit: 'https://reddit.com/r/TotalFreedom'
Twitter : 'https://twitter.com/TotalFreedomMC'
Facebook : 'https://facebook.com/TotalFreedomMC'
# Tumblr: 'https://totalfreedom.tumblr.com'
# Instagram: 'https://www.instagram.com/totalfreedommc/'
2018-06-01 17:35:48 +00:00
2014-04-26 11:21:36 +00:00
# Blocking certain events
allow :
2021-02-14 17:44:57 +00:00
fire_place : true
2014-04-26 11:21:36 +00:00
fire_spread : false
fluid_spread : false
2021-02-14 17:44:57 +00:00
lava_place : true
2014-04-26 11:21:36 +00:00
lava_damage : false
2021-02-14 17:44:57 +00:00
water_place : true
2014-04-26 11:21:36 +00:00
tnt_minecarts : false
explosions : false
2017-12-29 18:12:47 +00:00
redstone : true
2021-02-14 17:44:57 +00:00
fireworks : true
2017-12-29 18:12:47 +00:00
frostwalker : false
2019-08-01 02:10:00 +00:00
unsafe_enchantments : true
2019-07-31 04:35:41 +00:00
bells : true
2019-12-08 17:41:09 +00:00
armorstands : true
2021-02-14 17:44:57 +00:00
minecarts : true
2019-11-03 14:10:56 +00:00
clearonjoin : false
2021-02-14 17:44:57 +00:00
tpronjoin : false
2019-12-10 00:59:17 +00:00
structureblocks : false
jigsaws : false
2021-02-14 17:44:57 +00:00
grindstones : true
jukeboxes : true
2019-12-10 00:59:17 +00:00
spawners : false
2020-02-09 04:52:43 +00:00
beehives : false
2020-07-02 12:13:20 +00:00
respawnanchors : false
2020-05-29 10:14:21 +00:00
auto_tp : false
auto_clear : false
2014-04-26 11:21:36 +00:00
2013-07-04 20:46:51 +00:00
# Blocked commands:
#
# How blocked commands work:
2014-04-26 11:21:36 +00:00
# All sections described below are delimited by colon characters.
# Make sure that you block a command by its main command name, not an alias
2016-03-02 19:28:01 +00:00
# as all aliases are blocked by default. Commands are case-insensitive.
2013-07-04 20:46:51 +00:00
#
# * The first section is a letter which indicates which rank may use this command
# Valid ranks:
# n - Nobody (Completely disabled)
2020-12-04 00:28:53 +00:00
# a - Admins (Console)
# s - Senior Admins (Console)
2013-07-04 20:46:51 +00:00
# o - Ops (Non-Ops won't be able to use it)
#
# * The second section is a letter which indicates what to do when a player executes that command.
# Valid actions:
# b - Block the command
# a - Block the command and auto-eject that player (for ops and below)
# u - Block the command and Return an "Unknown command" message (Used to hide commands)
#
# * The third section is the command to be blocked, prefixed with a slash
#
# * The fourth section is the message to send to the player when executing that command.
2020-12-04 00:28:53 +00:00
# This should be omitted if unwanted. ChatColors are supported with the &-key. By default
# the starting ChatColor is set to gray. You can use the default 'That command is blocked.' message
2013-07-04 20:46:51 +00:00
# by using a single underscore.
#
# Examples:
# - 'n:b:/mail sendall:&4You can't send mails to everyone!'
# - 's:a:/stop'
# - 'n:b:/ban:_'
#
blocked_commands :
2021-02-14 17:44:57 +00:00
# Core Protect Blocked and shows as an unknown command...
- 'a:u:/co:_'
- 'n:u:/co purge:_'
- 'a:u:/coreprotect:_'
- 'n:u:/coreprotect purge:_'
- 'a:u:/core:_'
- 'n:u:/core purge:_'
2019-02-22 23:16:08 +00:00
# Disabled commands
2021-02-14 17:44:57 +00:00
- 'n:b:/essentials:_'
2013-09-13 14:35:05 +00:00
- 'n:b:/time:Server-side time changing is disabled. Please use /ptime to set your own personal time.'
2021-02-14 17:44:57 +00:00
- 'n:b:/disguiseradius:_'
- 'n:b:/undisguiseradius:_'
- 'n:b:/debug:_'
2018-08-17 00:20:50 +00:00
- 'n:b:/pardon:_'
2013-09-13 14:35:05 +00:00
- 'n:b:/ban-ip:_'
- 'n:b:/pardon-ip:_'
- 'n:b:/toggledownfall:_'
2014-12-06 14:02:51 +00:00
- 'n:b:/spreadplayers:_'
2015-05-30 17:57:51 +00:00
- 'n:b:/blockdata:_'
- 'n:b:/clearhistory:_'
- 'n:b:/save-on:_'
- 'n:b:/save-off:_'
2016-05-12 19:40:39 +00:00
- 'n:b:/packet:_'
2021-02-14 17:44:57 +00:00
- 'n:b://eval:_'
- 'n:b:/testvote:_'
- 'n:b:/nvreload:_'
- 'n:b:/bungeeguard:_'
- 'n:b:/buycraft:_'
- 'n:b:/spigot reload:_'
# - 'n:b:/setjail:_'
- 'n:b:/mail sendall:Sending mail to all players is not allowed.'
- 'n:b:/entitydata:_'
- 'n:b:/skins:_'
- 'n:b:/advancement:_'
- 'n:b:/worldborder:The worldborder does not need to be changed. This command is disabled.'
- 'n:b:/defaultgamemode:The default gamemode should not be changed.'
- 'n:b:/thread:_'
- 'n:b:/stacktrace:_'
2018-07-24 06:54:19 +00:00
- 'n:b:/function:_'
2021-02-14 17:44:57 +00:00
- 'n:b:/forceload:_'
- 'n:b:/fill:_'
- 'n:b:/paper:_'
- 'n:b:/locate:_'
- 'n:b:/vvbukkit:_'
- 'n:b:/plot area c:_'
- 'n:b:/d minecart_command:_'
- 'n:b:/loot:_'
- 'n:b:/plan:_'
# - 'n:b:/explosivearrows:&cDisabled until further notice'
- 'n:b://material:_'
- 'n:b://mat:_'
- 'n:b:/mat:_'
- 'n:b:/vpnguard:_'
- 'n:b:/pcapi:_'
- 'n:b://distr:&cNope.'
2018-07-24 06:54:19 +00:00
- 'n:b:/data:_'
- 'n:b:/datapack:_'
2021-02-14 17:44:57 +00:00
- 'n:b://regen:_'
- 'n:b:/onlinemode:&cThis breaks UUIDs.'
- 'n:b:/execute:_'
- 'n:b:/killall:_'
- 'n:b:/createdisguise:_'
- 'n:b:/attribute:_'
2020-12-04 00:28:53 +00:00
# Admin commands
2021-02-14 17:44:57 +00:00
- 'a:b:/vive:_'
- 'a:b:/vse:_'
- 'a:b:/lightning:_'
- 'a:b:/playsound:_'
- 'a:b:/locatebiome:_'
- 'a:b:/delchunks:_'
- 'a:b:/exploitfixer:_'
- 'a:b:/massivelag:_'
- 'a:b:/ml:_'
- 'a:b:/createkit:_'
- 'a:b:/delkit:_'
- 'a:b:/region:_'
- 'a:b:/clone:_'
- 'a:b:/cap:_'
- 'a:b:/gamemode:Use /gmc and /gms to set your gamemode.'
- 'a:b:/powernbt:_'
- 'a:b:/nbt.:_'
- 'a:b:/blockshub:_'
- 'a:b:/protocol:_'
- 'a:b:/libsdisguises reload:_'
- 'a:b://awe:_'
- 'a:b:/stopfire:_'
- 'a:b:/allowfire'
- 'a:b:/stoplag:_'
- 'a:b:/worldguard:_'
- 'a:b:/slay:_'
2020-12-04 00:28:53 +00:00
- 'a:b:/save-all:_'
2021-02-14 17:44:57 +00:00
- 'a:b:/libsdisguises:_'
- 'a:b:/particle:Due to security reasons, the use of /particle has been disabled.'
- 'a:b:/rainbowclear:_'
- 'a:b:/rainbowspeed:_'
2020-12-04 00:28:53 +00:00
- 'a:b:/kick:_'
2021-02-14 17:44:57 +00:00
- 'a:b:/difficulty:_'
- 'a:b:/captchafy:_'
2020-12-04 00:28:53 +00:00
- 'a:b:/socialspy:_'
2021-02-14 17:44:57 +00:00
- 'a:b:/sproxy:_'
2020-12-04 00:28:53 +00:00
- 'a:b:/replaceitem:_'
- 'a:b:/kill:_'
2021-02-14 17:44:57 +00:00
- 'a:b:/reaction:_'
- 'a:b:/setworldspawn:_'
2020-12-04 00:28:53 +00:00
- 'a:b:/scoreboard:_'
- 'a:b:/setspawn:_'
- 'a:b:/forestgen:_'
- 'a:b:/setidletimeout:_'
- 'a:b:/lrbuild:_'
2021-02-14 17:44:57 +00:00
- 'a:b:/size:_'
- 'a:b:/break:_'
- 'a:b:/disentity:_'
2020-12-04 00:28:53 +00:00
- 'a:b:/reload:_'
- 'a:b:/title:_'
- 'a:b:/weather:_'
- 'a:b:/tpall:_'
2021-02-14 17:44:57 +00:00
- 'a:b:/etpall:_'
2020-12-04 00:28:53 +00:00
- 'a:b:/setblock:_'
- 'a:b:/gamerule:_'
- 'a:b:/togglejail:_'
2021-02-14 17:44:57 +00:00
- 'a:b:/range:_'
- 'a:b:/stop:_'
- 'a:b:/restart:_'
- 'a:b:/sr:_'
- 'a:b:/tpo:_'
- 'a:b:/tpohere:_'
- 'a:b:/tphere:_'
- 'a:b:/rfchairs:_'
- 'a:b:/ppo:_'
- 'a:b:/vulnerabilitypatcher:_'
- 'a:b:/crackshot config:_'
- 'a:b:/marry reload:_'
- 'a:b:/bh:_'
- 'a:b:/tpaall:_'
- 'a:b:/paper heap:_'
- 'a:u:/burn:_'
- 'a:b:/summon:_'
- 'a:b:/discord:_'
- 'a:b:/bossbar:_'
2020-12-04 00:28:53 +00:00
- 'a:b:/team:_'
2021-02-14 17:44:57 +00:00
- 'a:b:/spawner:_'
# - 'a:b:/getpos:_'
- 's:b:/istack:_'
- 'a:b:/getloc:_'
- 'a:b:/holo:_'
- 'a:b:/hd:_'
- 'a:b:/hologram:_'
- 'a:b:/holograms:_'
# - 'a:b:/whois:&cpeople like aurulim ruined the usage of this command, stop tp bypassing' # Blocking this is ridiculous. Instead of being lazy and just blocking whois, how about you disable the part where it reveals people's coords, like you did with disabling IPs?
- 's:b:/awe toggle:_'
- 's:b:/tellraw:_'
- 's:b://awe toggle:_'
- 'a:b:/openinv:_'
- 'a:b:/oi:_'
- 'a:b:/open:_'
- 'a:b:/openender:_'
- 'a:b:/oe:_'
- 'a:b:/searchinv:_'
- 'a:b:/si:_'
- 'a:b:/searchender:_'
- 'a:b:/se:_'
- 'a:b:/searchenchant:_'
- 'a:b:/searchenchants:_'
- 'a:b:/anycontainer:_'
- 'a:b:/anychest:_'
- 'a:b:/sc:_'
- 'a:b:/fawe:_'
- 'a:b:/wea:_'
- 'a:b:/protocolsupport:_'
- 'a:b:/ps:_'
- 'n:b:/wra:_'
- 's:b:/viaver:_'
- 's:b:/viaversion:_'
- 's:b:/spark:_'
2014-03-18 15:18:04 +00:00
2014-08-25 17:49:44 +00:00
# Automatically wipe dropped objects
2011-10-12 19:35:43 +00:00
auto_wipe : true
2014-04-26 11:21:36 +00:00
# Nuking prevention
nukemonitor :
enabled : true
count_break : 100
2014-05-11 16:05:51 +00:00
count_place : 40
2014-04-26 11:21:36 +00:00
range : 10.0
2011-10-12 19:35:43 +00:00
freecam_trigger_count : 10
2014-08-25 17:49:44 +00:00
explosive_radius : 4.0
2011-10-12 19:35:43 +00:00
2014-08-25 17:49:44 +00:00
# Show all attempted commands in the log, will result in duplicate log messages
2011-10-12 19:35:43 +00:00
preprocess_log : true
2014-04-26 11:21:36 +00:00
# Disable certain events
disable :
night : true
weather : true
2011-10-13 18:30:45 +00:00
2011-10-14 05:31:21 +00:00
2014-08-25 17:49:44 +00:00
# Enable misc. features
2011-10-24 02:43:52 +00:00
landmines_enabled : false
mp44_enabled : false
2011-11-29 05:41:47 +00:00
tossmob_enabled : false
2019-12-10 00:59:17 +00:00
4chan_enabled : false
2011-10-24 02:43:52 +00:00
2014-08-25 17:49:44 +00:00
# Moblimiter
2014-04-26 11:21:36 +00:00
moblimiter :
enabled : true
max : 50
disable :
dragon : true
ghast : true
slime : true
giant : true
2012-03-06 19:25:22 +00:00
# Flatlands
2014-04-26 11:21:36 +00:00
flatlands :
generate : true
2014-08-25 17:49:44 +00:00
# Flatlands generation parameters - Uses CleanroomGenerator syntax - http://dev.bukkit.org/server-mods/cleanroomgenerator/
2018-07-26 10:28:35 +00:00
generate_params : 16 , stone,32,dirt,1,grass_block
2012-09-15 21:00:44 +00:00
# Admin-Only Mode
2020-12-04 00:28:53 +00:00
admin_only_mode : false
2012-09-30 13:51:07 +00:00
2020-01-11 22:44:13 +00:00
# Toggle Chat
toggle_chat : true
2012-12-02 17:05:54 +00:00
# Host Sender Names - Names that indicate automated services or host-based consoles you want to block from using some commands.
# Make sure these are all lower-case.
host_sender_names :
- rcon
2020-06-30 07:25:38 +00:00
- console
2013-03-19 10:06:31 +00:00
2014-08-25 17:49:44 +00:00
# Announcer
announcer :
enabled : true
# Interval between announcements, in seconds.
interval : 600
# Prefix for all announcements
prefix : '&5[&eTotalFreedom&5] &b'
announcements :
2021-02-14 17:44:57 +00:00
- 'Be sure to visit our forums at &6https://forum.totalfreedom.me'
- 'You can always review the server rules here : &6https://forum.totalfreedom.me/d/7-server-conduct-policy'
2020-12-04 00:28:53 +00:00
- 'If you are not OP, be sure to ask!'
2021-02-14 17:44:57 +00:00
- 'Want to join our SMP server? You can using &6/smp-01'
- 'Somebody breaking the rules? Report it! &6/report <user> <reason>'
2020-12-04 00:28:53 +00:00
- 'Griefing is not allowed!'
- 'Hacked clients are allowed!'
2021-02-14 17:44:57 +00:00
- 'Interested in becoming admin? Do &6/admininfo &b for more information!'
- 'You may view all online admins via &6/list -a'
- 'Save your buildings via WorldEdit! &6https://totalfreedom.me&b for more information!'
- 'Wild1145 / Ryan is the owner of TotalFreedom.'
- 'Server lagging? Check the lag via &6/tps'
2020-12-04 00:28:53 +00:00
- 'Player vs player while in creative or god mode is forbidden!'
- 'Spawn killing is forbidden!'
- 'Invisible potions are allowed!'
2021-02-14 17:44:57 +00:00
- 'Serial griefing and trolling will result in a permanent ban!'
- 'All forms of discrimination are strictly forbidden!'
- 'Join our Discord server! https://discord.com/invite/PW4savJR9a'
- 'Remember to save your hotbar, otherwise you may lose your items!'
- 'Link your discord account with &6/linkdiscord for extra features!'
# - 'Check out our reddit at &6https://www.reddit.com/r/TotalFreedom/ &byou can even link your account!'
- 'Want to see cool builds? Check out our Master Builder World with &6/mbworld'
- 'Be sure to follow our twitter for all the latest updates. &6https://twitter.com/totalfreedommc'
2020-12-04 00:28:53 +00:00
# What to display in the admininfo command.
admininfo :
2021-02-14 17:44:57 +00:00
- '&bHow to apply for an admin position on the TotalFreedom Server:'
2020-12-04 00:28:53 +00:00
- ' &6- Do not ask for admin in game'
2019-01-12 03:05:12 +00:00
- ' &2- Be helpful within the server'
- ' &6- Report those breaking the rules'
- ' &2- And apply on our forums at the link:'
2021-02-14 17:44:57 +00:00
- '&9https://forum.totalfreedom.me/d/45-admin-application-template'
2019-08-19 01:06:47 +00:00
# What to display in the vote command.
votinginfo :
- '&bVoting Links:'
2021-02-14 17:44:57 +00:00
- ' &2- https://minecraft-mp.com/server/228386/vote/'
# - ' &2- https://minecraft-server-list.com/server/443272/vote/'
- ' &6- https://topg.org/Minecraft/in-599712'
- ' &2- https://minecraftlist.org/vote/18975'
- ' &6- https://minecraftservers.org/vote/595721'
- ' &2- https://topservers.com/minecraft/in-1275'
- ' &6- https://topmcservers.com/server/681/vote'
- ' &2- https://minecraft.buzz/server/1024&tab=vote'
2019-01-12 03:05:12 +00:00
# What to display in the Master Builder info command.
masterbuilderinfo :
- '&bHow to apply for Master Builder on the TotalFreedom Server:'
- ' &6- Do not ask for Master Builder in game'
- ' &2- Screenshot some of your previous builds (be ready to prove that the builds are yours)'
- ' &6- Copy the template and create a thread on our forums'
- ' &2- Template:'
2021-02-14 17:44:57 +00:00
- '&9https://forum.totalfreedom.me/d/336-master-builder-application-process'
2018-07-26 07:10:54 +00:00
2016-03-02 19:28:01 +00:00
# Famous players - cannot be banned by username
famous_players :
2013-08-24 19:35:09 +00:00
- honeydew
- xephos
- captainsparklez
- truemu
- kiershar
- fvdisco
- sethbling
- gamechap
- bertiechap
- vechs
- antvenom
- chimneyswift
- deadmau5
- etho
2013-11-11 20:38:39 +00:00
- ethoslab
2013-08-24 19:35:09 +00:00
- skydoesminecraft
2013-11-11 20:38:39 +00:00
- skythekidrs
2013-08-24 19:35:09 +00:00
- tobyturner
- xxslyfoxhoundxx
- paulsoaresjr
- sips_
- deadlox
- xxslyxx
- jeromeasf
2013-11-11 20:38:39 +00:00
- grum
- evilseph
2013-08-24 19:35:09 +00:00
- cavemanfilms
2013-11-11 20:38:39 +00:00
- herobrine
- whiteboy7thst
2014-03-06 22:02:01 +00:00
- stampylonghead
- stampylongnose
2014-03-17 03:42:14 +00:00
- dantdm
2014-05-05 11:30:17 +00:00
- gizzy14gazza
2016-05-12 19:40:39 +00:00
- furiousdestroyer
2021-02-14 17:44:57 +00:00
- pewdie
- thecampingrusher
- logdotzip
- ssundee
- mrcrainer
- achileis
- donibobes
- itsjerry
- itsharry
- bebopvox
- clankstar
- jollyajax
- b0xx3r
- vareide
- defek7
- strutt20
- appleg
- sterling_
- hypixel
- huskymudkipz
- setosorcerer
- slamacow
- mrcrayfish
- zexyzek
- synhd
- syndicate
- bajancanadian
- actennisac
- bodil40
- trumu
- huskymudkipz
- dantdm
- skeppy
- badboyhalo
# Mojang staff below this line
- aeplh
- amir343
- angryem
- ashrafi
- binni
- blurpi
- bopogamel
- boq
- c418
- carlmanneh
- carnalizer
- carramel
- darngeek
- dinnerbone
- eldrone
- elevenen
- el_hefe_
- engst
- excitedze
- frukthamster
- fry_
- grumm
- hampus
- helloiammarsh
- hey
- hoodad
- ianna_na_na
- jeb_
- jonkagstrom
- kappe
- klumpig
- krisjelbring
- ladyagnes
- lisa
- mahuldur
- mansolson
- marc
- marc_irl
- masseffect
- midnightenforcer
- minecraftchick
- modhelius
- moesh
- mojangjonas
- mojangsta
- mollstam
- neonmaster
- olle
- olofcarlson
- phreakholm
- poipoichen
- pretto
- profmobius
- razzleberryfox
- searge
- searge_dp
- shoghicp
- slicedlime
- sockerpappan
- themogminer
- theopard
- theputtman
- tom__m
- vaktis
- volgar
- vubui
- xlson
- xsson
- yoloswag4lyfe
- zeeraw
- _alcatras
- _tommo_
- ____fox____
2013-08-24 19:35:09 +00:00
2013-07-11 18:51:08 +00:00
# Pet Protect - Prevent tamed pets from being killed.
2014-05-04 21:07:26 +00:00
petprotect :
enabled : true
2013-07-27 21:49:25 +00:00
2014-08-25 17:49:44 +00:00
# Logviewer
2014-05-04 21:03:34 +00:00
logs :
url : ''
secret : ''
2014-03-18 15:18:04 +00:00
2013-08-04 18:48:50 +00:00
# Mojang service checker
service_checker_url : http://status.mojang.com/check
2013-08-28 00:20:11 +00:00
2014-08-25 17:49:44 +00:00
# HTTPD server
2014-05-05 11:30:17 +00:00
httpd :
enabled : true
2020-08-17 22:17:45 +00:00
host : play.totalfreedom.me
2014-05-05 11:30:17 +00:00
port : 28966
public_folder : ./public_html
2013-10-08 18:41:05 +00:00
# Inactivity Auto-Kick (Requires Essentials)
2014-04-26 11:21:36 +00:00
autokick :
enabled : true
2014-08-25 17:49:44 +00:00
2016-03-02 19:28:01 +00:00
# Percentage of server player capacity used at which players will be automatically kicked for being inactive. Range: 0.0 - 1.0
2014-04-26 11:21:36 +00:00
threshold : 0.9
2014-08-25 17:49:44 +00:00
2016-03-02 19:28:01 +00:00
# Time, in seconds, after which a player should be kicked when inactive
2014-04-26 11:21:36 +00:00
time : 120
2020-12-04 00:28:53 +00:00
2017-12-23 04:07:36 +00:00
# Blocked Chat Codes - Use &code,&code2,&code3 (No spaces)
blocked_chatcodes : '&0,&k,&m,&n'
2020-08-01 04:10:44 +00:00
# Enables certain things like debug logs and console bypasses
2020-12-05 19:01:09 +00:00
developer_mode : false