Inactive [ADMN] FreezePlugin v1.2 - Freeze bad players [1337]

Discussion in 'Inactive/Unsupported Plugins' started by beatcomet, Jul 11, 2011.

  1. Offline

    beatcomet

    FreezePlugin - Freeze Bad Players
    Version 1.3 [Download]​
    Version 1.2 [Download]
    Version 1.1 [Download] [Source]
    Version 1.0 [Download] [Source]
    Descroption:

    A simple pluging used to freeze bad players.​
    Features:
    • Light-weight and easy to use (1 simple command)
    • Freeze / unfreeze players easily
    • added rules support
    Commands:

    - /freeze <target> <time> - freeze a player for a certain amount of time
    - /Freeze <target> - Freezes a Player
    - /f <target> - Freezes a Player
    - /status - Check the status of every online player
    - /check <target> - Check the status of a single player
    - /acknowlage - used by a player to unfreeze himself, after reading the rules

    Not case sensitive, more commands config soon!

    Change log:

    Version 1.1
    • Added status commands
    Version 1.0

    • First release
    To do list (open)



    * Add a command which will show the players status (freezed/not freezed)
    Progress : Done

    * Add a command that shows the list of players online and thier status
    Progress : Done

    Suggestions (open)

    * Make an ice block cage aroung the freezed player (thank you jamescosten)
    You tell me!
     
  2. Offline

    jamescosten

    So this freezes them how?, at the co-ordinates they are standing? or into an Ice Block?
     
  3. Offline

    superbomb17

    im questioning same thing, also if you want to review meh plugin its in the sig :D
     
  4. Offline

    jamescosten

    Funninly
    Funnily enough i was just looking at that :) Will take a look later :)
     
    superbomb17 likes this.
  5. Offline

    beatcomet

    It makes then unable to move...
    maybe I will try to make an ice block cage as well

    thanks for the suggestion :)
     
  6. Offline

    superbomb17

    thanks!
     
  7. Offline

    beatcomet

    Version 1.1 is up!
    Chenges :
    • Added 2 status commands
     
  8. Offline

    flaaghara

    Great plugin that I've been looking for, but I get this error whenever I try to Freeze someone:
    Code:
    14:58:46 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'free
    ze' in plugin Freeze plugin v1.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    20)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:713)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
            at me.beatcomet.Freeze.Frz.onCommand(Frz.java:138)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    Here are my plugins:
    Show Spoiler
    BigBrother : 1.9.1-SNAPSHOT
    ChairCraft : 1.2.4
    CraftBookCommon : 46-a9b78b6
    CraftBookCircuits : 46-a9b78b6
    CraftBookMechanisms : 46-a9b78b6
    CraftBookVehicles : 46-a9b78b6
    CustomCrafting : 0.6
    Essentials : 2.4.1
    EssentialsChat : 2.4.1
    EssentialsGeoIP : 2.4.1
    EssentialsSpawn : 2.4.1
    Freeze plugin : 1.1
    LWC : 3.11
    MCDocs : 10
    mcMMO : 1.0.32
    NoFarm : 0.1
    NSCommand : 0.2
    Permissions : 3.1.6
    RawcriticsOreObfuscationPlugin: 1.3.1.1
    Reporter : 1.1
    SimpleSave : 3.1
    VanishNoPickup : 1.9.9
    WorldEdit : 4.6
    WorldGuard : 5.2.2
    NoCheat : 1.09c

    Running CB Build#1000.
    A couple of requests:
    1. Can you make this plugin not have the version number in the plugin file as the .jar name?
    2. Can you make this plugin only generate 1 folder? I have 2 named Freeze and Freeze plugin.
    3. Can you change /status and /check to /freezestatus or /fstatus and /freezecheck or /fcheck because it conflicts with other plugins.
    I would love to see this plugin work!
     
  9. Offline

    beatcomet

    I'm loaded with homework right now, so I guess you will have to wait for a while (sorry but I won't get into a good university if I get bad grades), I'll release an update as soon as possible (again, I am sorry I can't help you at the moment)
     
  10. Offline

    YellowFellow

    If this isnt much to ask,why do i get this error:

    Freeze plugin Version 1.1 ENABLED!
    [Freeze] Error when creating config file
    [Freeze] Error when creating config file
     
  11. Offline

    Forecaster

    The plugin produces an internal error when improper capitalization of names is used.

    For example typing my name as Forecaster in one of the commands work perfectly while typing it as forecaster produces the internal error in-game and has the console give the following command exception:
    Error (open)
    09:42:22 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'check' in plugin Freeze plugin v1.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:435)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at me.beatcomet.Freeze.Frz.onCommand(Frz.java:173)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 13 more
     
  12. Offline

    Toshiro_Max

    can you make it so i dont have to type /f (the name of the person i will freeze) but so i just can type /f ( two or three letters in the persons name). Sorry for bad english
     
  13. Offline

    MysticUser

    Hello there! It is a genial plugin but:
    I am getting this error (on CBversion #1000):

    Code:
    14:47:03 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'f' i
    n plugin Freeze plugin v1.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    20)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:713)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
            at me.beatcomet.Freeze.Frz.onCommand(Frz.java:138)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
     
  14. Offline

    mattdh

    What about /freezeall
    Then I will find this plugin very good.
     
  15. Offline

    dandaman1001

    Permissions?
     
  16. Offline

    biblelucas

    how about updating this anytime?
     
  17. Offline

    beatcomet

    I really don't have time for this, I think i'm going to quit programming for a while.
    I will find someone to continue tought, stay tuned.

    Edit : I got some time now, so I will update it and add the freeze all command as well.

    @biblelucas

    http://dl.dropbox.com/u/31756725/freeze.jar

    try this one, it has only freeze and status command but works fine.
    you can also set the time for the freezed player (seconds)
    using the command :

    /freeze [player] [time]
    /f [player] [time]

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

    biblelucas

    does this have freeze all or just additional of your plug in?
     
  19. Offline

    beatcomet

    It's an updated version to the latest RB, I'm adding the freeze all function now.
    It will take about 10 minuts

    Edit :

    http://dl.dropbox.com/u/31756725/freeze u1.jar

    done it in record time of 1 minute 37 seconds (used stop watch)
    Use /freezeall to freeze every player online
    and /unfreezeall to disable the freeze
     
  20. Offline

    biblelucas

    Just for info, you should change the bukkit build version and the version of the freeze plug-in to 2.2 because you have soo much updates :D nice work. If i have any good ideas, i will post them up.

    i think your freeze plugin does not work. The old one still works better. When i try your new one, it says invalid freeze

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

    beatcomet

    lol, that's odd.
    What do you mean not working well?
    I forgot to say that ops cannot be freezed.
    As far as I can see, it works well. The freeze commands and every thing.
    As for the invalid freeze, I double checked the code and there is nothing like that inside, a screenshot would be nice
     
  22. Offline

    biblelucas

    :D its funny how your old freeze works and not the lates. I will post up the screenshot maybe tomarrow. It just says invalid (as i remember) command (Or) freeze. I will try it again. I currently have like 8 plugins. Probley thats why.
     
  23. Offline

    beatcomet

    ok, I'm waiting to your reply :)
     
  24. Offline

    biblelucas

  25. Offline

    beatcomet

    It's ment to work this way, since you are and op you cannot be freezed.
    Using /freeze or /f with no arguments won't work, try using this command on another player which isn't op.
    You can also set the amount of time you want the player to be freezed,
    ex. : /freeze beatcomet 50
    will freeze beatcomet for 50 seconds.
     
  26. Offline

    biblelucas

    i will try that
     
  27. Offline

    md_5

    @beatcomet
    Tag me or this becomes inactive.
    Latest rb please.
     
  28. Offline

    beatcomet

    I will edit the title right away.

    Edit : done :) added the download link as well, changelog will be updated as soon as I get home
     
  29. Offline

    md_5

    NoT picking on you at all. Some guy reported a bunch of old plugins and yours was one.
     
  30. Offline

    beatcomet

    It's ok, you are doing your job :)
     

Share This Page