Inactive [ABANDONED][SORRY FOR EVERYTHING!]

Discussion in 'Inactive/Unsupported Plugins' started by kaZep, Jun 18, 2012.

  1. Offline

    kaZep

    ABANDONED!


    FUCK ALL PEOPLE WHO COPIED THIS!
     
    Quackster likes this.
  2. Offline

    Quackster

    Code:
    public boolean onCommand(CommandSender sender, Command cmd, String commandLabel, String[] agrs) {
        Player player = (Player)sender;
    }
    
    Is bad practise. Because it could be executed from the console and casting the sender to Player would be invalid. It should be

    Code:
    	public static boolean onCommand(CommandSender sender, Command cmd, String label, String[] args)
    	{
    		if (sender instanceof Player)
    		{
    			Player player = (Player)sender;
    			//CODE HERE
    		}
    	}
    
    Apart from that, nice and simple!
     
    kaZep likes this.
  3. Offline

    kaZep

    Ok, sorry, that was my first plugin =D
     
    Quackster likes this.
  4. Offline

    Quackster

    No worries. I'm here to help. :)
     
    kaZep likes this.
  5. Offline

    md_5

    Changelog and direct link please.
     
  6. Offline

    kaZep

    md_5 change log added + link. Is the plugin accepted?
     
  7. Offline

    md_5

    Approved.
     
    kaZep likes this.
  8. Offline

    kaZep

    Updated to v0.2!

    Planned for next update:
    - You can edit 3 lines with your own messages!
    - Creating config file!
     
  9. Offline

    Lolmewn

    So, does this just send 120 empty lines to the client or something?
     
  10. Offline

    kaZep

    No, let me give you an example:

    -You're staying like a boss on your server for bosses. And an idiot starts to make Adverts! You fastly write /cc and *POOF* all the chat dissapeard!
     
  11. Offline

    Eestlane771

    And how exactly does it clear the chat? You know, Java can't handle fairy magic.
     
  12. Offline

    kaZep

    The plugin clears the chat, by replacing 120 Empty lines, it doesn't making lag, or something like that. Use it with trustly!
     
  13. Offline

    Eestlane771

    If you wanted to make it force clients to replace 120 lines with nothing, you would need Spout.
     
  14. Offline

    kaZep

    Updated to v0.3!

    Planned for future:
    - Adding 5 lines. [Only Full Version!]
    - Editing all the lines + 'The chat has been cleared by' [Only Full Version!]
    - Colors support! [Only Full Version!]
     
  15. Offline

    WingzzzASAURUS

    Not necessarily, just need to send 120 blank server, broadcasted lines, this shows to all instead of just command sender.
     
  16. Offline

    _Wesley

    I should have permission to clear the chat, but the plugin says that i am not allowed to.
    I'm using bPermissions.
    Can you make this awesome plugin compactible with bPermissions, or add a OP-check? (If the player is OP he shouldnt need to have the permission node)
     
  17. Offline

    riyyi

    I'm having this issue as well, I use PermissionsBukkit 1.6, I am OP, and have permissions.*: true.
     
  18. Offline

    kaZep

    _Wesley + riyyi sure guys. Thanks for reporting problem :]

    Updated to version 0.4!

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

    iSeven77

    is there a plugin that replaces the words ? like someone types fuck and get replaced with [CENSORED] . Thanks for u r help :)
     
  20. Offline

    kaZep

    iSeven77 i will make a plugin like that, but i don't have a name for it, i'm thinking for his name.. :D do you have any ideas?
     
  21. Offline

    iSeven77

    Maybe SOPA ? XD lol
     
  22. Offline

    kaZep

    iSeven77 ... idk, i'l trying to find a cool name =3
     
  23. Offline

    iSeven77

    well think about adding words cause u know that if they can say fuck they will try fuk fak etc etc ... :p and i ll be waiting for it XD
    THANKS !
     
  24. Offline

    niklon

    everything cool, but there is one problem for me, for the following config:
    Code:
    #Buy full version to get more lines for editing!
    #Clear the chat with console with full version!
    #Choose any color which you want with full version!
    line1: www.grabcraft.com
    
    It will give the following on chat:
    Code:
    www.grabcraft.com
     
    Here is line 2#!
    Here is line 3#!
     
    Here is line 4#!
     
  25. Offline

    kaZep

    niklon You need to put something in all the lines... Like:

    Code:
    #Buy full version to get more lines for editing!
    #Clear the chat with console with full version!
    #Choose any color which you want with full version!
    line1: asd
    line2: however
    line3: boobs
    line4: Lol!
     
  26. Offline

    Milkywayz

    To be honest, as a server owner... requiring java 7 for a plugin is a bit excessive especially when the plugin uses nothing that java 6 or lower doesn't have. Mac OSX does not have official java 7 support yet so basically you cut your user base. Just saying :p
     
  27. Offline

    kaZep

    Milkywayz ok, i understood what did you want to say. I'll compile it for SE 6 + 7 :D Thx.
     
  28. Offline

    PCwiz192

    my HungerGames server uses this plugin my ip: MEGA-CRAFT.no-ip.org
    ( U.K )
     
  29. Offline

    linkinpark

    If im correct i belive plugins cant be charged for? correct me if im wrong
     
  30. Offline

    Bungeetaco

    Simply useful when you have annoying spammers that antibot doesn't catch =)...Thanks!
     

Share This Page