Inactive [WGEN/MECH] bSpace v2.2 - Go to space. Now under BananaCode [1.0.1-R6]

Discussion in 'Inactive/Unsupported Plugins' started by iffa, Aug 20, 2011.

     
  1. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    bSpace
    [IMG]
    NOTICE
    This plugin is currently inactive. It will eventually become active again

    bSpace on BukkitDev
    What is bSpace, what can it be used for?
    bSpace is a plugin that allows generation of worlds that are "space", empty. Say you want to make a space station and some planets, you can do so with bSpace. We offer you space to build in, you make space really look like space. Freebuild servers can use bSpace to give their players a world they can freely wander around and build amazing space related builds. Survival servers can use bSpace to give players a new world to explore. You won't survive in space for long without a helmet though!


    [IMG]
    [IMG]
    [IMG]

    Download bSpace
    Download developer builds (not recommended, but feel free to use!)
    [IMG]
    Before asking questions, please read the wiki here!
    (includes installation instructions and more!)


    This post has been edited 24 times. It was last edited by iffa Jun 26, 2012.
    codename_B likes this.
  2.  
  3. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What problem?
  4. Offline

    WengaHD

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Im stuck at configuration, many people seem to be as well and the wiki is not much help. Ive removed what I thought was the comments and nothing seems to work. can you please show how I can do this. Ive been attempting to find out how to fix it but cannot find anything that helps.
  5. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hum? Show your config file(s) and BananaSpace ver
  6. Offline

    WengaHD

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    BananaSpace-1.4, and # BananaSpace v1.4 - Main Configuration File
    # ----------------------------------------
    # This configuration has a pretty
    # huge amount of documentation, but
    # if you still have questions, please
    # ask on BukkitDev! Thanks.
    # Debugging mode
    debug: false
    # Global settings
    global:
    # Spacesuit armortype
    armortype: iron
    # Spacehelmet block id
    blockid: 86
    # Other global settings
    givehelmet: false
    givesuit: false
    usespout: true
    # Economy settings
    economy:
    # True if economy should be enabled
    enabled: false
    entercommandcost: 20
    exitcommandcost: 20
    entercost: 20
    exitcost: 20
    # Space worlds
    worlds:
    # world_space:
    # # World generation options
    # generation:
    # generateplanets: true
    # generateasteroids: true
    # generatesatellites: true
    # # From 1-200. These can be turned off with the generateasteroids-setting.
    # glowstonechance: 1
    # stonechance: 3
    # # From 1-1337. This can be turned off with the generatesatellites-setting.
    # satellitechance: 1
    # # Spacesuit options
    # suit:
    # required: false
    # # Spacehelmet options
    # helmet:
    # required: false
    # # Breathing area options
    # breathingarea:
    # maxroomheight: 5
    # # Miscellaneous options
    # weather: false
    # nethermode: false
    # alwaysnight: true
    # neutralmobs: true
    # hostilemobs: false
  7. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You haven't uncommented anything! :D
  8. Offline

    WengaHD

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I did say that I wasn't sure how to do it. So what do I remove?
  9. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    # BananaSpace v1.4_1 - Main Configuration File 
    # ----------------------------------------
    #     This configuration has a pretty      
    #    huge amount of documentation, but     
    #   if you still have questions, please    
    #        ask on BukkitDev! Thanks.
    # Debugging mode
    debug: false
    # Global settings
    global:
        # Spacesuit armortype
        armortype: iron
        # Spacehelmet block id
        blockid: 86
        # Other global settings
        givehelmet: false
        givesuit: false
        usespout: true
    # Economy settings
    economy:
      # True if economy should be enabled
      enabled: false
      entercommandcost: 20
      exitcommandcost: 20
      entercost: 20
      exitcost: 20
    # Space worlds
    worlds:
    # Example world
    # To use this space world please remove the comments. (if you know how)
        world_space:
            # World generation options
            generation:
                generateplanets: true
                generateasteroids: true
                generatesatellites: true
                # From 1-200. These can be turned off with the generateasteroids-setting.
                glowstonechance: 1
                stonechance: 3
                # From 1-1337. This can be turned off with the generatesatellites-setting.
                satellitechance: 1
            # Spacesuit options
            suit:
                required: false
            # Spacehelmet options
            helmet:
                required: false
            # Breathing area options
            breathingarea:
                maxroomheight: 5
            # Miscellaneous options
            weather: false
            nethermode: false
            alwaysnight: true
            neutralmobs: true
            hostilemobs: false
    
  10. Offline

    WengaHD

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    that doesn't help at all.. you're just linking the unedited config
  11. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It does help. Need a pair of glasses?
  12. Offline

    WengaHD

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    *sigh*, how so? and no I dont
  13. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Compare yourself.
  14. Offline

    McEvan

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The problem with the helmet & suit . If you have the helmet enabled & suit you still take damage. If you just have the Suit enabled you dont. Also When I created the map it would generate new planets till someone else got into the world then it would generate normal land.
  15. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How exactly can another player affect world generation? tatwftf
  16. Offline

    McEvan

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I have no idea. Thats just what has happened...as far as I know.
  17. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  18. Offline

    Altobot

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How to generate the worlds?
    It always says that no worlds are in the config file, but I got 2 in it!
  19. Offline

    Imm0rt41

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    heres my problem with it. people don't gain the space suit until they LEAVE the world. this is a problem because i dont want people exploiting this glitch. theres no steps that i take to do this, its just that people gain the suit if they go to space, and leave it, and then they get it in that world and not space. it happens from space to any world i have.
  20. Offline

    Legomaster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am having problems when making a new space world with multiverse 2. when I put in /mv create space normal -g BananaSpace i get this error:
    2011-11-11 06:45:46 [INFO] [BananaSpace] Plugin 'BananaSpace' starting to create spaceworld 'space'
    2011-11-11 06:45:46 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mvcreate' in plugin Multiverse-Core v2.1-b326
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    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:92)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
    at me.iffa.bananaspace.api.SpaceWorldHandler.createSpaceWorld(SpaceWorldHandler.java:154)
    at me.iffa.bananaspace.BananaSpace.getDefaultWorldGenerator(BananaSpace.java:189)
    at org.bukkit.WorldCreator.getGeneratorForName(WorldCreator.java:240)
    at org.bukkit.WorldCreator.generator(WorldCreator.java:158)
    at com.onarandombox.MultiverseCore.utils.WorldManager.addWorld(WorldManager.java:66)
    at com.onarandombox.MultiverseCore.commands.CreateCommand.runCommand(CreateCommand.java:65)
    at com.pneumaticraft.commandhandler.CommandHandler.checkAndRunCommand(CommandHandler.java:245)
    at com.pneumaticraft.commandhandler.CommandHandler.processFoundCommands(CommandHandler.java:115)
    at com.pneumaticraft.commandhandler.CommandHandler.locateAndRunCommand(CommandHandler.java:70)
    at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:406)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 13 more
    my plugins are bananaspace worldedit spout multiverse and spoutblocks
  21. Offline

    karaktar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hi i get a huge cpu spike and then disconnection when entering the world no error log at all
  22. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    [IMG]

    Instead of posting a book that has in total 16 "SPACE WORLD"s, you could've posted a proper help request.
  23. Offline

    Maxxgold

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok, I'm game.

    I use My Worlds as a world generator. What would be the command I need to put in to create a space world like the one advertised. I'm currently trying

    /world create world_space :BananaSpace empty

    /world create world_space :BananaSpace: 12 space

    and a few others but I can't get it to make a space world. I have edited the empty I.D to my liking but no matter what I do I can't get a space world. I get plenty of worlds just not a space world. My server Donates to all Plugins that we use on our server so If I can get this up and running we will donate to you.
  24. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    /world create [worldname]:[generator]:[arguments]
    So, /world create world_space:bSpace/BananaSpace:empty should do the trick. I'm however not familiar with MyWorlds.

    NOTE: bSpace or BananaSpace because older versions are BananaSpace and v2 builds (new ones) are bSpace

    This post has been edited 1 time. It was last edited by iffa Nov 24, 2011.
  25. Offline

    Maxxgold

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    That created a big water world. I should say we are not using spout at the moment because we are using the newest craftbukkit on our server 1493. Do I need spout on the server for effects ? If not then what is the multiverse command and I'll just use that.
  26. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Having Spout (& Spoutcraft) just adds visual changes.

    /mv create world_space normal -g bSpace:empty
    should work fine.
  27. Offline

    Maxxgold

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok I did get My Worlds to work. This is what you need to do if you use MyWorlds

    /world create world_space:bspace:empty

    That will create a space world using the IDS.yml file located in your bspace plugin folder the paramater is empty and you will see the empty config located in the IDS.yml file. Before issuing the command go into the IDS.yml file and edit planets and satellites and asteroids to TRUE. If you don't have something to travel in when you warp to the world you will just fall and fall and fall. You will need something to fly so you don't keep falling. I use Magic Spells Carpet to travel around. I'm new to this so I'm sure there are better ways to travel around, I just don't know them yet. I'm using Version 2 so I can't help with any other version
  28. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Glad you got it working ;)
  29. Offline

    MagikarpLOL123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I installed the plugin and configured everything yet when I go to my world its just a normal world. I deleted the old world file and everything yet still no space. Help!
  30. Offline

    Maxxgold

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You need to specify which version you are using and which world generator you are using.
  31. Offline

    MagikarpLOL123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The current version and im using bannana space
  32. Offline

    Nerdyman

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey,
    always the command space lists all commands...
    for example:
    /space list

    lists the commands
    what's my problem?!

Share This Page