Advertisement
Guest User

Untitled

a guest
Jul 12th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.71 KB | None | 0 0
  1. [Whitelist]
  2. # Enable whitelist upon server startup
  3. enableWhitelist=false
  4. # Use the Steam Group specified as the whitelist
  5. useSteamGroup=false
  6. steamGroupName=
  7. # Auto refresh the whitelist every time the interval elapses
  8. autoRefresh=true
  9. # Auto refresh interval in seconds
  10. refreshInterval=10
  11. # Instead of using whitelist as itself, users in whitelist will become [Members]
  12. useAsMembers=false
  13. # The message that is sent to unwhitelisted users upon /whitelist kick
  14. whitelistKickCMD=Whitelist was enabled and you were not whitelisted.
  15. # The message that is sent to unwhitelisted users upon join
  16. whitelistKickJoin=You are not whitelisted!
  17. # The message that is sent to sender upon /whitelist check IF whitelisted
  18. whitelistCheckGood=You are whitelisted!
  19. # The message that is sent to sender upon /whitelist check IF NOT whitelisted
  20. whitelistCheckBad=You are not whitelisted!
  21.  
  22. [Airdrop]
  23. # Announce the coming of an airdrop from /airdrop or from a cycled airdrop
  24. announceDrops=true
  25. # If true, an airdrop will spawn once the first player since the last restart joins.
  26. onFirstPlayer=false
  27. # When should airdrops drop after server start (Default 1h for 1 hour after server start)
  28. dropInterval=1h
  29. # How many players need to be on in order for a cycle airdrop to spawn
  30. minimumPlayers=1
  31. # How many planes should be spawned in a cycled airdrop
  32. planeCount=1
  33. # Sets the minimum possible amount of crates in an airdrop
  34. minimumCrates=1
  35. # Sets the maximum possible amount of crates in an airdrop
  36. maximumCrates=3
  37.  
  38. [Environment]
  39. # Set the time of day upon server start
  40. startTime=12
  41. # Set the day length in minutes upon server start (Default 45 minutes)
  42. dayLength=45
  43. # Set the night length in minutes upon server start (Default 15 minutes)
  44. nightLength=15
  45. # Freeze time upon server start
  46. freezeTime=false
  47. # Set fall damage server-wide
  48. fallDamage=true
  49. # Enable or disable the fall impact sound/leg breaking (THIS WILL ONLY TAKE AFFECT IF FALL DAMAGE IS OFF)
  50. enableFallSound=true
  51. # Set distance at which you can hear players in direct voice chat (Default 100)
  52. voiceDistance=100
  53. # Enables repairing of structures
  54. enableRepair=true
  55. # Forces all players to be naked
  56. forceNudity=false
  57. # Sets the creations of door stops after the door has been destroyed
  58. doorStops=true
  59. # Sets the use of durability on items. If false, items will not lose durability.
  60. enableDurability=true
  61.  
  62. [Chat]
  63. # Enables or disables direct chat. ATLEAST ONE MUST BE ENABLED!
  64. directChat=false
  65. # Enables or disables global chat. ATLEAST ONE MUST BE ENABLED!
  66. globalChat=true
  67. # Toggles the display of the <g> tag if global is the only channel enabled
  68. removeTag=true
  69. # Sets the default chat players will talk in upon join. (global or direct)
  70. defaultChat=global
  71. # Sets the distance the radius of possible text communication when in direct chat
  72. directDistance=150
  73. # Sets the characters a player can have in his name.
  74. allowedChars=a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,1,2,3,4,5,6,7,8,9,0,`,-,=,',.,[,],(,),{,},~,_
  75. # If false, players can have anything they want in their names with no restrictions.
  76. restrictChars=true
  77. # Minimum amount of characters a player must have in his name.
  78. minimumNameCount=3
  79. # Maximum amount of characters a player can have in his name.
  80. maximumNameCount=15
  81. # If a player that is joining has a name that is currently in use on the server and kickDuplicate is true, kick him. If false, append "(#1,2,3,etc..)" to his name.
  82. kickDuplicate=false
  83. # If kickDuplicate is true, lowerAuthority is true, and a joining user has the same name as a connected user, the user of lower authority will be kicked.
  84. lowerAuthority=false
  85. # Illegal words for use with censorship.
  86. illegalWords=fuck,shit,cunt,bitch,pussy,slut,whore,ass
  87. # If a player joins with a word in the illegalWords list and censorship is true, he will be kicked. Words in chat found in illegalWords will be replaced with *'s.
  88. censorship=false
  89.  
  90. [Messages]
  91. # Name that the plugin bot will use to PM and chat with (Default Essentials)
  92. botName=Essentials
  93. # Join message that is displayed to all when a user joins (Default "Player $USER$ has joined.")
  94. joinMessage=Player $USER$ has joined.
  95. # Enables or disables the display of join messages
  96. enableJoin=true
  97. # Leave message that is displayed to all when a user leaves (Default "Player $USER$ has left.")
  98. leaveMessage=Player $USER$ has left.
  99. # Enables or disables the display of leave messages
  100. enableLeave=true
  101. # Suicide message that is displayed to all when a user commits suicide (Tags: $VICTIM$)
  102. suicideMessage=$VICTIM$ killed himself.
  103. # Enables or disables the display of suicide messages
  104. enableSuicide=true
  105. # Murder message that is displayed to all when a user is murdered by another user (Tags: $VICTIM$, $KILLER$, $WEAPON$, $PART$, $DISTANCE$)
  106. murderMessage=$KILLER$ [ $WEAPON$ | $PART$ | $DISTANCE$ ] $VICTIM$
  107. # Murder message that is displayed to all when a user is murdered by another user with an unknown cause (Tags: $VICTIM$, $KILLER$, $PART$, $DISTANCE$)
  108. murderMessageUnknown=$KILLER$ killed $VICTIM$ [ $PART$ | $DISTANCE$ ].
  109. # Enables or disables the display of murder messages
  110. enableMurder=true
  111. # Murder message that is displayed to all when a user is killed by a mob (Tags: $VICTIM$, $KILLER$)
  112. deathMessage=$VICTIM$ was mauled by a $KILLER$.
  113. # Enables or disables the display of death messages
  114. enableDeath=true
  115. # Enables/Disables the display of "Unknown Command" when an unrecognized command is typed
  116. unknownCommand=true
  117. # Enables/Disables the display of [PM to] and [PM from] in front of the user's name. If false, it will display before the message
  118. nextToName=true
  119. # Toggles the display of a user's rank prefix
  120. removePrefix=false
  121.  
  122. [Logs]
  123. # When the plugin says something in chat, be it PM or broadcast to all, it will show in the logs
  124. logPluginChat=true
  125. # Number of chat logs the file will accept. If the number of chat logs exceeds this number, the extraneous file(s) will be deleted.
  126. chatLogCap=15
  127. # Number of logs the file will accept. If the number of logs exceeds this number, the extraneous file(s) will be deleted.
  128. logCap=15
  129.  
  130. [Movement]
  131. # Enables or Disables teleport requesting.
  132. teleportRequest=true
  133. # Sets the delay for between the acceptance of a teleport request and the actual teleport. Default 10 seconds.
  134. requestDelay=10
  135. # Sets the delay for between the /warp and the actual warp. Default 10 seconds.
  136. warpDelay=10
  137. # Type of cooldown that will be used after a person uses a teleport request. 0 = No cooldown.
  138. # 1 = If you send a request to a player and it is accepted, you cannot tpa to him until the cooldown finishes.
  139. # 2 = If you send a request to any player and it is accepted, you cannot tpa at all until the cooldown finishes.
  140. requestCooldownType=0
  141. # Sets the cooldown (in (m)inutes or (s)econds) for teleport requests (if cooldown type is not 0). Default 15m.
  142. requestCooldown=15m
  143. # If true, players will not be able to warp or use tpa.
  144. denyRequestWarzone=true
  145. # If true, players will be able to warp and use tpa while on top of a foundation, ceiling, or within a shelter.
  146. enableInHouse=true
  147. # The default distance /wand will teleport at if not changed by the user.
  148. wandDistance=50
  149. # Sets the weapon used for the wand tool. Set it to "any" to allow use of any weapon.
  150. wandTool=Stone Hatchet
  151. # Sets the weapon used for the portal tool. Set it to "any" to allow use of any weapon.
  152. portalTool=P250
  153. # Sets the delay, in milliseconds, for the refreshing of frozen players' positions.
  154. freezeRefreshDelay=75
  155. # Sets the distance, in meters, a frozen player can move before pulling them back.
  156. freezeDistance=0.5
  157.  
  158. [Inheritance]
  159. # If true, users will inherit their assigned commands plus the ones useable by those of lower ranks.
  160. inheritCommands=true
  161. # If true, users will inherit their assigned kits plus the ones useable by those of lower ranks.
  162. inheritKits=true
  163. # If true, users will inherit their assigned warps plus the ones useable by those of lower ranks.
  164. inheritWarps=true
  165.  
  166. [Damage]
  167. # Damage multiplier for when a user is attacked by a non-allied user outside his/her own faction. Default 1.
  168. neutralDamage=1
  169. # Damage multiplier for when a user is attacked by a user inside the same faction. Default 0
  170. friendlyDamage=0
  171. # Damage multiplier for when a user is attacked by an allied user. Default 0.70
  172. allyDamage=0.70
  173. # Default damage multiplier for when a user is attacked by a non-allied user outside his/her own faction while in a war zone. Default 1
  174. warDamage=1
  175. # Default damage multiplier for when a user is attacked by a user inside the same faction while in a war zone. Default 0
  176. warFriendlyDamage=0
  177. # Default damage multiplier for when a user is attacked by an allied user while in a war zone. Default 0.70
  178. warAllyDamage=0.70
  179.  
  180. [Item Controller]
  181. # If true, research kits will not disappear upon last use
  182. infiniteResearch=false
  183. # If true, researching will require paper
  184. researchPaper=false
  185.  
  186. [Remover]
  187. # Enables /remover. CAUTION: Users can abuse this in a multitude of ways! EX: they can remove their foundations and pillars to create floating houses!
  188. enableRemover=false
  189. # If true, a player with /remover on will receive (a random portion of) the items back from the object they destroy
  190. returnItems=true
  191. # If true, /remover will work on ceilings
  192. removerOnCeiling=false
  193. # If true, /remover will work on pillars
  194. removerOnPillar=true
  195. # If true, /remover will work on foundations
  196. removerOnFoundation=false
  197.  
  198. [Top Rust Servers]
  199. # Enables the giving of the [TRS] kit in kits.ini. Note: In order for a player that has voted to get their kit, they must type /redeem.
  200. enableVoting=false
  201. # API key you get from your toprustservers.com server (used for voting)
  202. APIKey=0
  203. # URL to your toprustservers voting page (displays upon /vote)
  204. voteLink=http://nothingtoseehere.donotvisit/
  205.  
  206. [Whois]
  207. # If true, /whois will show the user's rank.
  208. enableRank=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement