2014-05-19 17:33:18 +00:00
# TotalFreedomMod v4.3 Configuration
2013-03-19 21:10:40 +00:00
# by Madgeek1450 and DarthSalamon
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
# The address your server is located at
address : 64.34 .165 .5 : 28965
# Shown at the server list
motd : TotalFreedom &8- Minecraft %mcversion%
# Every word in the MOTD will be a different color unless prefixed by a color code
colorful_motd : true
2014-05-19 12:21:37 +00:00
# All players who show up as owner
owners :
- markbyron
2014-05-16 13:18:24 +00:00
# URL players should appeal for bans at
ban_url : http://totalfreedom.boards.net/
# URL players should appeal for permanent bans at
permban_url : http://bit.ly/TF_PermBan
2014-04-26 11:21:36 +00:00
# Blocking certain events
allow :
fire_place : false
fire_spread : false
fluid_spread : false
lava_place : false
lava_damage : false
water_place : false
tnt_minecarts : false
explosions : false
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
# -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)
# c - Senior Admins (Console)
# t - Telnet Admins (Console)
2014-04-26 11:21:36 +00:00
# s - Super Admins (Any in-game admin)
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.
# This should be ommited 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
# 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 :
# Disabled commands
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.'
- 'n:b:/gamemode:Use /creative and /survival to set your gamemode.'
- 'n:b:/gamerule:_'
- 'n:b:/ban:_'
- 'n:b:/pardon:_'
- 'n:b:/ban-ip:_'
- 'n:b:/pardon-ip:_'
- 'n:b:/toggledownfall:_'
- 'n:b:/effect:Please use /potion to set effects.'
- 'n:b:/enderchest:_'
2014-03-18 15:18:04 +00:00
2013-07-04 20:46:51 +00:00
# Superadmin commands
2013-09-13 14:35:05 +00:00
- 's:b:/kick:_'
- 's:b:/socialspy:_'
- 's:b:/kill:_'
- 's:b://generate:_'
- 's:b://:_'
- 's:b:/superpickaxe:_'
- 's:b:/brush:_'
2014-09-13 16:16:55 +00:00
- 's:b:/size:_'
- 's:b://mask:_'
2013-11-23 19:03:33 +00:00
- 's:b:/mat:_'
2013-09-13 14:35:05 +00:00
- 's:b:/tool:_'
- 's:b://butcher:_'
- 's:b:/scoreboard:_'
2014-04-26 11:21:36 +00:00
- 's:b:/setspawn:_'
2014-07-30 13:07:31 +00:00
- 's:b://snow:_'
- 's:b:/tellraw:_'
2014-08-09 16:53:54 +00:00
- 's:b:/forestgen:_'
2014-09-03 16:15:38 +00:00
- 's:b:/setidletimeout:_'
2014-03-18 15:18:04 +00:00
2013-09-13 14:35:05 +00:00
# Superadmin commands - Auto-eject
- 's:a:/stop'
- 's:a:/reload'
- 's:a:/save-all'
- 's:a:/save-on'
- 's:a:/save-off'
- 's:a:/clearhistory'
2014-04-26 11:21:36 +00:00
- 's:a:/mat'
2014-05-04 21:03:34 +00:00
2014-04-26 11:21:36 +00:00
# Spigot commands
- 's:a:/restart'
2014-07-30 13:07:31 +00:00
- 's:b:/setblock:_'
2013-07-04 20:46:51 +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
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/
2014-04-26 11:21:36 +00:00
generate_params : 16 , stone,32,dirt,1,grass
2012-09-15 21:00:44 +00:00
# Admin-Only Mode
admin_only_mode : false
2012-09-30 13:51:07 +00:00
2012-11-03 19:03:38 +00:00
# Protected Areas - Protect areas so that only superadmins can directly modify blocks in those areas. WorldEdit and other such plugins might bypass this.
2014-04-26 11:21:36 +00:00
protectarea :
enabled : true
auto_protect_spawnpoints : true
auto_protect_radius : 25.0
2012-12-02 17:05:54 +00:00
2014-04-21 12:52:23 +00:00
# Give the default CONSOLE senior admin privileges.
# Handy in development environments.
console_is_senior : 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
- remotebukkit
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 :
- 'Be sure to visit our forums at &6http://totalfreedom.boards.net/'
- 'You can always review the server rules here : &6http://totalfreedom.me/'
- 'If you aren' 't OP, be sure to ask!'
2013-08-24 19:35:09 +00:00
# Players who cannot be banned by username
unbannable_usernames :
- honeydew
- xephos
- captainsparklez
- truemu
- kiershar
- fvdisco
- sethbling
- notch
- jeb_
- 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
- dinnerbone
- grumm
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
2013-08-24 19:35:09 +00:00
2013-03-19 10:06:31 +00:00
# TwitterBot - Used to allow superadmins to verify themselves using twitter
2014-04-26 11:21:36 +00:00
twitterbot :
enabled : false
url : ''
secret : ''
2014-05-04 21:03:34 +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
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
2014-04-26 11:21:36 +00:00
# autokick_threshold - Percentage of server player capacity used at which players will be automatically kicked for being inactive. Range: 0.0 - 1.0
threshold : 0.9
2014-08-25 17:49:44 +00:00
2014-04-26 11:21:36 +00:00
# autokick_time - Time, in seconds, after which a player should be kicked when inactive
time : 120