[MECH] CraftBook - Redstone bridges, gates, minecarts, ICs, more [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by sk89q, Feb 27, 2011.

  1. Offline

    sk89q

    CraftBook adds a number of original gameplay elements to Minecraft from switchable bridges to elevators to gates (including flood gates)! It also has redstone support, allowing you to wire up pumpkins and use integrated circuits!

    Some cool stuff people made last year:




    Features:
    • Mechanisms
      • Bridges
      • Doors *not yet ported*
      • Gates
      • Elevators
      • Cauldrons
      • Light switches
      • Readable bookshelves
      • Toggle areas (advanced toggle doors and bridges)
      • Hidden switches
      • Custom block drops
      • Apple tree drops
      • Bookshelf drops
      • MORE!
    • Redstone
      • Integrated circuits
      • Programmable logic chips
      • Redstone pumpkins
      • Redstone netherstone
      • Ammeter
      • MORE!
    • Minecart features
      • Booster blocks
      • Brake blocks
      • Reverse blocks
      • Ejector blocks
      • Chest-storage minecart transfer blocks
      • Station blocks
      • Sort blocks
      • Message announcer block
      • Minecart dispensers
      • Change minecart behavior
      • MORE!
    Download

    CraftBook is being developed again, although by someone else. Get the latest downloads here: http://dev.bukkit.org/server-mods/craftbook/

    [​IMG] (CraftBook is open source!)
     
    kazeen, dragon8510, Jaein and 45 others like this.
  2. Offline

    swedish2011

    I have

    WorldEdit 4.3

    WorldEdit 5.0-alpha8

    #CB617

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

    fullwall

    Get the latest worldedit I guess. Permissions error to me suggests a problem with your version of worldedit.
     
  4. Offline

    swedish2011

    I have the new
     
  5. Offline

    timmaeh

    same here.

    Edit: Got it, read the last page ;).
     
  6. Offline

    Mr_Mellow

    What are the permission nodes for this? none of my users can use them.
     
  7. Offline

    fullwall

    craftbook.ics.safe.x, craftbook.ics.restricted.x, craftbook.mechanismname.use iirc.
     
  8. Offline

    swedish2011

    craftbook.ics.safe.x
    craftbook.ics.restricted.x
    craftbook.mechanismname.use

    ?
     
  9. Offline

    fullwall

    Permissions for craftbook. For ICs, x is the IC ID. Obviously, mechanismname is something like 'bookcase'.
     
  10. Offline

    swedish2011

    where is the Permissions list
     
  11. Offline

    fullwall

    Not there yet, which is why some people asked, and why I answered :). You can find an IC ID list on the craftbook wiki though, and some mechanism names (though some may be unimplemented).
     
  12. Offline

    swedish2011

    http://craftbook.sk89q.com/wiki/Main_Page Permissions
     
  13. Offline

    Ditto8353

  14. Offline

    swedish2011

    ?
     
  15. Offline

    DurtyFree

    Same here :s How can i fix it ?
    I have this as permissions for "Default":

    //Edit
    Houps... Fixxed it ^^ Read the last page, default must have the permissions " 'craftbook.mech.*'", but how can i disallow normal player to use MC1200: CreatureSpawner,MC1201: ItemDispenser
     
  16. Offline

    swedish2011

    bug fix ? help
     
  17. Offline

    BLackOxygen

    So, I have a bug with the Redstone plugin.
    If I activate this, then we have no animals on the World.

    I use CB621 and i have all needed plugins installed, they work fine only this small inssue.
     
  18. Offline

    maxsteele

    But seriously, we need to have an official list of permission nodes. I don't want to give my players access to everything Craftbook has to offer, but I have no idea what all of the permission nodes are or their function.
    Is there a full list of permission nodes with a description of what each permission node handles?
     
  19. Offline

    Jonathan Bloom

    I had the issue too with permissions. I couldn't figure out how to stop it when people built.
     
  20. Offline

    SeeD419

    I had to remove this because of a serious permissions bug.

    In other news, Falsebook sure works great.
     
  21. Offline

    Sooks

    False book is shit coding that is from Hm0d don't post anything about it here thanks.
     
  22. Offline

    SeeD419

    Well, lol...it doesn't spam "You're not allowed to use that" to every user that isn't an OP.
     
  23. i'm using CB#617 and CraftBook 3,0-alpha 2 and....

    Code:
    17:48:55 [GRAVE] com/sk89q/bukkit/migration/PermissionsResolverManager loading C
    raftBookCommon v3.0-alpha2 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/sk89q/bukkit/migration/PermissionsResolverMa
    nager
            at com.sk89q.craftbook.bukkit.BaseBukkitPlugin.onEnable(BaseBukkitPlugin
    .java:72)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:514)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:216)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.bukkit.migration.Permissi
    onsResolverManager
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 11 more
     
  24. Offline

    swedish2011

  25. Offline

    seriosbrad

    I don't want to give users permissions for any of the IC's. Just basics like gates, bridges, elevators and such.

    More info on permissions would be appreciated
     
  26. Offline

    Mountaineer

    Agreed on the point that more info on permissions would be helpful.

    If you don't want anyone using any ICs, just leave out the craftbook.ic.* permission node. If you don't have craftbook.ic.safe or craftbook.ic.restricted, they shouldn't be able to use any ICs.

    Forget that, it's outdated.
     
  27. Offline

    Riley Sykes

    SAME!
     
  28. Offline

    Beans

    does craftbook need world edit to work?
     
  29. Offline

    Stmeter

    Yes, as stated in the OP.


     
  30. Offline

    Sphax

    The Gates don't work for me. I have the last craftbukkit, worldedit and no permissions mods.

    Also, what does it do without permissions plugin ?
     
  31. Offline

    Pikacz

    I am trying to make a bridge, and i have a problem. When i try to place signs on bridge, it works. But when they're under it, it isn't :(.
    [Bridge] Sign required on the other side(or it was too far away). It's three blocks next to it >_<. Any help :(?
     

Share This Page