[INACTIVE][MECH] Creativ v1.5a - [Unlimited Blocks, Quick Destroy, Unlimited Health] [185]

Discussion in 'Inactive/Unsupported Plugins' started by Snowl, Jan 23, 2011.

  1. Offline

    Snowl

    try removing the disableall from disablecommands
     
  2. Offline

    GmK

    For me unlimited stacks work, but it doesnt enable on startup as well when using enabled=all or enabled=true
     
  3. Offline

    david12325

    i love creativ but i'm having trouble destroying bedrock. i put some bedrock in the wrong place while making a jail and i can't seem to remove it, and i downloaded just the normal creativ.zip not creativbedrock.zip
     
  4. Offline

    Tom4strike

    Hello, it does not work for me :(
    when i write ingame /creativ comes the menu but nothing works... only godmode...

    i write in the creativ.txt file enabled=all

    works this only on 185 ? i use the newest ... thx for anwser
     
  5. Offline

    Grimfear

    All i want is the destroy command so how would I set that up? I tried doing /creativ destroy in game and that does work except no matter what no drop turns on which I do not want. I tried your example of everything but no drop and that didn't work either.
     
  6. Offline

    Legoboy1134

    Im not getting a .jar file when I download. I get source code.
     
  7. Offline

    GagaPete

    Is there multiworld support? So when a user enters a world, he will be in creative mode. I want to create a test world where my users can test their circuts and buildings. (As soon as they leave, the world will be restored.)
     
  8. Offline

    Asymptote

    go into the settings of your decompressor and set it to only decompress once. Most will by default unzip the zip and then the jar.

    I'm also having issue destroying bedrock. I've tried both versions, everything else works fine.
     
  9. Offline

    PatPeter

    I installed this to destroy bedrock I placed in my friend's house as a joke, now I can't remove it.
     
  10. Offline

    Legoboy1134

    Thanks, I'm on a Mac so I will look into Archive Utility's settings. I know this happened with other plugins too.
     
  11. Offline

    GmK

    I love this, but we cant use it anymore, as it is lacking two core features:

    1) Permissions support
    2) The way it removes/destroys blocks isnt logged by either LogBlock, BigBrother or iWatch, and that kills this plugin, especially if you cant set permission nodes.
     
  12. Offline

    Cryoffun

    I agree with GmK, this plugin needs updates!
    Also, when destroying steps(half blocks) the plugin prints out an error in the console and stops giving inf blocks.
    (craftbukkit Build 348)
    weird thing is, it displays in the console, but it doesnt show up in the log file!
     
  13. Please add a mode that will use all blocks, but when the number of it is 1 it won't.
    So let's give an example: I have 5 wood. I build 10 blocks and have still 1 wood. When I build 3 blocks I had 2 wood.
    Understand? :p
     
  14. Offline

    Mickey

    @david Diaz

    I love the work youve done here, its a great plugin for my server.
    I have a small request though, hoping you can help me out here.
    When im installing the plugin on my server, it appers to work as intended.
    But when im trying to start the server up with enabled=all in prop file, nothing happends.
    I still have to activate the plugin through /creativ on.
    And set the settings as i want ingame.

    Hope you can help me.
    Keep up the good work.
    -Mickey
     
  15. Offline

    obvioushail

    When i run my server this coding shows up on the prompt. The plugin works great its just really annoying seeing this everytime i start up the server is there anyway to fix this?

    [WARNING] Using the stupidly long constructor com.Snowl.bukk
    it.creativ.Creativ(PluginLoader, Server, PluginDescriptionFile, File, File, Clas
    sLoader) is no longer recommended. Go nag the plugin author of Creativ to remove
    it! (Nothing is broken, we just like to keep code clean.)
    2011-02-21 00:55:59 [INFO] Creativ version 1.5 is enabled!
     
  16. Offline

    Eastbayguitar13

    I'm also getting this:p
     
  17. Offline

    add1ct3dd

    this needs multiworld support!
    i'd love a creative map on my world, but need to disable the plugin for the other worlds!
     
  18. Offline

    need4speed402

    um is very glichy on the newest version of the server please fix.

    -thanks
     
  19. Offline

    xXRustyXx

    you should of seen my face when i saw this worked
     
  20. Offline

    need4speed402

    this dosent work anymore i have craftbukkit server build 550 and nothing works
     
  21. Offline

    SpecialMike

    Creativ doesn't work with the newest version of Craftbukkit (build 468). I get the error
    Code:
    00:52:29 [SEVERE] Could not load plugins/Creativ.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.Snowl.bukkit.creativ.Creativ.<init>()
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
            ... 8 more
    
    The new version seems to have broken a few other plugins as well. :\
     
  22. Works with Craftbukkit #440.

    Take that back it does not work now for some reason -.-'

    Code:
    2011-02-26 11:41:16 [SEVERE] Could not pass event BLOCK_PLACED to Creativ
    java.lang.NullPointerException
        at org.bukkit.craftbukkit.inventory.CraftItemStack.getMaxStackSize(CraftItemStack.java:124)
        at org.bukkit.craftbukkit.inventory.CraftInventory.firstPartial(CraftInventory.java:185)
        at org.bukkit.craftbukkit.inventory.CraftInventory.addItem(CraftInventory.java:205)
        at com.Snowl.bukkit.creativ.CreativBlockListener.onBlockPlace(CreativBlockListener.java:190)
        at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:237)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.ItemBlock.a(ItemBlock.java:107)
        at net.minecraft.server.ItemStack.a(ItemStack.java:56)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:161)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:502)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  23. Offline

    BartDommisse

    i'd love to see this plugin working again
    ^^
     
  24. Offline

    trivials

    me too.

    We want an update :)
     
  25. Offline

    cuzzaa

    permissions pleasee
     
  26. Offline

    Cvisser

    YEs!! PERMISSIONS Pl0x
     
  27. Offline

    Calmiche

    Hmm.. Doesn't work at all for the newest release of Bucket. (#493)

    I had it working up until now, even though it's been throwing the "Stupidly long construct" error at server load. The only other problem I had was placing a block on snow removes a block from inventory, even when the infinite block placement is enabled.

    Code:
    15:36:26 [INFO] Starting minecraft server version Beta 1.3
    15:36:26 [INFO] Loading properties
    15:36:26 [INFO] Starting Minecraft server on *:25565
    15:36:26 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-
    g8b5496e-b493jnks (MC: 1.3)
    15:36:26 [INFO] Preparing level "********"
    15:36:26 [INFO] Preparing start region
    15:36:27 [SEVERE] Could not load plugins\Creativ.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:80)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:129)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.Snowl.bukkit.creativ.Creativ.<in
    it>()
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:75)
            ... 8 more
     
  28. Offline

    Sithium

    I love this plugin!, any update for this ? Its no longer working with 493 :( please fix
    Thanks,
    Sithium
     
  29. Offline

    hankkk

     
  30. Offline

    Lee Hayward

    Does this have support for BigBrother yet?
    Also, let's say I'm planning on just giving my players unlimited blocks, but I'd like them to be able to break blocks as normal, not instantly and at the same time, remove TNT from the list ;) ... What would I need to set for this?
     

Share This Page