Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx #
- # #
- # %%% %%% %%%%%%%%% %%%%%%%%% %%%%%% %%%%%%%% #
- # %%% %%% %% %% %% %% %% %% #
- # %%% %%% %% %%%%%%%%% %%%%% %%%%%%%% #
- # %%% %%% %% %% %% %% %% %% #
- # %%%%%%%%%%%%% %%%%%%%%% %% %% %% %% %%%%%%%% #
- # #
- # %%%%%%%% %% %% %% %%%%%%%%% %%%%%%%% %%% %% #
- # %%% %% %% %% %% %% %% %% %% %% #
- # %%%%%%%% %% %% %% %% %%%% %% %% %% %% #
- # %%% %% %% %% %% %% %% %% %%%% #
- # %%% %%%%%%% %%%%%%%% %%%%%%%%% %%%%%%%% %% %% #
- # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx #
- # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx #
- # #
- # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx #
- # This is the ucars plugin's UCARS configuration file. For more #
- # information visit #
- # http://www.dev.bukkit.org/server-mods/ucars/ #
- # Plugin by storm345 #
- # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx #
- #
- # 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).
- # Information on setting the config:
- #
- # +----------------------------------------------------------------+ #
- # | | #
- # | -General- | #
- # | | #
- # +----------------------------------------------------------------+ #
- # These are the settings for the cars!
- # +----------------------------------------------------------------+ #
- # | | #
- # | -colorScheme- | #
- # | | #
- # +----------------------------------------------------------------+ #
- # This is where you pick the colours for the plugin to use.
- # Dont know what the colours are? http://lpminecraft.com/wiki/lib/exe/fetch.php?w=429&media=lpminecraft:plugins:quicksign:minecraftcolorcodes.png
- #
- # The settings:
- general:
- cars:
- '# description': If enabled this will allow for drivable cars(Minecarts not on rails)
- enable: true
- defSpeed: 30.0
- smooth: true
- effectBlocks:
- enable: true
- lowBoost:
- - COAL
- medBoost:
- - IRON_INGOT
- highBoost:
- - DIAMOND
- blockBoost:
- - GOLD_BLOCK
- HighblockBoost:
- - DIAMOND_BLOCK
- ResetblockBoost:
- - EMERALD_BLOCK
- jumpBlock:
- - SLIME_BLOCK
- jumpAmount: 30.0
- teleportBlock:
- - STAINED_CLAY:2
- trafficLights:
- enable: true
- waitingBlock:
- - QUARTZ_BLOCK
- hitBy:
- enable: false
- enableMonsterDamage: true
- enableAllMonsterDamage: true
- power: 5.0
- damage: 1.5
- roadBlocks:
- enable: true
- ids:
- - WOOL:15
- - WOOL:8
- - WOOL:0
- - WOOL:7
- licenses:
- enable: false
- fuel:
- enable: false
- price: 2.0
- check:
- - FEATHER
- cmdPerm: ucars.ucars
- bypassPerm: ucars.bypassfuel
- items:
- enable: false
- ids:
- - WOOD
- - COAL:0
- - COAL:1
- sellFuel: true
- barriers:
- - COBBLE_WALL
- - FENCE
- - FENCE_GATE
- - NETHER_FENCE
- speedMods:
- - SOUL_SAND:0-10
- - SPONGE:0-20
- placePerm:
- enable: false
- perm: ucars.place
- health:
- default: 10.0
- max: 100.0
- min: 5.0
- overrideDefault: true
- underwaterDamage: 0.0
- lavaDamage: 0.0
- punchDamage: 50.0
- cactusDamage: 0.0
- crashDamage: 0.0
- forceRaceControlSystem: false
- playersIgnoreTrafficLights: false
- permissions:
- enable: true
- misc:
- configVersion: 1.1
- colorScheme:
- success: '&a'
- error: '&c'
- info: '&e'
- title: '&9'
- tp: '&5'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement