[INACTIVE][SEC] BlockBlocks V12.6_01 - 'I don't want TNT and lava!' etc. [Permissions] [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Liam Allan, Jun 29, 2011.

?

What blocks should I block?

  1. Portal(91)

    72 vote(s)
    78.3%
  2. Sponge

    20 vote(s)
    21.7%
  1. Offline

    nubpro

    Is that real?
    Stop bumping your thread, if you keep doing so, you will receive a infractions.
     
  2. Offline

    Liam Allan

    Yes, I did grief and hack his computer. So I made this for his server :D
    And I won't ever bump my own posts again :D
     
  3. Offline

    ChrizC

    Could you clean up your original post? Maybe put some things in spoiler tags, and clean up the colours. My eyes are pretty sore now. ;)
     
    Torrent likes this.
  4. Offline

    Liam Allan

    I try with the spoiler tags, But It makes multiple for no reason :D
     
  5. Offline

    Torrent

    Glad to see you got permissions working :)
    Hope I made it clear enough :p
     
  6. Offline

    ChrizC

    Then don't use the Rich Text editor - it's awful.
     
  7. Offline

    nubpro

    I told him ><
    Upload the jar files in dropbox so even unregistered player are able to download your plugin.
    :D
     
  8. Offline

    Liam Allan

    How do you do the spoiler tags, There not working for me . . .
     
  9. Offline

    Plague

    changelog has to show two last versions outside of spoiler

    I think you meant "Etc" - Et Cetera, not "Ect"

    And using multiple colors in a text, surely makes it more readable and pleasant ;)
     
  10. Offline

    Liam Allan

    Oh, there you go master! \m/
     
  11. Um. No. Not in the slightest bit. I'd recommend something like the following:- (If you're keeping a list of them in the properties.)
    Code:
            if (((String)properties.get("AllowedMaterials")).contains(block.getTypeId())) {
                player.chat(player.getName() + " kicked for placing " + block.getTypeId()  + ChatColor.GOLD + " [BlockLogger]" );
                player.kickPlayer("You have been kick for placing a blocked block.");
                block.setTypeId(0);
                System.out.println( player.getName() + " has been kicked for trying to place " + block.getTypeId()); }
    
    Edited to remove all the crappy colour tags. Use code tags next time, Liam...

    It makes it more airy fairy and magical, but certainly not more readable.

    Btw. Have you considered maybe doing some Googling? I made an entire plugin in a day from scratch with no prior knowledge because I used my noggin to Google. :p

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

    Liam Allan

    Well since I know C++ really well, I got used to java pretty fast . . .
     
  13. I don't know C++ at all. What're you on about?
     
  14. Offline

    Liam Allan

    I mean I understand how code looks, Because I have done stuff like this before.
     
  15. Offline

    Junrall

    Liam,

    Am I missing something?
    I've placed your plugin into my plugin folder and restarted my server... however, everybody can still use their buckets. I am assuming this plugin blocks the use of buckets only because you have this node:
    bb.blocks.allow.lavabukkit' - Allow users to use lava buckets (Yes, 'bukkit' not 'bucket')


    Here is my server log... it has no errors at all:

    2011-08-02 17:17:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-02 17:17:47 [INFO] [Permissions] (Yeti) was initialized.
    2011-08-02 17:17:47 [INFO] [Permissions] version [3.1.6] (Yeti) loaded
    2011-08-02 17:17:47 [INFO] Preparing level "world"
    2011-08-02 17:17:47 [INFO] Preparing start region for level 0 (Seed: 1876012151054640450)
    2011-08-02 17:17:48 [INFO] Preparing spawn area: 32%
    2011-08-02 17:17:49 [INFO] Preparing spawn area: 85%
    2011-08-02 17:17:49 [INFO] Preparing start region for level 1 (Seed: -1758790397)
    2011-08-02 17:17:50 [INFO] Preparing spawn area: 44%
    2011-08-02 17:17:51 [INFO] [BlockBlock] Found and will use plugin Permissions v3.1.6
    2011-08-02 17:17:51 [INFO] [BlockBlock] BlockBlock version 11 has been enabled!
    2011-08-02 17:17:51 [INFO] HomeX enabled
    2011-08-02 17:17:51 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-02 17:17:51 [INFO] Done (0.449s)! For help, type "help" or "?"
     
  16. Offline

    Liam Allan


    Yeah, I get whats going on. Just add you the nodes that block lava instead so:
    'bb.blocks.allow.lavabukkit' - Allow users to use lava buckets (Yes, 'bukkit' not 'bucket')
    'bb.blocks.allow.lava' - Allow users to place down lava(10)
    'bb.blocks.allow.slava' - Allows users to place down still lava

    Sorry about this, Hope this helped.
     
  17. The .fas node don't work.
     
  18. Offline

    Liam Allan

    Allow fire aswell :p
     
    manniL likes this.
  19. Now it works ;)

    Would be nice, if you could put this in one node.
     
  20. Offline

    Liam Allan

    Yeah sorry. I've been working on a C++ Program lately for my server software :D So, I do it now! :D

    I have updated it just for you! Go download it :D

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

    woodzy

    is there going to be a config file for this were i can add more items? and hows the multi world support?
     
  22. Offline

    Liam Allan

    No. There will not be a config file because I don't know how to do that. But if there's items you want me to add. let me know :D + Look in my signature for your chance to win a free server :D
     
    flevas likes this.
  23. i like this plugin.i will download it for my server
     
    Liam Allan likes this.
  24. Offline

    justin056

    Maybe I'm wrong but doesn't bukkit 1043 not exist yet?
     
  25. Offline

    Liam Allan

    Its the dev build :D
     
  26. Offline

    justin056

    Ah, I see. Thanks for correcting me
     
    Liam Allan likes this.
  27. Offline

    Liam Allan

    It's fine. I was like that at one point :D
     
  28. Offline

    gofoufi

    hey liam its gofoufi! i really like your plugin :)
     
  29. Offline

    Liam Allan

    Thanks dude, If you have any thing you want added, let me know :D
     
  30. Offline

    Grrrr159

    How about adding Minecarts to the list?
     

Share This Page