Chimneys SMP
Chimneys is a plugin, which allows you to create chimneys on your houses. It uses minecraft's particle effect, so you don't need any client mods!

IMPORTANT!
Chimneys 0.5.1 is the last version of Chimneys. I'll make another plugin, which will be fully compatible with Chimneys. It's going to support all particles and other cool features like chimneys that follow you or other entities, annoying door sounds and more to come!
UPDATE: Merry Christmas! ParticleWorkshop now has a DevBukkit page: http:dev.bukkit.org/bukkit-plugins/particleworkshop/
Features
- Creates chimneys
- Command + wand control
- Chimney wand - configurable; default = stick
Preview videos
My video
German Preview by NeoAcc
You can also PM me your chimneys preview and it might appear here!
Commands
- /chimney - Displays help for the plugin
- /chimney [tgt | std] - Creates a chimney on block you're standing on(std) or on block you're aiming on(tgt).
- /chimney [tgt | std] [rs] - Creates a lever controlled chimney(rs) on block you're standing on(std) or on block you're aiming on(tgt).
- /chimney wand - Toggles you usage of chimney wand.
Configuration
Configuration file can be found in <server_folder>/plugins/Chimneys/config.yml
Configuration nodes
- chimney.smokes - Smoke count
- chimney.frequency - Frequency of smokes. Higher = more frequent smokes
- chimney.radius - Minimal distance to see the chimney
- chimney.wand - Item, which should be used as wand(default = stick). Expected value is either an item/block ID or its name in bukkit system(one of these: (see this paste)).
- perms - Permission system to use. 3 options: OP,None,SP
- block-blacklist - IDs of blocks, which chimneys can't be created on
Permissions
- chimneys.create - Allows you to create chimneys using command
- chimneys.create.wand - Allows you to create chimneys using wand
Installation
Just download Chimneys.jar and copy it into your plugins folder. It's that simple!
Factions!
I've recently added some compatibility with Factions. Some of you may be wondering, whether it needs any additional configuration, so here I say it DOESN'T NEED ANY ADDITIONAL CONFIGURATION to get it working. Once Chimneys detect Factions, players can only create chimneys in regions, which Factions allow them.
Removing chimneys
To remove a chimney, you need to mine block the chimney is created on( that's the block smoke is coming from :) )
To-Do
- Mob kill smoke
- MOAR FEATURES!!!
For plugin devs: Chimneys API
Have a problem? Take a ticket!
If you wanna submit a bug, please take a ticket. It's better for me and you too. Use [[http://dev.bukkit.org/paste/p5mjti76fbc if you don't know what should be included in the ticket.
Related SSP project - Chimneys SSP
Contact Author
If you wish to contact author somewhere else, you can do so on:
- Blog: http://tomsik68.blogspot.com/
- Twitter: https://twitter.com/tomsik68
- E-Mail: tomsik68@gmail.com
- GitHub: https://github.com/tomsik68 (also, sources of all plugins!)
- Skype: Tomsik68 (my pic is redstone dust ;) )
-
View User Profile
-
Send Message
Posted Sep 26, 2011This plugin is awesome, my friend's built a sort of a teleporter room which /home leads to, and I've put the smoke inside the portal, so now you spawn in a puff of smoke! Absolutely incredible, thanks a lot! Oh and yeah, Ihad the same error as below, but 0.2b seems to have fixed it!
-
View User Profile
-
Send Message
Posted Sep 25, 2011@dunst0
I'm not very familiar with those separators, I'll change it to File.separator. :) Thanks!
-
View User Profile
-
Send Message
Posted Sep 24, 2011please use for file names pathes like
"plugin/foo/bar"or try File.separator instead of
to make your plugin multi-platform clean!
windows will be fine with "plugin/foo/bar" and unix will love it :D
-
View User Profile
-
Send Message
Posted Sep 8, 2011@drampelt: I've attempted to fix it. Try downloading 0.2b and test it.
-
View User Profile
-
Send Message
Posted Sep 7, 2011Same problem as Joymo, using a nice big plugin list including some of my own creations:
BetterShop, Daisy, Chimneys, SpoutEssentials, Spout, SpoutTrade, TelePlusPlus, Warpz0r, HealthBar, PermissionsBukkit, Train Carts, SimpleSave, LivingBuilding, NarrowtuxLib, mcMMO, JukeBukkit, SkyPlus, Lockette, VanishNoPickup, Shortcuts, mChat, iConomy, CreativeGates, WorldGuard, SPITEMS, Multiverse-Core, MultiInv, ExactSpawn, Albus, SpoutFlight, CommandBook, Jail, TexturePackChooser, BananaNordic, MagicDoor, Pinapp, BigBrother, WorldEdit, Minequery, Highlighter, Permissions, Statistician, WormholeXTreme, ChessCraft, SignEditSpout
-
View User Profile
-
Send Message
Posted Sep 7, 2011@Shiquzal: I'm really angry with those chimneys ;). I'll roll them back, so they'll be as big as on the screenshot.
-
View User Profile
-
Send Message
Posted Sep 7, 2011@Joymo: hmmm... I've not had that error with more than 10 chimneys. What other plugins are you using on your server?
-
View User Profile
-
Send Message
Posted Sep 6, 2011-
View User Profile
-
Send Message
Posted Sep 6, 2011This is throwing concurrent errors with even 1 chimney added.
[code]17:13:28 [SEVERE] java.util.ConcurrentModificationException 17:13:28 [SEVERE] at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819) 17:13:28 [SEVERE] at java.util.ArrayList$Itr.next(ArrayList.java:791) 17:13:28 [SEVERE] at org.bukkit.craftbukkit.CraftWorld.getPlayers(CraftWorld.java:555) 17:13:28 [SEVERE] at org.bukkit.craftbukkit.CraftWorld.playEffect(CraftWorld.java:659) 17:13:28 [SEVERE] at org.bukkit.craftbukkit.CraftWorld.playEffect(CraftWorld.java:652) 17:13:28 [SEVERE] at sk.tomsik68.chimney.Chimney.update(Chimney.java:44) 17:13:28 [SEVERE] at sk.tomsik68.chimney.ChimneyUpdateTask.run(ChimneyUpdateTask.java:12) 17:13:28 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 17:13:28 [SEVERE] at java.lang.Thread.run(Thread.java:722)[/code]
-
View User Profile
-
Send Message
Posted Sep 5, 2011@duhow
Sure. It's not problem. It'll be once there'll be a release
-
View User Profile
-
Send Message
Posted Sep 5, 2011Could you add compatibility with CraftBukkitUpToDate? http://dev.bukkit.org/server-mods/craftbukkituptodate/
-
View User Profile
-
Send Message
Posted Sep 4, 2011Its really ugly.
-
View User Profile
-
Send Message
Posted Sep 4, 2011@Tauryuu I've tested on my pc( CPU: Intel Core 2 Duo @ 2.33Ghz RAM: 1GB OS:Windows XP 32-bit ), while I had running Firefox,Minecraft & Minecraft server it worked fine. It hardly depends on how much plugins is your server running (mine testing ran 21 plugins including Chimneys), how much chimneys have you created and how much players can see the chimneys. So it doesn't cause your server to crash, but you can expect some lags.
-
View User Profile
-
Send Message
Posted Sep 4, 2011How much lag would this give to a server?
-
View User Profile
-
Send Message
Posted Sep 3, 2011testing