[INACTIVE][ADMN] iWarning v2.1 - Warn bad users, Anti-Greif features as well [1000]

Discussion in 'Inactive/Unsupported Plugins' started by MineDev, Jul 12, 2011.

  1. Offline

    MineDev

    iWarning - A full recode of original version. More features etc!:
    Version: v2.2

    [​IMG]
    Coded By: @cronikkk of MineDev
    Follow me on twitter! @MineDevCronikkk

    If you had used iWarning previously, you would know its a plugin that is nice for warning users for things they may have done. As you might be aware of, there is a piston dupe bug right now, it blocks those upon dropping as well. This would be good for giving multiple chances. Everything is configurable!

    Features:
    • SQLite Right now, MySQL soon!
    • Warn for placing fire blocks, water blocks, tnt, pistons, sticky pistons
    • Configure wether or not they get warned for placing those blocks (turn off warnings for water etc)
    • Customiseable messages for broadcasting warnings, kick broadcasts, and ban broadcasts
    • Easy to use commands
    • Default: Kick after 3 warnings, ban after 5
    • Built in ban system
    • NEW automatic update checker
    • New Stuff:
      • Reports System (Explanation below!!!)
      • Bad language filter
      • DELETE OLD CONFIG FILE OR YOU WILL GET ERRORS
    Commands / Permission Nodes
    • /mywarnings - Shows warnings for yourself
      • iWarning.mywarnings
    • /warn - warn a user
      • iWarning.warn
    • /wadmin - show command list for wadmin
      • iWarning.wadmin
    • /wadmin pw <user> - show warnings for a specific player
      • iWarning.wadmin.pw
    • /wadmin rw <user> - reset warnings for a specific user
      • iWarning.wadmin.rw
    • /wbans - show command list for wbans
      • iWarning.wbans
    • /wbans view - show list of banned users
      • iWarning.wbans.view
    • /wbans remove - remove a user from ban list
      • iWarning.wbans.remove
    • /wbans add - add user to ban list
      • iWarning.wbans.add
    • /reports file <description> - File a report on a specific incident.
      • iWarning.reports.file
    • /reports unread - View unread reports
      • iWarning.reports.viewunread
    • /reports all - View all reports (Read and unread)
      • iWarning.reports.viewall
    • /reports delete <report id> - Delete a report from the database
      • iWarning.reports.delete
    • /reports details <report id> - View full details/description etc of a report
      • iWarning.reports.details
    Download
    v2.2
    Older Versions (open)

    Versions before 2.2 are not available due to web host closing

    Future Updates (open)

    • Changing chat filter to what people wanted

    How To Use Reports (open)

    Say a user name bob is destroying glass blocks on your house. What you type is something along the lines of:
    /reports file The user bob is destroying glass blocks on my house!

    An admin will then be alerted of this insident if he is online. If not, an admin can check when they get online. An admin would type:
    /reports unread

    This would show him the unread reports. He can see the ID of your report, date etc. To view the full details, he would type
    /reports details <report id>

    It would tell him who filed the report, the date of the report creation, and the full description. He can then take further action

    Change Log (open)

    Version 2.2
    • Fixed auto update link for new site
    Version 2.1
    • Fixed reports file bug
    • Fixed delete report bug
    Version 2.0
    • Added bad words filter
      • You can remove/add words to your liking
    • Added reports feature
      • Users file reports
      • Admins can view, and are alerted upon report creation
      • Future updates for this will come!
    Version 1.1
    • Fixed a small bug
    • Removed one unnecessary feature. 1.0 was deleted that feature is no unavailable.
    Version 1.0
    • Initial release.
     
    TheMaa and cronikkk like this.
  2. Offline

    Ax333l

    Download link don't work for me. :(
     
  3. Offline

    Sonorpearl

    On first running this Plugin the Serverlog said this:
    Code:
    2011-08-04 00:46:24 [SEVERE] java.io.FileNotFoundException: plugins/iWarning/badwords.txt (No such file or directory) 2011-08-04 00:46:24 [SEVERE] at java.io.FileInputStream.open(Native Method) 2011-08-04 00:46:24 [SEVERE] at java.io.FileInputStream.<init>(FileInputStream.java:137) 2011-08-04 00:46:24 [SEVERE] at java.io.FileReader.<init>(FileReader.java:72) 2011-08-04 00:46:24 [SEVERE] at net.minedev.cronikkk.iWarning.Methods.WordFilter.fillArray(WordFilter.java:25) 2011-08-04 00:46:24 [SEVERE] at net.minedev.cronikkk.iWarning.iWarning.onEnable(iWarning.java:49) 2011-08-04 00:46:24 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126) 2011-08-04 00:46:24 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878) 2011-08-04 00:46:24 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272) 2011-08-04 00:46:24 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162) 2011-08-04 00:46:24 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146) 2011-08-04 00:46:24 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284) 2011-08-04 00:46:24 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271) 2011-08-04 00:46:24 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)2011-08-04 00:46:24 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335) 2011-08-04 00:46:24 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    On Second run this Error occur:

    Code:
    2011-08-04 00:50:36 [SEVERE] java.net.ConnectException: Connection timed out 2011-08-04 00:50:36 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method) 2011-08-04 00:50:36 [SEVERE] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327) 2011-08-04 00:50:36 [SEVERE] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193) 2011-08-04 00:50:36 [SEVERE] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180) 2011-08-04 00:50:36 [SEVERE] at java.net.Socket.connect(Socket.java:546) 2011-08-04 00:50:36 [SEVERE] at java.net.Socket.connect(Socket.java:495) 2011-08-04 00:50:36 [SEVERE] at sun.net.NetworkClient.doConnect(NetworkClient.java:174) 2011-08-04 00:50:36 [SEVERE] at sun.net.www.http.HttpClient.openServer(HttpClient.java:409) 2011-08-04 00:50:36 [SEVERE] at sun.net.www.http.HttpClient.openServer(HttpClient.java:530) 2011-08-04 00:50:36 [SEVERE] at sun.net.www.http.HttpClient.<init>(HttpClient.java:240) 2011-08-04 00:50:36 [SEVERE] at sun.net.www.http.HttpClient.New(HttpClient.java:321) 2011-08-04 00:50:36 [SEVERE] at sun.net.www.http.HttpClient.New(HttpClient.java:338) 2011-08-04 00:50:36 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:935) 2011-08-04 00:50:36 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:876) 2011-08-04 00:50:36 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:801) 2011-08-04 00:50:36 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139) 2011-08-04 00:50:36 [SEVERE] at java.net.URL.openStream(URL.java:1029) 2011-08-04 00:50:36 [SEVERE] at net.minedev.cronikkk.iWarning.Updater.UpdateHandler.currentVersion(UpdateHandler.java:22) 2011-08-04 00:50:36 [SEVERE] at net.minedev.cronikkk.iWarning.Updater.UpdateHandler.checkForUpdate(UpdateHandler.java:43) 2011-08-04 00:50:36 [SEVERE] at net.minedev.cronikkk.iWarning.iWarning.onEnable(iWarning.java:102) 2011-08-04 00:50:36 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126) 2011-08-04 00:50:36 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878) 2011-08-04 00:50:36 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272) 2011-08-04 00:50:36 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162) 2011-08-04 00:50:36 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146) 2011-08-04 00:50:36 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284) 2011-08-04 00:50:36 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271) 2011-08-04 00:50:36 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148) 2011-08-04 00:50:36 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335) 2011-08-04 00:50:36 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  4. Offline

    Judokajoe

    Same for me.


    EDIT: Still cant download all i get is
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at minedevcronik.com Port 80
     
  5. Offline

    cronikkk

    I'm discontinuing my plugins. If someone would like to take them over I'll give them the source. Good bye bukkit :)
     
  6. Offline

    nekosune

    As the current programmer for Red City minecraft server, may i request the source of iWarning just so I may continue it as it is currently broke.
     
  7. Offline

    efstajas

    Oarr, no! I NEED this plugin. Please at least provide a download link for the latest version.
     
  8. Offline

    Jaker232

    Lol, this is too funny.

    My plugin name is in the description, partly he added two new blocks, which is okay. I'll just give him diamonds.
    [diamond]
     
  9. Offline

    MineDev

    cronikkk asked to leave MineDev. I will try to find the source, but I can't make promises as cronikkk was anal about his source

    EDIT: found it https://github.com/cronikk/iWarning
     
  10. Offline

    cronikkk

    Source was removed. MineDev did not have permission to release this source.
     
  11. Offline

    nekosune

    My apologies, I thought that was an official source release and downloaded it allready, will delete if you wish, however if not I ask if I may privately continue it for RC, will basically be just keeping it working through bukkit updates for that server.
     
  12. Offline

    cronikkk

    You may keep it its fine. FEel free to continue it if you'd like.

    Rofl i was also the plugin developer for red city. If they want i can develop it privatley for them

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

    alta189

    I have complete permission to use it. Do you not remember that you listed MineDev as an author. The license that we put with it also allows it.

    Also you put it on GitHub. An opensource Code SHARING site
     
  14. Offline

    cronikkk

    Don't worry the source was removed and Minedev was removed. So gg.
     
  15. Offline

    alta189

    You released it under minedev, and I thought you were gone.
     
  16. Offline

    cronikkk

    I was replying to nekosune because he coded for the same server I did. You just happened to reply. I'll talk to chrizC and have him delete the post. You can stop harassing me now.

    @Chri
    @EvilSep
    @Plagu
    please delete this topic
    mod edit: no need to tag people, just report the post.

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

    alta189

    Im not harassing you, I was merely pointing out the facts.
     
  18. Offline

    nekosune

    I must say this is rediculous, if a developer wishes to take his code down that is his choice, I admit I asked if I may continue it, but that was a request not a, oh well I have a copy so I can do what i want with it., it is up to the developer who has thier source.
     
  19. Offline

    alta189

    I contributed to that project. I am also was the co head of MineDev. cronikk was fired for constant bad behavior on our skype. Constantly being an jerk to other devs such as myself adamki11s and iphysx. I tried to put an end to it as everyones additude had gone downward, everyone stopped and it was back to normal, but when ever cronikkk was on he constantly made fun of others in the chat and refused to stop

    I would like to also demonstrate the maturity that he has as I just received this.
    http://dl.dropbox.com/u/27798409/Capture.PNG

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

    nekosune

    Well igorning the fact the git checkout only shows a total of one user , his attitude has nothing to do with the fact it is his choice weather to release his code or not, weather it was good or bad.
     
  21. Offline

    alta189

    I contributed before he put it on github, plus his license also allows forks as long as they credit the original author
     
  22. Offline

    nekosune

    Fair enough there, I don't know the basis under which it was made, just people I trust on RC, one of the servers he developed it on said it was his plugin, but Either way I just disliked the thing of, oh he behaved bad so we can do this.
     
  23. Offline

    alta189

    I didn't say that we could do it because he behaved bad, I released what was already available to the community.

    I want to state right now that I hold nothing against cronikkk, he was a great developer and for a while I considered him a great friend, but as a team he was hindering our ability to work together.
     
  24. Offline

    MonsieurApple

    Hey everyone, lets end any talk relating the source code, cronikkk, or stuff like that.

    Sound good? Thanks.
     
    cronikkk likes this.
  25. Offline

    ValBGaming

    So... Uhm... Wait, what's happening to iWarning? I mean I know this one is now "[INACTIVE]" but I really loved this plugin... :( Is anybody continuing it publicly? If not... *sigh*
     
    svecchi likes this.
  26. Offline

    StreetJesus

    Not sure yet, I think Neko is if anyone.
     
  27. Offline

    rcth

    I CAN continuing update this, but I must have the source then...
     
  28. Offline

    cronikkk

    I will be developing for Red-City. SJ, just message me on steam or skype or something ;)

    Source is not going to be released.

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

    TheMaa

    Update this plugin! :D
     

Share This Page