Configuration

Configuration

# Stop Death in Void
StopDeathVoid: true
# Stop death when Falling between worlds
StopDeathFall: true

Falls

# Create a new Fall
TestFall:
  # Message to send to players
  message: AHHH!
  # From what world
  fromWorld: world
  # To what World
  toWorld: world_nether
  # From what Y coordinate
  fromY: -10
  # To what Y coordinate
  toY: 400
SecondFall:
  message: AHHH!
  fromWorld: world
  toWorld: world
  fromY: -10
  toY: 400
  # Force X and/or Z Coordinates
  forceX: 0
  forceZ: 0

Comments

Posts Quoted:
Reply
Clear All Quotes