Road

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Road - Highspeed railways, Booster launchers, Aerial faith plates

  • I Updated this plugin, it was inactive
Installation!

1. Put plugin in plugins folder.
2. Start server.
3. A new config file will be created, Edit it so it fits your needs.
4. Restart server. (Restart required on config Creation / Recreation.)

Configs has ben added!

The config file will be created upon first load.

Command /reload works if you want to use changed values in config.

Features:

These are the default Blocks, You can change them in the config.
Highspeed railway: Usage: Stack 3 blocks in the following fashion to create a highspeed railway:

Any Block
Glass Block
Gold Block

Hold down sneak on the railway and travel forward at Speeds set in config! A very convenient way to travel around a huge world.


Booster launchers: Usage: Stack 4 blocks in the following fashion to create a booster launcher: Any block above a diamond block (57) above a glass block (20) above a lapiz lazul block (22)

Any Block
Diamond BLock
Glass Block
Lapis Lazuli Block

Stand on the launch pad to get sent high into space! Better suit up or you just might die


Aerial faith plates: Usage: Stack 3 blocks in the following fashion to create an aerial faith plate like seen in portal 2! Any block above a brick block (45) above an iron ore (15)

Direction of repeater
Diode
Any Block
Brick BLock
Iron Ore

Next, attach a redstone repeater above the top block. The direction of the repeater is the direction the plate will launch you towards.

  • Issue: Aerial faith plates do not accurately send you in the correct direction: This issue has to do with a discrepancy between the server and the client. The vector of your trajectory is programmed correctly, but it is up to the client to interpret this. Currently, there is no fix for this problem. =[

Permissions (v1.0)

  • road.highway - Permission to use Highways.
  • road.boosterl - Permission to use Booster Launchers.
  • road.aerialfp - Permission to use Aerial faith plates.

Default Config: v1.0

highway:
  enabled: true
  speed: 4
  top:
  - any
  middle:
  - 20
  bottom:
  - 41
boosterl:
  enabled: true
  pwr: 5
  top:
  - 57
  middle:
  - 20
  bottom:
  - 22
Aerialfp:
  enabled: true
  speed: 2
  this:
  - 93
  top:
  - 45
  bottom:
  - 15

Config Explained

#Do not use this as Config!
highway:
  enabled: true  # If the feature is enabled.
  speed: 4       # The speed of the movement.
  top:           # The block below the one you are standing on.
  - any          
  middle:        # The block below top block, You can add multiple lines.
  - 20 
  bottom:        # The block below middle block, You can add multiple lines.
  - 41 
boosterl:
  enabled: true
  pwr: 5         # The power it throws you.
  top:
  - 57
  middle:
  - 20
  bottom:
  - 22
Aerialfp:
  enabled: true
  speed: 2
  this:          # The block you are in.
  - 93
  top:
  - 45
  bottom:
  - 15

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit