Advertisement
fauxiss

mmc

Jul 8th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 11.62 KB | None | 0 0
  1. #Server Options
  2. #This setting will keep chunks containing minecarts loaded in memeory. You should only use this for unattended farming or automation as it does use more memory.
  3. KeepChunksLoaded: false
  4. #If a player logs out while riding a minecart, the minecart is removed. When the player logs back in, the minecart is recreated and the player is placed into it.
  5. PreserveMinecartOnLogout: true
  6.  
  7. #If true the player or chest that spawns a minecart will have it, and any contained items, returned when it is destroyed.
  8. #(If RemoveDeadMinecarts is also true only items will be returned.)
  9. ReturnCartsToOwner: true
  10. #When a player right-clicks a track with this item it will cycle through all available rail types. See items.txt for valid names.
  11. RailAdjusterTool: WOOD_PICKAXE
  12. #If true, station rule signs will use the 'old' directions which are rotated 90degrees counter-clockwise from actual compass directions. This is for legacy rail systems only.
  13. StationsUseOldDirections: true
  14. #If true, when a minecart is destroyed it will not drop as an item or be returned to its owner.
  15. RemoveDeadMinecarts: true
  16.  
  17. #[Eject] actions look for [eject at] or [eject here] actions in an 8 block radius. If instructions are not found, this setting dictates
  18. #whether or not to use any previously encountered [eject at] ot [eject here] actions. Set to false for legacy rail systems with mixed controller/uncontrolled ejections.
  19. RememberEjectionLocations: true
  20.  
  21. #The number of seconds after which the specified type of minecart will be removed.
  22. #Set to -1 to disable.
  23. EmptyMinecartKillTimer: 5
  24. EmptyStorageMinecartKillTimer: -1
  25. EmptyPoweredMinecartKillTimer: 60
  26.  
  27. #Console Logging Mode. Accepted Values: "None", "Severe", "Normal", "Debug", "Timer"
  28. #Severe will produce only console logs from severe errors from MM
  29. #Normal will produce standard startup console logs, and error logs from MM
  30. #Debug will produce standard startup console logs, error logs, and debugging logs from MM
  31. #Timer will produce standard startup console logs, error logs, debugging logs, and process time logs, from MM
  32. LoggingMode: Normal
  33.  
  34. #This is the method MCM will use to match Station Rule 'st-' conditions to a minecart's destination. Setting 1 is recommened.
  35. #0 - Match exact station name (ignores case)
  36. #1 - Pattern matching.
  37. #       @ is any letter, ignoring case
  38. #       # is any digit
  39. #       ? is any single character
  40. #       * is anything
  41. #      Examples:
  42. #        st-Cityville* would match any station starting with Cityville
  43. #        st-Cityville-A# would match stations Cityville-A0 through Cityville-A9
  44. #2 - Full regex parsing.
  45. StationParsingMethod: 1
  46.  
  47. #0 - Always prompt rider to tap cart in desired direction at intersections if destination cannot be determined
  48. #1 - Prompt only when intersection is above a Station block and destination cannot be determined. (Use this if using [Station] signs instead of blocks)
  49. #2 - Nerver prompt at intersections, unless explicitly on a Prompt block.
  50. IntersectionPromptsMethod: 2
  51.  
  52. #Minecart Physics
  53.  
  54. #When set to false, minecarts will not collide with each other or with blocks or entities while on rails.
  55. #   Ensures reliable trasportation. Players can still push carts at low speeds. Recommended setting.
  56. #When set to true, minecarts behave normally and will bounce off blocks and other minecarts.
  57. MinecartCollisions: false
  58.  
  59. #Default magnetic rail value for new minecarts. Magnetic rail prevents the minecart from leaving the track vertically.
  60. MagneticRail: false
  61.  
  62. #The default Max Speed for new minecarts, as a percentage of normal minecart max speed.
  63. MaxSpeedPercent: 100
  64.  
  65. #The maximum allowed Max Speed as set by signs, as a percentage of normal minecart max speed.
  66. MaxAllowedSpeedPercent: 200
  67.  
  68. #The friction applied to minecarts on the ground off the track, as a percentage of the normal minecart derailed friction.
  69. DerailedFrictionPercent: 100
  70.  
  71. #The friction applied to minecarts on rail with a passenger or when SlowWhenEmpty is false, as a percentage of the normal minecart passenger friction.
  72. #Whether to use seperate Frictions for empty and full minecarts. if false, the passenger friction is used.
  73. #The friction applied to minecarts on rails if SlowWhenEmpty is true, as a percentage of the normal minecart empty friction.
  74. PassengerFrictionPercent: 0
  75. SlowWhenEmpty: true
  76. EmptyFrictionPercent: 25
  77.  
  78.  
  79. #The maximum speed to which a player can nudge a minecart while riding in it, as a percentage of the normal minecart max speed.
  80. MaxPushSpeedPercent: 25
  81.  
  82. #The speed change applied while going up or down slopes, as a percentage of normal minecart max speed.
  83. SlopeSpeedPercent: 100
  84.  
  85. #The gravity applied to minecarts while flying through the air, as a percentage of normal minecart gravity.
  86. GravityPercent: 100
  87.  
  88. #The number of blocks to jump when a minecart is clicked by the rider, or a [jump] action is encountered.
  89. DefaultJumpHeight: 4
  90.  
  91. #Entities on Track
  92.  
  93. #Whether mobs that collide with the minecart should be removed, otherwise they will be ignored.
  94. KillMobsOnTrack: true
  95. #Whether players that collide with the minecart should be killed if it is going fast enough, otherwise they will be bumped to the side.
  96. KillPlayersOnTrack: false
  97. #The minimum speed required to kill a player on collision, as a percentage of normal minecart max speed.
  98. KillPlayersOnTrackMinimumSpeed: 90
  99.  
  100.  
  101. #Item Handling
  102. DefaultItemCollectionRange: 4
  103. DefaultItemCollectionRangeY: 4
  104.  
  105. #Farming
  106. DefaultFarmingRange: 4
  107. DefaultFarmingRangeY: 4
  108.  
  109. #Control blocks
  110. #Control blocks are aliases for signs, when the minecart passes over one, it will execute the actions specified.
  111. #See the items.txt file for the proper name of each block.
  112. #Each entry below the block represents a sign. Use / to seperate the lines on each sign.
  113. #You can specify a Redstone state for each individual sign by starting line 1 with (ON), (OFF), (TRIGGERON), or (TRIGGEROFF).
  114. #    ON and OFF actions are run when the minecart passes over it and the block has the correct power state.
  115. #    TRIGGERON and TRIGGEROFF actions are run when the redstone power of the block changes to the specified state, whether or not a minecart is nearby.
  116. #       Only Spawn and Launch can currently be triggered by redstone.
  117. #Be sure to enclose the whole entry in double quotes ""
  118. #Refer to the documentation for available signs and their syntax.
  119. #Example
  120. #   SOME_BLOCK:
  121. #     - "[sign 1 line 1]"
  122. #     - "[sign 2 line 1] / [sign 2 line 2]"
  123. #     - "(ON) [redstone on sign]"
  124. #     - "(OFF) [redstone off sign]"
  125. ControlBlocks:
  126.   LIGHT_GREEN_WOOL:
  127.      - "[platform]"
  128.   RED_WOOL:
  129.      - "[elevator]"
  130.   CLAY:
  131.      - "[set speed:-1x]"
  132.   MOSSY_COBBLESTONE:
  133.      - "[Catch] / hold for 5"
  134.   BRICK:
  135.      - "[Station]"
  136.   JACK_O_LANTERN:
  137.      - "(TRIGGERON)[spawn]"
  138.       - "(ON)[launch]"
  139.       - "(OFF)[launch player]"
  140.   IRON_BLOCK:
  141.      - "[eject]"
  142.   IRON_ORE:
  143.       - "[kill]"
  144.   POWERED_RAIL:
  145.       - "(ON) [set speed:100]"
  146.        - "(OFF) [set speed:250]"
  147.  
  148. #Item aliases to provide a single name for a group of items.
  149. #See the items.txt file for the proper name or ID for each item.
  150. ItemAliases:
  151.   Ores:
  152.    - GOLD_ORE
  153.     - EMERALD_ORE
  154.     - DIAMOND_ORE
  155.     - LAPIS_ORE
  156.     - IRON_ORE
  157.  
  158.   Food:
  159.    - 260
  160.     - 297
  161.     - 322
  162.     - 354
  163.     - 350
  164.     - 319
  165.     - 320
  166.  
  167.   Fuels:
  168.     - WOOD
  169.      - CHARCOAL
  170.      - COAL
  171.      - LOG
  172.      - REDWOOD_LOG
  173.      - BIRCH_LOG
  174.      - JUNGLE_LOG
  175.      - LAVA_BUCKET
  176.  
  177.   Logs:
  178.      - LOG
  179.       - BIRCH_LOG
  180.       - JUNGLE_LOG
  181.       - REDWOOD_LOG
  182.  
  183.   Wools:
  184.      - 35;0
  185.       - 35;1
  186.       - 35;2
  187.       - 35;3
  188.       - 35;4
  189.       - 35;5
  190.       - 35;6
  191.       - 35;7
  192.       - 35;8
  193.       - 35;9
  194.       - 35;10
  195.       - 35;11
  196.       - 35;12
  197.       - 35;13
  198.       - 35;14
  199.       - 35;15
  200.  
  201.   Planks:
  202.      - 5;0
  203.       - 5;1
  204.       - 5;2
  205.       - 5;3
  206.  
  207.   Saplings:
  208.      - 6;0
  209.       - 6;1
  210.       - 6;2
  211.       - 6;3
  212.  
  213. #Localization messages.
  214. Messages:
  215.   LackPermissionForCommand: "[RED]You do not have permission to use that command"
  216.   LackPermission: "[RED]You do not have permission to do that."
  217.   LackPermissionForSign: "[RED]You do not have permission to create a %s"
  218.   LackPermissionToRemoveSign: "[RED]You do not have permission to remove a %s"
  219.   LackPermissionForControlBlock: "[RED]You do not have permission to place a %s"
  220.   SignCommandsAnnouncementPrefix: "[YELLOW] Announcement: [WHITE]"
  221.   SignCommandsMinecartLocked: "[YELLOW]Your Minecart Has been Locked."
  222.   SignCommandsMinecartUnlocked: "[GREEN]Your Minecart Has Been Unlocked"
  223.   SignCommandsMinecartLockedError: "[YELLOW]This minecart is locked."
  224.   SignCommandsDestination: "[GREEN]You've arrived at your destination"
  225.   SignCommandsSensorItemError: "[RED]Item Sensors Must Have a Valid Item Name or id, On Line 3"
  226.   SignCommandsSensorPlayerNameError: "[RED]Player Name Sensors Must Have The Name Of The Player To Detect, On Line 3"
  227.   SignCommandsSensorSuccess: "[GREEN]Sensor Successfully Created"
  228.   StationsTapInDirection: "[YELLOW]Tap your minecart in the desired direction"
  229.   StationsInvalidDirection: "[RED]Not a valid direction."
  230.   StationsValidDirections: "[YELLOW]You can go %s"
  231.   StationHelpString: "[GREEN]Your current destination is: %s"
  232.   AdminReload: "[GREEN] config.yml reloaded."
  233.   AdminControlsValidDebugModes: "[RED]Valid Debug Modes: %s"
  234.   AdminControlsDebugMode: "[GREEN]Switched to debug mode: %s"
  235.   AdminControlsNoPlayerFound: "[RED]No player matches that name"
  236.   AdminControlsEjectUsage: "[RED]Proper Usage: '/eject [player name]'"
  237.   AdminControlsPermEjectUsage: "[RED]Proper Usage: '/permeject [player name]'"
  238.   AdminControlsMinecartsRemoved: "[GREEN]%d minecarts were removed from the server successfully."
  239.   AdminControlsInvalidValue: "[RED]Invalid Configuration Value"
  240.   AdminControlsSetConfigKeyUsage: "[RED]Proper Usage: '/setconfigkey [key] [value]'. \nHint: The key and value should be surrounded by brackets."
  241.   AdminControlsMomentum: "Speed X: %.2f \nSpeed Y: %.2f \nSpeed Z: %.2f"
  242.   AdminControlsMomentumInvalid: "[RED]You must be in a minecart."
  243.   AdminControlsStation: "[GREEN]Destination station set to: %s"
  244.   AdminControlsConfigKey: "The value of '%s' is '%s'"
  245.   AdminControlsHelp: "The following are valid MinecartMania commands: "
  246.   AdminControlsConfigKeyUsage: "[RED]Proper Usage: '/getconfigkey [key]'. \nHint: The key should be surrounded by brackets."
  247.   AdminControlsListConfigKeyPageHeader: "Minecart Mania Configuration Values (Page %d of %d)"
  248.   AdminControlsListConfigKey: "Key: [GREEN]%s [WHITE]Value: [GREEN]%s"
  249.   AdminControlsSetConfigKey: "Key '[GREEN]%s[WHITE]' set to '[GREEN]%s[WHITE]'"
  250.   AdminControlsListConfigKeyPage: "[RED]There is no page %d"
  251.   AdminControlsThrottleSet: "[GREEN]Throttle set!"
  252.   AdminControlsThrottleSetOverdrive: "[GREEN]Overdrive Enabled!"
  253.   AdminControlsThrottleUsage: "[RED]Invalid command. Correct usage is /throttle [number]"
  254.   AdminControlsBlockMinecartEntry: "[RED]You've been restricted from entering that minecart!"
  255.   AdminControlsHideMinecarts: "[GREEN]All minecarts successfully hidden"
  256.   AdminControlsRedrawMinecarts: "[GREEN]All minecarts successfully redrawn"
  257.   AdminControlsMMHeader: "[WHITE]----------------[GREEN]Minecart Mania Information[WHITE]---------------"
  258.   AdminControlsInfoTotalMinecarts: "Total Minecarts: [GREEN]%d"
  259.   AdminControlsInfoEmptyMinecarts: "Empty Minecarts: [GREEN]%d"
  260.   AdminControlsInfoOccupiedMinecarts: "Occupied Minecarts: [GREEN]%d"
  261.   AdminControlsInfoPoweredMinecarts: "Powered Minecarts: [GREEN]%d"
  262.   AdminControlsInfoStorageMinecarts: "Storage Minecarts: [GREEN]%d"
  263.   AdminControlsInfoMovingMinecarts: "Moving Minecarts: [GREEN]%d"
  264.   AdminControlsInfoStalledMinecarts: "Stalled Minecarts: [GREEN]%d"
  265.   AdminControlsInfoMostOwnedMinecarts: "Owns the most Minecarts: [GREEN]%s [WHITE]([YELLOW]%d[WHITE])"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement