Approved then Unapproved

Discussion in 'BukkitDev Information and Feedback' started by iKeirNez, Dec 15, 2011.

Thread Status:
Not open for further replies.
  1. Thanks for all the support (from most of you) after editing the description once again it has been approved!

    Hi,

    So I submitted my project, UselessTNT and I needed to edit the description to include more information. I went ahead and did that and then it was approved. But then almost immediately unapproved again. I would like to know if this is a bug or not.

    UselessTNT

    Here is a screenshot of my private messages proving the issue.

    [​IMG]

    Thanks
    Keir
     
  2. Offline

    Daniel Heppner

    Oh great. Another TNT blocking plugin. :/
    Because we totally needed that.
     
  3. This one has more features and it is also my first plugin, hopefully this plugin will teach me how to make better plugins! In fact I am coding a new one now!
     
  4. Offline

    Daniel Heppner

    You don't need to release it. When we have over 200 tnt blocking plugins, we don't need another one. If you are going to make one (which is a good way to learn), please don't submit it. This plugin is completely unneeded and only clutters BukkitDev. I'm sorry, but seriously. We don't need another.
     
  5. Offline

    Lolmewn

    I'm going to have to agree with Daniel on this one.
     
  6. Offline

    Jaker232

    I have to agree. TNT blocking is just.. TOO MUCH.

    5% of our plugins = TNT Blocking
     
  7. Offline

    owenftw

    Somebody cant upload a plugin just because other people have already created something similar?
    As useless as it may be.. Getting annoying looking at new plugins and most of the posts being " is this really needed?" "Not another one" -.-
     
  8. Offline

    Evenprime

    It is pure speculation that the plugin wasn't approved because there are already 200 others that do the same. I've never heard of a case where a plugin was declined for that reason. Maybe NuclearW just clicked the wrong button and then corrected his mistake immediatly.

    What does the PM that "requests changes to UselessTNT" say? I'd just follow the instructions of that mail to get your plugin approved.
     
  9. But this one will have more functionality than others. Check the UselessTNT page for more details of what I am adding to it. As far as I'm aware there are no other plugins that do what I am making this one do.

    Of course I can see why people are getting annoyed but at the end of the day I was asking why it got approved and the declined and now most of the comments are saying that we don't need another TNT blocking Plugin.

    The pm says that the Plugin needs more description and it has a link to the bukkit wiki with what the description should include which I am writing right now.


    Thanks
    Keir
     
  10. Offline

    Daniel Heppner

    This may have more features, but it still is not needed. It's still a TNT blocking plugin and it does the same things as other plugins, just in a different way. My suggestion: Make a few PRIVATE plugins, then go to the Plugin Requests forum and fulfill some requests that actually are needed.
     
    h31ix likes this.
  11. Offline

    Gravity

    Agreed with this, while I don't believe there is a reason to decline a plugin become of this, and I doubt that is why it was unapproved, but NOBODY here needs another TNT blocking plugin, what people do need, however, is in the requests section and a lot of the things there are very simple and quick to make, you should try that instead.
     
    Daniel Heppner likes this.
  12. Offline

    CainFoool

    Oh! Super duper TNT Blocker!

    if(e.getBlock().getType() == Material.TNT) { e.setCancelled(true); } }

    // Derp! Protected plugin!
     
    DrAgonmoray and Daniel Heppner like this.
  13. Offline

    Gravity

    Yeah, but mostly the experience of getting a plugin working is the best part, thats very rewarding and inspires you to do more, generate ideas as you see what is possible with Java/Bukkit
     
  14. Offline

    Daniel Heppner

    That's why there's 200 of them.
     
  15. Offline

    Gravity

    Notice I didnt say that they needed to release those plugins :p
     
    Daniel Heppner likes this.
  16. Offline

    codename_B

    Ah, a TNT protecting plugin, how original!
     
    h31ix and Daniel Heppner like this.
  17. Offline

    TnT

    Please keep this post on topic.

    As for the yet another tnt plugin, I have no problem with these plugins being made and distributed.
     
    dark_hunter likes this.
  18. Offline

    dark_hunter

    Why you guys busting his balls, it's a same project but made by another person, nothing wrong imo.
     
  19. Offline

    MsInscrutable

    Jeeze, lay off guys...
    Firstly, everybody here who submits plugins had to start somewhere.
    In particular, those of you who do develop plugins, should understand this better than us mere users.
    It would be nice if you could be a little more supportive of the new guy, even if his choice of project is in a overly well represented class of plugin.
    Secondly, if he has indeed produced a TnT nerfer with new features not present in others of its type, then bring it on, I'm all for improvements and variety of choice in Plugins.
    No offence, but this thread sounds like a bunch of Artists arguing, not Programmers!;)
     
    Fishfish0001 likes this.
  20. Offline

    Daniel Heppner

    We are encouraging him to develop, and there's absolutely nothing wrong with him making another TNT plugin. There is something wrong with him submitting it, though.
     
  21. Offline

    NuclearW

    @iKeirNez
    It was what @Evenprime said, hit the wrong button and changed it to what it needed to be.

    You can also just PM the moderator in question if this ever happens again, also. As sad as it might be to say, it might get you less flak from others who decide to go off topic and simply be argumentative about your plugin ignoring your post.
     
  22. Offline

    Daniel Heppner

    To the OP: I apologize for my harshness above.
    It was completely uncalled for. However I do still suggest not releasing a plugin like this one unless you're absolutely sure that it will help the community. There are tons of plugins similar to yours, and while I feel it's a great learning experience, I don't think it needs to be released. Please think about it before you release. :)
     
    dark_hunter likes this.
  23. Offline

    dark_hunter

    Don't see anything wrong imo, maybe hes releasing for some feedback.
     
    Daniel Heppner likes this.
  24. They all say that.
     
    Torrent likes this.
  25. Offline

    TnT

    I like to encourage these plugins. Maybe they can be simply sorted better in dbo to get desirable results for everyone.
     
  26. If you read the BukkitDev you would know that that is not what the plugin does. It replaces the TNT block with a dirt block (soon to be configurable)

    Thanks for all the support (from most of you) @NuclearW I will be sure to do that next time! Also the plugin has been approved now since editing the description!
     
    dark_hunter likes this.
  27. Offline

    CainFoool

    if(e.getBlock().getType() == Material.TNT) { e.getBlock().setType(Material.DIRT); }
    getConfig(); will allow you to use ID's to replace the TNT with.
     
  28. So would it be
    Code:
    material.getConfig
    in the code?
     
  29. Offline

    CainFoool

    No.
    Something like
    getConfig().getInt("material.replace");
     
  30. Thanks! I think I have figured this one out! Thanks for all your help!

    Keir
     
Thread Status:
Not open for further replies.

Share This Page