[FUN/MECH] No smoking! v0.0.7/5 - Not only smoking now :) [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by fromgate, Nov 13, 2011.

  1. Offline

    fromgate

    No smoking!
    version: v0.0.7

    This plugin evolution is freezed. There's a new plugin PlayEffect (first I want to call it NoSmoking-2). NoSmoking! will be updated to keep compatibility with future craftbukkit version. But all new features, effects, etc. will be added to the PlayEffect plugin. You can easy upgrade to PlayEffect (it supports NoSmoking 0.0.7 file format).

    [​IMG]


    No smoking allows you to spawn some smoke at your Minecraft worlds. It was created to steam-punk style server to simulate steams and smokes. But after releasing version 0.0.2 the name of the "No Smoking!" acquires a new meaning: now it's an acronym of "Not Only Smoking!" because now plugin is able to produce 8 types of different effects in addition to smoke.
    You can see demonstration of plugin abilities on this video.







    Like this plugin?
    You can buy me a chocolate :)

    [​IMG]
     
  2. Offline

    Laserhog

    This is awesome! Is there permission nodes though? So that only certain people can make smoke, as i would assume that with lots of smoke scattered around your worlds it would begin to lag.
    Also a possible addition could be to have the coal taken away from you as a price for making the smoke, unless you have a node exempting you from the cost.
     
  3. Offline

    fromgate

    Permission not supported yet. But only OPs can make smokes.
     
  4. Offline

    HawkIHeo

    Can I see a picture/video :p cuz I wonder what it looks like, and also what it looks like with wind
     
    themaxou likes this.
  5. Offline

    RROD

    Permissions support couldn't be any easier now if you would like to add it.
    Code:
    if(player.hasPermission("permission.node") {}
     
  6. Offline

    fromgate

    Thanks, I'll use permissions in next version of the plugin

    Plugin demonstration video (embedded in first post)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  7. Offline

    Shooty

    Awesome, but for me, smoke disapear after a reboot (or reload don't know)
     
  8. Offline

    fromgate

    hmm.. any errors in server log? Is file plugins/NoSmoking/smokepoints.cfg created?

    Video tutorial:



    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  9. Offline

    Greylocke

    this happened to me the first time I loaded NoSmoking. It persisted through subsequent restarts, however.
     
  10. Offline

    fromgate

    How about subsequent reboot? Did you have to install a new smoke or old smokes restored? And what happened with file/NoSmoking/smokepoints.cfg? May be it were deleted?
     
  11. Offline

    HawkIHeo

    awwesomeee i'm definitely going to use this.
     
  12. Offline

    NouvelleOrange

    First time I see a smoke plugin being done fright. In the previous ones I saw, it was damn ugly. Yes, I've been running a server for a year now :)
     
  13. Offline

    Apasalic

    Very good plugin!
    Just one request for me: Could you possibly make it so the smoke is bigger? Like make it go upwards more and produce more of these particles effect? General is just to make the smoke size bigger :)

    Regards,
    Apasalic
     
  14. Offline

    fromgate

    Apasilic, thank you. Pleasure to hear it ;)
    It's not possible to change size of single smoke. But you can create big smoke, when placing some smokes near other.
    For example, I'm usually place one smoke on the chimes top with /smoke wd calm parameter and next smoke (/smoke wd wind) over the first one.
    In future release, I'm going to include some templates, that will simplify the creation of big smoke.
     
  15. Shouldn't the plugin name be "No Fire" lol, since there is smoke!
     
  16. Offline

    Imm0rt41

  17. Offline

    fromgate

    Hmm... Now I think, that "NO Smoking" is an anagram from phrase "Not only smoking!". And after releasing the next version, the name will completely describe plugins features :)
     
  18. Offline

    S3thc0n

    I searched long for a really good smoke mod, and now i found one which exceeded my expectations by far.
    Your plugin would be even awesomer if there would be the possibility to toggle smokes by ID!

    The only big drawback: I have the same problem like Shooty and Greylocke.
    I found No smoking! to create a folder named 'no smoking' AND 'NoSmoking', and I can't notice a rule when it is accessing which of the two created smokepoints.​
    Also NoSmoking! still knows the smokes created, but the effects are lost.​
     
  19. Offline

    fromgate

    In nearest few days I'm planning to release new version of plugin, so problem with two folders will be solved out. About problem like Shooty and Greylocke, I tried but could not get the same error. Nevertheless, I have optimized the code and I hope it will affect positively on the work of the plugin.
    Toggle smokes by ID is good idea, I'll think about it.
     
  20. Offline

    S3thc0n

    Well, does this plugin update itself? It now prefers to use the 'No Smoking' folder. The smokes even doesn't disappear anymore on my server. :D
     
  21. Offline

    fromgate

    New version released. You must download it to install. Smokes create in v0.0.1 will transfered to new version, However, make sure that file smokepoints.cfg is located in the folder "No Smoking" (if it located in "NoSmoking" (without space) just copy it in new folder).
     
  22. Offline

    Nuko32

    Nice work! It is very useful!
     
  23. Offline

    efstajas

    Wait, can I create jukeboxes that loop forever with this? That's awesome.

    Edit.: Wow that's totally great. :D However, the only things I can switch to are smoke or potion break. When I do /smoke eff=Ender eye for example, it only says "Current effect: smoke bla bla". Am I doing something wrong?
     
  24. Offline

    fromgate

    Oh! Sorry, in descriptions were effects names, not options for /smoke=eff... (now corrected)

    You can use:

    1 /smoke eff=smoke
    2 /smoke eff=flame
    3 /smoke eff=signal
    4 /smoke eff=potion
    5 /smoke eff=pearl
    6 /smoke eff=eye
    7 /smoke eff=song
    8 /smoke eff=sound
    9 /smoke eff=light


    And you can give a number as parameter to eff, song, sound

    For example:
    /smoke eff=8 sfx=1 rate=1
    will enable sound effect "blaze" with rate = 1.

    Same for music:
    /smoke eff=7 disc=10
    is same to
    /smoke eff=song disc=ward

    Disk's numbers:
    1 - 13
    2 - cat
    3 - block
    4 - chirp
    5 - far
    6 - mall
    7 - mellohi
    8 - stal
    9 - strad
    10 - ward
    11 - 11disc
     
  25. Offline

    wsurfer852

    I'm probably not the first guy to tell you either one of these two things.
    A. Great Plugin!
    B. "anagram" isn't the right word. I think you're looking for "acronym".
     
  26. Offline

    fromgate

    A. wsurfer852 thank you!
    B. Thank you again! My English is too bad, so any correction will help me a lot.
     
  27. do those items like enderman eye, ender pearl etc. show up each time u want to make these? ^^ and sounds also? :E
     
  28. Offline

    norsac321

    Great plugin i use it in my server but i was wondering in the video what plugin are you useing to make it so that you have to pay items to open doors?
     
  29. Offline

    fromgate

    That was a small easter egg ;-) It's my other plugin called "MCCity Lockpick and Rent". It's not released yet, but I'm planing to release it after some tests.
     
  30. Offline

    C3Minecraft

    I feel that you have possibility to be a great plugin Developer and wanted you to join our plugin Dev team. We work hard and will work with other developers to make great plugins leave me a message if you want to.
     

Share This Page