Advertisement
Guest User

uCars Configuration

a guest
Jan 4th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.43 KB | None | 0 0
  1. # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # 
  2. #                                                                    # 
  3. # %%%       %%% %%%%%%%%%  %%%%%%%%%  %%%%%%      %%%%%%%%           # 
  4. # %%%       %%% %%         %%     %%  %%    %%    %%                 # 
  5. # %%%       %%% %%         %%%%%%%%%  %%%%%       %%%%%%%%           # 
  6. # %%%       %%% %%         %%     %%  %%   %%           %%           # 
  7. # %%%%%%%%%%%%% %%%%%%%%%  %%     %%  %%     %%   %%%%%%%%           # 
  8. #                                                                    #
  9. # %%%%%%%%     %%        %%    %%  %%%%%%%%%  %%%%%%%%  %%%      %%  # 
  10. # %%%     %%   %%        %%    %%  %%            %%     %% %%    %%  # 
  11. # %%%%%%%%     %%        %%    %%  %%   %%%%     %%     %%   %%  %%  # 
  12. # %%%          %%        %%    %%  %%     %%     %%     %%     %%%%  # 
  13. # %%%          %%%%%%%   %%%%%%%%  %%%%%%%%%  %%%%%%%%  %%       %%  #
  14. # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx #
  15. # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx #
  16. #                                                                    # 
  17. # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # 
  18. # This is the ucars plugin's UCARS configuration file. For more      # 
  19. # information visit                                                  # 
  20. # http://www.dev.bukkit.org/server-mods/ucars/                       # 
  21. # Plugin by storm345                                                 # 
  22. # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # 
  23. #
  24. # If you are viewing this on notepad then view it on a text editor designed for use with yaml files. Such as wordpad or notetab (Lite).
  25. # Information on setting the config:
  26. #
  27. # +----------------------------------------------------------------+ # 
  28. # |                                                                | # 
  29. # |                           -General-                            | # 
  30. # |                                                                | # 
  31. # +----------------------------------------------------------------+ # 
  32. # These are the settings for the cars!
  33. # +----------------------------------------------------------------+ # 
  34. # |                                                                | # 
  35. # |                           -colorScheme-                        | # 
  36. # |                                                                | # 
  37. # +----------------------------------------------------------------+ #
  38. # This is where you pick the colours for the plugin to use.
  39. # Dont know what the colours are? http://lpminecraft.com/wiki/lib/exe/fetch.php?w=429&media=lpminecraft:plugins:quicksign:minecraftcolorcodes.png  
  40. #
  41. # The settings:
  42.  
  43. general:
  44.   cars:
  45.    '# description': If enabled this will allow for drivable cars(Minecarts not on rails)
  46.     enable: true
  47.     defSpeed: 21.0
  48.     effectBlocks:
  49.       enable: true
  50.     lowBoost:
  51.    - COAL
  52.     medBoost:
  53.    - IRON_INGOT
  54.     highBoost:
  55.    - DIAMOND
  56.     blockBoost:
  57.    - GOLD_BLOCK
  58.     HighblockBoost:
  59.    - DIAMOND_BLOCK
  60.     ResetblockBoost:
  61.    - EMERALD_BLOCK
  62.     jumpBlock:
  63.    - IRON_BLOCK
  64.     jumpAmount: 30.0
  65.     teleportBlock:
  66.    - STAINED_CLAY:2
  67.     trafficLights:
  68.       enable: true
  69.       waitingBlock:
  70.      - QUARTZ_BLOCK
  71.     hitBy:
  72.       enable: true
  73.       enableMonsterDamage: true
  74.       power: 5.0
  75.       damage: 1.5
  76.     roadBlocks:
  77.       enable: true
  78.       ids:
  79.      - WOOD:0
  80.       - WOOD:1
  81.       - WOOL:15
  82.       - WOOD_STAIRS: 0
  83.       - COBBLESTONE_STAIRS: 0
  84.     licenses:
  85.       enable: true
  86.     fuel:
  87.       enable: true
  88.       price: 2.0
  89.       check:
  90.      - FEATHER
  91.       cmdPerm: ucars.ucars
  92.       bypassPerm: ucars.bypassfuel
  93.       items:
  94.         enable: false
  95.         ids:
  96.        - WOOD
  97.         - COAL:0
  98.         - COAL:1
  99.       sellFuel: true
  100.     barriers:
  101.    - COBBLE_WALL
  102.     - FENCE
  103.     - FENCE_GATE
  104.     - NETHER_FENCE
  105.     speedMods:
  106.    - SOUL_SAND:0-10
  107.     - SPONGE:0-20
  108.     placePerm:
  109.       enable: true
  110.       perm: ucars.place
  111.     health:
  112.       default: 10.0
  113.       max: 100.0
  114.       min: 5.0
  115.       overrideDefault: true
  116.       underwaterDamage: 0.0
  117.       lavaDamage: 0.0
  118.       punchDamage: 50.0
  119.       cactusDamage: 0.0
  120.       crashDamage: 0.0
  121.     forceRaceControlSystem: false
  122.   permissions:
  123.     enable: true
  124. misc:
  125.   configVersion: 1.1
  126. colorScheme:
  127.   success: '&a'
  128.   error: '&c'
  129.   info: '&e'
  130.   title: '&9'
  131.   tp: '&5'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement