Elrol

Untitled

Apr 30th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. # Configuration file
  2.  
  3. afk {
  4. # Enables afk timer.
  5. B:enabled=false
  6.  
  7. # Enables afk timer in singleplayer.
  8. B:enabled_singleplayer=false
  9.  
  10. # Will print in console when someone goes/comes back from AFK.
  11. B:log_afk=false
  12.  
  13. # After how much time it will display notification to all players.
  14. S:notification_timer=10m
  15. }
  16.  
  17.  
  18. auto_shutdown {
  19. # Enables auto-shutdown.
  20. B:enabled=false
  21.  
  22. # Enables auto-shutdown in singleplayer worlds.
  23. B:enabled_singleplayer=false
  24.  
  25. # Server will automatically shut down after X hours.
  26. # Time Format: HH:MM. If the system time matches a value, server will shut down.
  27. # It will look for closest value available that is not equal to current time.
  28. S:times <
  29. 04:00
  30. 16:00
  31. >
  32. }
  33.  
  34.  
  35. chat {
  36. # Adds ~ to player names that have changed nickname to prevent trolling.
  37. B:add_nickname_tilde=false
  38. }
  39.  
  40.  
  41. commands {
  42. B:back=false
  43. B:chunks=true
  44. B:fly=false
  45. B:god=false
  46. B:heal=false
  47. B:home=false
  48. B:inv=false
  49. B:kickme=false
  50. B:killall=false
  51. B:leaderboard=false
  52. B:mute=false
  53. B:nbtedit=false
  54. B:nick=false
  55. B:ranks=false
  56. B:rec=false
  57. B:rtp=false
  58. B:spawn=false
  59. B:tpa=false
  60. B:tpl=false
  61. B:trash_can=true
  62. B:warp=false
  63. }
  64.  
  65.  
  66. debugging {
  67. # Print a message in console every time a chunk is forced or unforced. Recommended to be off, because spam.
  68. B:log_chunkloading=false
  69. }
  70.  
  71.  
  72. login {
  73. # Set to false to disable event badges, e.g. Halloween.
  74. B:enable_event_badges=true
  75.  
  76. # Set to false to disable global badges completely, only server-wide badges will be available.
  77. B:enable_global_badges=true
  78.  
  79. # Enables message of the day.
  80. B:enable_motd=false
  81.  
  82. # Enables starting items.
  83. B:enable_starting_items=false
  84.  
  85. # Message of the day. This will be displayed when player joins the server.
  86. S:motd <
  87. "Hello player!"
  88. >
  89.  
  90. # Items to give player when he first joins the server.
  91. # Format: '{id:"ID",Count:X,Damage:X,tag:{}}', Use /print_item to get NBT of item in your hand.
  92. S:starting_items <
  93. {id:"minecraft:stone_sword",Count:1,Damage:1,tag:{display:{Name:"Epic Stone Sword"}}}
  94. >
  95. }
  96.  
  97.  
  98. ranks {
  99. # Enables ranks and adds command.x permissions and allows ranks to control them.
  100. B:enabled=false
  101.  
  102. # Adds chat colors/rank-specific syntax.
  103. B:override_chat=false
  104.  
  105. # Allow to configure commands with ranks. Disable this if you want to use other permission mod for that.
  106. B:override_commands=false
  107. }
  108.  
  109.  
  110. world {
  111. # Dimensions where chunk claiming isn't allowed.
  112. I:blocked_claiming_dimensions <
  113. >
  114.  
  115. # Enables chunk claiming.
  116. B:chunk_claiming=true
  117.  
  118. # Enables chunk loading. If chunk_claiming is set to false, changing this won't do anything.
  119. B:chunk_loading=true
  120.  
  121. # Disables player damage when they are stuck in walls.
  122. B:disable_player_suffocation_damage=false
  123.  
  124. # List of items that will have right-click function disabled on both sides.
  125. # You can use '/inv disable_right_click' command to do with from in-game.
  126. # Syntax: modid:item:metadata. Set metadata to * to ignore it.
  127. S:disabled_right_click_items <
  128. >
  129.  
  130. # If set to DEFAULT, then teams can decide their Explosion setting.
  131. # Valid values:
  132. # TRUE
  133. # FALSE
  134. # DEFAULT
  135. S:enable_explosions=DEFAULT
  136.  
  137. # If set to DEFAULT, then players can decide their PVP status.
  138. # Valid values:
  139. # TRUE
  140. # FALSE
  141. # DEFAULT
  142. S:enable_pvp=TRUE
  143.  
  144. # Locked time in ticks in spawn dimension.
  145. # -1 - Disabled
  146. # 0 - Morning
  147. # 6000 - Noon
  148. # 12000 - Evening
  149. # 18000 - Midnight
  150. # Min: -1
  151. # Max: 23999
  152. I:forced_spawn_dimension_time=-1
  153.  
  154. # Locked weather type in spawn dimension.
  155. # -1 - Disabled
  156. # 0 - Clear
  157. # 1 - Raining
  158. # 2 - Thunderstorm
  159. # Min: -1
  160. # Max: 2
  161. I:forced_spawn_dimension_weather=-1
  162.  
  163. # Max /rtp distance
  164. D:rtp_max_distance=100000.0
  165.  
  166. # Max tries /rtp does before failure.
  167. I:rtp_max_tries=200
  168.  
  169. # Min /rtp distance
  170. D:rtp_min_distance=1000.0
  171.  
  172. # If set to true, explosions and hostile mobs in spawn area will be disabled, players won't be able to attack each other in spawn area.
  173. B:safe_spawn=false
  174.  
  175. # Show play time in corner.
  176. B:show_playtime=false
  177.  
  178. # Enable spawn area in singleplayer.
  179. B:spawn_area_in_sp=false
  180.  
  181. # Spawn dimension. Overworld by default.
  182. I:spawn_dimension=0
  183.  
  184. # Spawn radius. You must set spawn-protection in server.properties file to 0!
  185. I:spawn_radius=0
  186.  
  187. # Unloads erroring chunks if dimension isn't loaded or some other problem occurs.
  188. B:unload_erroring_chunks=false
  189.  
  190. ##########################################################################################################
  191. # logging
  192. #--------------------------------------------------------------------------------------------------------#
  193. # Logs different events in logs/world.log file.
  194. ##########################################################################################################
  195.  
  196. logging {
  197. # Logs block breaking.
  198. B:block_broken=true
  199.  
  200. # Logs block placement.
  201. B:block_placed=true
  202.  
  203. # Enables world logging.
  204. B:enabled=false
  205.  
  206. # Includes creative players in world logging.
  207. B:include_creative_players=false
  208.  
  209. # Includes fake players in world logging.
  210. B:include_fake_players=false
  211.  
  212. # Logs item clicking in air.
  213. B:item_clicked_in_air=true
  214. }
  215.  
  216. }
Add Comment
Please, Sign In to add comment