[fun] red stone plug in v2.2 bukkit forums

2
How to use: Place a sign on a wall with this text: [Spawnboat] If this sign now receive power from redstone then a boat will be spawned. Place a sign on a wall with this text: [Sluice] <liquid> And change <liquid> into any liquid you like (water or lava). If this sign now receive power from redstone the space in above the sign will be changed to the liquid and it will be changed into air if it receives no redstone power. Place a sign on a wall with this text: [Spawnmob] <mob> <quantity> And change <mob> into chicken, cow, creeper, ghast, pigzombie, sheep, skeleton, slime, spider, squid, zombie, giant, monster or wolf. And change <mob> into any mob you like. If this sign now receive power from redstone the mob you entered will be spawned. Place a sign on a wall with this text: [Spawnitem] <id> <quantity> And change <id> into any item id you like. If this sign now receive power from redstone the item you entered will be spawned. Place a sign on a wall with this text: [Spawnminecart] <type> And change <type> into any liquid you like (powered or storage). If this sign now receive power from redstone the type minecart you entered will be spawned. Place a sign on a wall with this text: [Time] <time> And change <time> into dawn, day, dusk, night or a number you like. If this sign now receive power from redstone the time will be changed to the time you entered. Place a sign on a wall with this text: [Weather] <weather> And change <weather> into sunny, storm or thunder. If this sign now receive power from redstone the time will be changed to the time you entered. Place a sign on a wall with this text: [Wool] <color1> <color2> And change <color1> and <color2> into white, orange, magenta, lightblue, yellow, lime, pink, gray, lightgray, cyan, purple, blue, brown, green, red, black or the number of the wool.

Upload: anthony-martin

Post on 11-Mar-2015

452 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: [FUN] Red Stone Plug In v2.2 Bukkit Forums

How to use:Place a sign on a wall with this text:

[Spawnboat]

If this sign now receive power from redstone then a boat will be spawned.

Place a sign on a wall with this text:

[Sluice]<liquid>

And change <liquid> into any liquid you like (water or lava).If this sign now receive power from redstone the space in above the sign will be changed to the liquid and it will be changed into air if it receives no redstonepower.

Place a sign on a wall with this text:

[Spawnmob]<mob><quantity>

And change <mob> into chicken, cow, creeper, ghast, pigzombie, sheep, skeleton, slime, spider, squid, zombie, giant, monster or wolf.And change <mob> into any mob you like.If this sign now receive power from redstone the mob you entered will be spawned.

Place a sign on a wall with this text:

[Spawnitem]<id><quantity>

And change <id> into any item id you like.If this sign now receive power from redstone the item you entered will be spawned.

Place a sign on a wall with this text:

[Spawnminecart]<type>

And change <type> into any liquid you like (powered or storage).If this sign now receive power from redstone the type minecart you entered will be spawned.

Place a sign on a wall with this text:

[Time]<time>

And change <time> into dawn, day, dusk, night or a number you like.If this sign now receive power from redstone the time will be changed to the time you entered.

Place a sign on a wall with this text:

[Weather]<weather>

And change <weather> into sunny, storm or thunder.If this sign now receive power from redstone the time will be changed to the time you entered.

Place a sign on a wall with this text:

[Wool]<color1><color2>

And change <color1> and <color2> into white, orange, magenta, lightblue, yellow, lime, pink, gray, lightgray, cyan, purple, blue, brown, green, red, black orthe number of the wool.

Page 2: [FUN] Red Stone Plug In v2.2 Bukkit Forums

If this sign now receive power from redstone the wool back of the sign will be changed to color 1 and it will be changed into color 2 if it receives no redstonepower.

Permissions:Give the player you want this permissions for making a sluice.Code:

redstoneplugin.createsluice

Give the player you want this permissions for making a spawnboat.Code:

redstoneplugin.createspawnboat

Give the player you want this permissions for making a spawnitem.Code:

redstoneplugin.createspawnitem

Give the player you want this permissions for making a spawnminecart.Code:

redstoneplugin.createspawnminecart

Give the player you want this permissions for making a spawnmob.Code:

redstoneplugin.createspawnmob

Give the player you want this permissions for making a time.Code:

redstoneplugin.createtime

Give the player you want this permissions for making a weather.Code:

redstoneplugin.createweather

Give the player you want this permissions for making a wool.Code:

redstoneplugin.createwool

Known bugs:None.

Properties:This plugin creates a properties file on Plugins/RedstonePlugin/config.yml.

Standard properties:Code:

redstone: spawnitem: false spawnboat: false spawntime: false weather: false spawnminecart: false spawnmob: false spawnwool: true sluice: true