CARAB4O

Untitled

Jan 6th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1. #
  2. # TotalFreedomMod 5.0 Configuration
  3. # by Madgeek1450 and Prozza
  4. #
  5.  
  6. # Generic server information
  7. server:
  8. # You should change this to your server's name
  9. name: TFMC
  10.  
  11. # The address your server is located at. Please do not include the port.
  12. address: play.totalfreedom.me
  13.  
  14. # Shown at the server list - Please note that support for %mcversion% has been withdrawn
  15. motd: &f&lTFMC &8- &bThe All Operator Server For Everyone
  16.  
  17. # Every word in the MOTD will be a different color unless prefixed by a color code
  18. colorful_motd: true
  19.  
  20. # All players who show up as owner
  21. owners:
  22. - Airlebnis
  23.  
  24. # URL players should appeal for bans at
  25. ban_url: http://totalfreedom.boards.net/
  26.  
  27. # URL players should appeal for permanent bans at
  28. permban_url: http://bit.ly/TF_PermBan
  29.  
  30. # Admin list
  31. adminlist:
  32.  
  33. # The amount of hours after which admins may be removed from the admin list
  34. clean_threshold_hours: 167
  35.  
  36. # Give the default CONSOLE senior admin privileges.
  37. # Handy in development environments.
  38. console_is_senior: true
  39.  
  40. # ForceIP configuration
  41. forceip:
  42. enabled: false
  43.  
  44. # The port players should use to connect to your server; only applies to forceip
  45. port: 25565
  46.  
  47. # The kick message sent to players when logging in with the wrong hostname
  48. kickmsg: You have been kicked from the server - Please connect using %address%
  49.  
  50.  
  51. # Blocking certain events
  52. allow:
  53. fire_place: false
  54. fire_spread: false
  55. fluid_spread: false
  56. lava_place: false
  57. lava_damage: false
  58. water_place: false
  59. tnt_minecarts: false
  60. explosions: false
  61.  
  62. # Blocked commands:
  63. #
  64. # How blocked commands work:
  65. # All sections described below are delimited by colon characters.
  66. # Make sure that you block a command by its main command name, not an alias
  67. # as all aliases are blocked by default. Commands are case-insensitive.
  68. #
  69. # * The first section is a letter which indicates which rank may use this command
  70. # Valid ranks:
  71. # n - Nobody (Completely disabled)
  72. # c - Senior Admins (Console)
  73. # t - Telnet Admins (Console)
  74. # s - Super Admins (Any in-game admin)
  75. # o - Ops (Non-Ops won't be able to use it)
  76. #
  77. # * The second section is a letter which indicates what to do when a player executes that command.
  78. # Valid actions:
  79. # b - Block the command
  80. # a - Block the command and auto-eject that player (for ops and below)
  81. # u - Block the command and Return an "Unknown command" message (Used to hide commands)
  82. #
  83. # * The third section is the command to be blocked, prefixed with a slash
  84. #
  85. # * The fourth section is the message to send to the player when executing that command.
  86. # This should be ommited if unwanted. ChatColors are supported with the &-key. By default
  87. # -the starting ChatColor is set to gray. You can use the default 'That command is blocked.' message
  88. # by using a single underscore.
  89. #
  90. # Examples:
  91. # - 'n:b:/mail sendall:&4You can't send mails to everyone!'
  92. # - 's:a:/stop'
  93. # - 'n:b:/ban:_'
  94. #
  95. blocked_commands:
  96. # Disabled commands
  97. - 'n:b:/time:Server-side time changing is disabled. Please use /ptime to set your own personal time.'
  98. - 'n:b:/gamemode:Use /creative and /survival to set your gamemode.'
  99. - 'n:b:/ban:_'
  100. - 'n:b:/pardon:_'
  101. - 'n:b:/ban-ip:_'
  102. - 'n:b:/pardon-ip:_'
  103. - 'n:b:/toggledownfall:_'
  104. - 'n:b:/effect:Please use /potion to set effects.'
  105. - 'n:b:/enderchest:_'
  106. - 'n:b:/spreadplayers:_'
  107. - 'n:b:/execute:_'
  108. - 'n:b:/blockdata:_'
  109. - 'n:b:/clearhistory:_'
  110. - 'n:b:/save-on:_'
  111. - 'n:b:/save-off:_'
  112. - 'n:b:/playsound:_'
  113. - 'n:b:/skinrestorer:_'
  114. - 'n:b:/packet:_'
  115. - 'n:b:/thaw:_'
  116. - 'n:b:/pp largeexplode:You may not use this particle! Please use another.'
  117. - 'n:b:/pp hugeexplosion:You may not use this particle! Please use another.'
  118. - 'n:b:/pp barrier:You may not use this particle! Please use another.'
  119. - 'n:b:/setjail:_'
  120. - 'n:b:/tfbanlist:Use /banlist to see and wipe the ban list'
  121. - 'n:b:/tfipbanlist:Use /banlist to see and wipe the ban list'
  122.  
  123. # Superadmin commands
  124. - 's:b:/save-all:_'
  125. - 's:b:/kick:_'
  126. - 's:b:/socialspy:_'
  127. - 's:b:/replaceitem:_'
  128. - 's:b:/kill:_'
  129. - 's:b://generate:_'
  130. - 's:b://:_'
  131. - 's:b:/superpickaxe:_'
  132. - 's:b:/brush:_'
  133. - 's:b:/size:_'
  134. - 's:b://mask:_'
  135. - 's:b:/mat:_'
  136. - 's:b://butcher:_'
  137. - 's:b:/scoreboard:_'
  138. - 's:b:/setspawn:_'
  139. - 's:b://snow:_'
  140. - 's:b:/tellraw:_'
  141. - 's:b:/forestgen:_'
  142. - 's:b:/setidletimeout:_'
  143. - 's:b:/mail sendall:_'
  144. - 's:b:/eco reset:_'
  145. - 's:b:/mask:_'
  146. - 's:b:/gmask:_'
  147. - 's:b:/lrbuild:_'
  148. - 's:b:/defaultgamemode:_'
  149. - 's:b:/reload:_'
  150. - 's:b:/title:_'
  151. - 's:b:/worldborder:_'
  152. - 's:b:/weather:_'
  153. - 's:b:/tpall:_'
  154. - 's:b:/setblock:_'
  155. - 's:b:/green:_'
  156. - 's:b:/gamerule:_'
  157. - 's:b:/togglejail:_'
  158. - 's:b:/fill:_'
  159. - 's:b:/flood:_'
  160.  
  161. # Superadmin commands - Auto-eject
  162. - 's:a:/stop:_'
  163. - 's:a:/restart:_'
  164.  
  165. # Automatically wipe dropped objects
  166. auto_wipe: true
  167.  
  168. # Nuking prevention
  169. nukemonitor:
  170. enabled: true
  171. count_break: 100
  172. count_place: 40
  173. range: 10.0
  174.  
  175. freecam_trigger_count: 10
  176. explosive_radius: 4.0
  177.  
  178. # Show all attempted commands in the log, will result in duplicate log messages
  179. preprocess_log: true
  180.  
  181. # Disable certain events
  182. disable:
  183. night: true
  184. weather: true
  185.  
  186.  
  187. # Enable misc. features
  188. landmines_enabled: false
  189. mp44_enabled: false
  190. tossmob_enabled: false
  191.  
  192. # Moblimiter
  193. moblimiter:
  194. enabled: true
  195. max: 50
  196. disable:
  197. dragon: true
  198. ghast: true
  199. slime: true
  200. giant: true
  201.  
  202. # Flatlands
  203. flatlands:
  204. generate: true
  205.  
  206. # Flatlands generation parameters - Uses CleanroomGenerator syntax - http://dev.bukkit.org/server-mods/cleanroomgenerator/
  207. generate_params: 16,stone,32,dirt,1,grass
  208.  
  209. # Admin-Only Mode
  210. admin_only_mode: false
  211.  
  212. # Protected Areas - Protect areas so that only superadmins can directly modify blocks in those areas. WorldEdit and other such plugins might bypass this.
  213. protectarea:
  214. enabled: true
  215. auto_protect_spawnpoints: true
  216. auto_protect_radius: 25.0
  217.  
  218. # Host Sender Names - Names that indicate automated services or host-based consoles you want to block from using some commands.
  219. # Make sure these are all lower-case.
  220. host_sender_names:
  221. - rcon
  222. - remotebukkit
  223.  
  224. # Announcer
  225. announcer:
  226. enabled: true
  227.  
  228. # Interval between announcements, in seconds.
  229. interval: 600
  230.  
  231. # Prefix for all announcements
  232. prefix: '&5[&eTotalFreedom&5] &b'
  233.  
  234. announcements:
  235. - 'Be sure to visit our forums at &6http://totalfreedom.boards.net/'
  236. - 'You can always review the server rules here: &6http://totalfreedom.me/'
  237. - 'If you are not OP, be sure to ask!'
  238. - 'Somebody breaking the rules? Report it! /report <user> <reason>'
  239. - 'Griefing is not allowed!'
  240. - 'Hacked clients are allowed!'
  241. - 'Interested in becoming admin? Do "/ai" for more information!'
  242. - 'You may view all online administrators via "/list -a"'
  243. - 'Save your buildings via WorldEdit! http://totalfreedom.me for more information!'
  244. - 'Famous players, such as Notch, are always fake! We are an offline/cracked server!'
  245. - 'You may contact TotalFreedom support on Twitter! https://tiny.re/tfsupport'
  246. - 'You may download TotalFreedomMod here: https://tiny.re/tfm+'
  247. - 'MarkByron is the owner of TotalFreedom.'
  248. - 'Server lagging? Check the lag via "/tps"'
  249. - 'You are allowed to record and stream videos on TotalFreedom.'
  250. - 'Player vs player while in creative or god mode is forbidden!'
  251. - 'Spawn killing is forbidden!'
  252. - 'Invisible potions are allowed!'
  253. - 'Serial griefing and trolling will result in a permanent ban!'
  254. - 'TotalFreedom does not accept any form of donations!'
  255. - 'Racism, nazism, and sexism are strictly forbidden!'
  256. - 'Join our Mumble server! IP: 64.34.202.140:2862'
  257.  
  258. # Famous players - cannot be banned by username
  259. famous_players:
  260. - honeydew
  261. - xephos
  262. - captainsparklez
  263. - truemu
  264. - kiershar
  265. - fvdisco
  266. - sethbling
  267. - notch
  268. - jeb_
  269. - gamechap
  270. - bertiechap
  271. - vechs
  272. - antvenom
  273. - chimneyswift
  274. - deadmau5
  275. - etho
  276. - ethoslab
  277. - skydoesminecraft
  278. - skythekidrs
  279. - tobyturner
  280. - xxslyfoxhoundxx
  281. - paulsoaresjr
  282. - sips_
  283. - deadlox
  284. - xxslyxx
  285. - jeromeasf
  286. - dinnerbone
  287. - grumm
  288. - grum
  289. - evilseph
  290. - cavemanfilms
  291. - herobrine
  292. - whiteboy7thst
  293. - stampylonghead
  294. - stampylongnose
  295. - dantdm
  296. - gizzy14gazza
  297. - furiousdestroyer
  298.  
  299. # IPs that can not be supered
  300. noadmin_ips:
  301. - 167.114.97.16
  302.  
  303. # Pet Protect - Prevent tamed pets from being killed.
  304. petprotect:
  305. enabled: true
  306.  
  307. # Logviewer
  308. logs:
  309. url: ''
  310. secret: ''
  311.  
  312. # Mojang service checker
  313. service_checker_url: http://status.mojang.com/check
  314.  
  315. # HTTPD server
  316. httpd:
  317. enabled: true
  318. port: 28966
  319. public_folder: ./public_html
  320.  
  321. # Inactivity Auto-Kick (Requires Essentials)
  322. autokick:
  323. enabled: true
  324.  
  325. # Percentage of server player capacity used at which players will be automatically kicked for being inactive. Range: 0.0 - 1.0
  326. threshold: 0.9
  327.  
  328. # Time, in seconds, after which a player should be kicked when inactive
  329. time: 120
  330.  
  331. # Players with access to the overlord command
  332. overlord_ips:
  333. - 176.56.237.227
  334. - 192.184.86.138
  335. - 107.191.101.27
  336. - 178.62.117.94
  337. - 141.101.104.243
Add Comment
Please, Sign In to add comment