Inactive [GEN/TP] MultiHome v0.4.1 - A home per world [1060]

Discussion in 'Inactive/Unsupported Plugins' started by oliverw92, Apr 21, 2011.

  1. Offline

    oliverw92

    MultiHome - Never move home again!
    [​IMG] Download v0.4.1 [1060]

    [​IMG]

    Have you ever been in the nether world and wished you could have a home in there as well in your main world? MultiHome gives you the ability to have a unique home per world.

    Features
    • One home per world per person
    • Usage is the same as most other home plugins: /home set | /home
    • Whatever world you are in when you type /home, you will be taken to
    • Uses Bukkit Persistence (MySQL/SQLite - your choice) for home storage
    • Supports Permissions
    Requirements
    • Bukkit Persistence configured in bukkit.yml
    • If using MySQL for Persistence, you need a MySQL database
    • Permissions
    Installation
    Installation (open)

    Please follow these steps in setting up HelloWorld for your server
    1. Download HelloWorld.jar from the top of this post
    2. Place HelloWorld.jar in your plugins/ folder
    3. Configure bukkit.yml using the instructions below

    MySQL Configuration
    Configuration (open)

    If you have already got your Bukkit Persistence (bukkit.yml) set up you DO NOT NEED DO THIS! Other plugins that use Persistence are DataLog, Lists and Socials! - there will soon be more.

    All of this is configured in the bukkit.yml file which is in the root directory of your bukkit instalation

    Bukkit Persistence is a data storage system build into Bukkit. It is effectively a wrapper for accessing either SQLite or MySQL. It will soon be adopted by loads of other plugins once it becomes more 'official'. For you the server owner/tech guy you have two options:

    SQLite
    SQLite is a 'local database' - you do not need a database server set up or anything, it just stores it locally on your computer. In the case of Bukkit Persistence, it stores it in plugins/MultiHome/ in a .db file. If you have not configured bukkit.yml before, it will default to SQLite and you do not need to change a single thing

    MySQL
    MySQL is a more 'permanent' database storage system - it is much MUCH faster and more efficient that SQLite but requires its own dedicated installation and the MySQL 'server' needs to be running all the time. You can get a program called WAMP that gives you a pre-configured MySQL setup along with PHP and Apache here: http://www.wampserver.com/en/

    If you choose to use MySQL you need to configure your bukkit.yml file as follows:
    Code:
    database:
        username: root                                                          #Change this to your MySQL username
        isolation: SERIALIZABLE                                            #Don't change this
        driver: com.mysql.jdbc.Driver                                 #Make sure driver is set to this to use MySQL
        password: 'hello'                                                        #Your MySQL password - if you don't have one, leave it as ''
        url: jdbc:mysql://localhost:3306/minecraft          #Database URL: [i]localhost[/i] - your MySQL location
                                                                                              #                            [i]3306[/i] - MySQL server port - almost always 3306
                                                                                              #                            [i]minecraft[/i] - Name of the database to keep your data in
    

    Config.yml
    config.yml (open)

    This is contained in plugins/MultiHome/config.yml. There is only one group of settings at the moment - world aliases. The server auto-creates this file and adds as many homes as are loaded at the time of server start as possible. You can then add your other worlds to it. World aliases are used when doing something like /home <world> - say you have an undersirable world name like creativeworld4, you can use world aliases to change it to something simple like creative for use in MultiHome commands. When the plugin creates the file it will look something like this:
    Code:
    aliases:
        world: world
    
    You can then customise it and add in your custom worlds like this:
    Code:
    aliases:
        atrium1: atrium
        survival1: survival
        build4: build
        pvp3: pvp
        nether1: nether
    

    Usage
    Usage (open)

    • /home help -> List command information for MultiHome
    • /home set -> Set home in the current world you are in
    • /home list -> List all your homes and their locations
    • /home player <player> [world] -> Go to another players home
    • /home <world> -> Go to your home in another world
    • /home -> Go to the home you have set in the world you are in

    Permission Nodes
    Permission Nodes (open)

    Code:
    multihome.home      ->      Access to /home set, /home help and /home
    multihome.admin    ->      Access to /home player
    


    Changelog

    Version: v0.4.1 [819]
    • Added DataLog support
    Version: v0.4 [670-819]
    • Added /home <world>
    • Added /home player <player> <world>
    • Added config file
    Version: v0.3 [670-714]

    • Fixed null pointer
    • Fixed homes not overwriting
    • Added /home list command
    Version: v0.2.1 [670-714]

    • Fixed the fix of Permissions error
    Version: v0.2 [670-707]

    • Fixed Permissions error
    Version: v0.1 [684]

    • Initial Release
    Future Features
    • None, suggest some!
    Plugin originally created for MinecraftCC.com
     
  2. Offline

    lolligertyp

    I get this Error by "/home set":
    2011-04-21 22:46:22 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MultiHome v0.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:650)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:613)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:607)
    at net.minecraft.server.Packet3Chat.a(SourceFile:36)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
    at uk.co.oliwali.MultiHome.Permission.hasPermission(Permission.java:40)
    at uk.co.oliwali.MultiHome.Permission.home(Permission.java:48)
    at uk.co.oliwali.MultiHome.MultiHome.onCommand(MultiHome.java:57)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    CB Version git-Bukkit-0.0.0-672-g5034311-b703jnks (MC: 1.5_02)
     
  3. Offline

    oliverw92

    Thanks for the bug report, i'll look into it.
     
  4. Offline

    cholo71796

    This plugin looks really nice, but on build 684 I'm getting this error with me typing "/home" and then "/home set":
    Code:
    2011-04-21 18:51:41 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MultiHome v0.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:637)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:600)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:594)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
        at uk.co.oliwali.MultiHome.Permission.hasPermission(Permission.java:40)
        at uk.co.oliwali.MultiHome.Permission.home(Permission.java:48)
        at uk.co.oliwali.MultiHome.MultiHome.onCommand(MultiHome.java:57)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-04-21 18:51:44 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MultiHome v0.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:637)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:600)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:594)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
        at uk.co.oliwali.MultiHome.Permission.hasPermission(Permission.java:40)
        at uk.co.oliwali.MultiHome.Permission.home(Permission.java:48)
        at uk.co.oliwali.MultiHome.MultiHome.onCommand(MultiHome.java:57)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    
    Also, chat alerts me that "An internal error occurred while trying to perform this command".
     
  5. Offline

    oliverw92

    Interesting. It seems like permissions aren't working right. I use groupmanager and didn't have chance to test it out on various permissions versions. I'll check it out.

    Sorry for the underwhelming release!
     
  6. Offline

    cholo71796

    Hahahah, that's alright. I'm certain I couldn't do any better. Good luck with it, keep us posted- I'm trying to get rid of Essentials and this looks like an important piece- and upgrade- in the puzzle.
     
  7. Offline

    oliverw92

    I'm predicting a new Recommended Build later today, so i'm going to hang off on releasing v0.2 until then. I think part of persistence is broken - getDatabase.save() is no longer updating homes on the more recent craftbukkit builds (1.5 ones).

    EDIT: My thoughts have been confirmed - persistence is borked in anything 1.5. Hopefully they will fix it - not even Dinnerbone's own example plugin is working now.
     
  8. Offline

    cholo71796

    @oliverw92

    Can you make it work in 1.4? I'm not sure that we'll be updating our server for a little while yet.
     
  9. Offline

    oliverw92

    I'm changing my server over to Permissions so yes I will be able to sort this for you :)

    Version: v0.2 [670-707]
    • Fixed Permissions
    @cholo71796

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

    lolligertyp

    The link is not up to date ;)
     
  11. Offline

    oliverw92

    Sorry, fixed.

    I should note that the bukkit persistence issue isn't fixed yet - it still won't overwrite homes
     
  12. Offline

    lolligertyp

    The same:
    Code:
    2011-04-23 19:13:41 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MultiHome v0.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:650)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:613)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:607)
        at net.minecraft.server.Packet3Chat.a(SourceFile:36)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at uk.co.oliwali.MultiHome.MultiHome.onCommand(MultiHome.java:70)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    
    This server is running Craftbukkit version git-Bukkit-0.0.0-681-g0f8abd2-b709jnks (MC: 1.5_02)
     
  13. Offline

    tekac

    Using #714,

    Code:
    12:37:02 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MultiHome v0.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:650)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:613)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:607)
            at net.minecraft.server.Packet3Chat.a(SourceFile:36)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
            at uk.co.oliwali.MultiHome.MultiHome.onCommand(MultiHome.java:70)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    
     
  14. Offline

    oliverw92

    Interesting, not sure why that is happening. I won't be able to fix it until tomorrow, sorry.
     
  15. Offline

    ben1996123

    Using CB711, /sethome works, but /home doesn't...
     
  16. Offline

    oliverw92

    There is no /sethome command, it's /home set. Do you have any errors showing?
     
  17. Offline

    CriipaBoy

    anyone can help me?
    i cant open minecraft and bukkit in the same time????
    What should i do?
     
  18. Offline

    lolligertyp

    Don't spam in a thread that have nothing to do with yout topic *facepalm*
     
  19. Offline

    Giuseppe

    Code:
    2011-04-24 12:18:28 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MultiHome v0.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:650)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:613)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:607)
        at net.minecraft.server.Packet3Chat.a(SourceFile:36)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at uk.co.oliwali.MultiHome.Permission.hasPermission(Permission.java:40)
        at uk.co.oliwali.MultiHome.Permission.home(Permission.java:48)
        at uk.co.oliwali.MultiHome.MultiHome.onCommand(MultiHome.java:57)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-04-24 12:18:43 [INFO] [[Blackraider][Gast]?f] ?2||||||||||?f Robin: Giuseppe ? Tobi ?
    
     
  20. Offline

    oliverw92

    Wrong thread buddy

    Thanks, I am aware of this issue. I will be able to fix it soon.

    Version: v0.2.1 [670-714]
    • Fixed the fix of the Permissions error
    • Note that overwriting homes is STILL dodgy, and will be until bukkit fix Persistence

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

    lolligertyp

    Same here:
    Code:
    2011-04-24 18:21:06 [INFO] Starting minecraft server version Beta 1.5_02
    2011-04-24 18:21:06 [INFO] Loading properties
    2011-04-24 18:21:06 [INFO] Starting Minecraft server on****:25565
    2011-04-24 18:21:06 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-04-24 18:21:06 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-04-24 18:21:06 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-04-24 18:21:06 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-04-24 18:21:06 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-681-g0f8abd2-b709jnks (MC: 1.5_02)
    2011-04-24 18:21:06 [INFO] Preparing level "world"
    2011-04-24 18:21:06 [INFO] Preparing start region
    2011-04-24 18:21:06 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-04-24 18:21:06 [SEVERE] ebean.properties not found
    2011-04-24 18:21:06 [INFO] DataSourcePool [MultiHome] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-04-24 18:21:06 [INFO] DatabasePlatform name:MultiHome platform:mysql
    2011-04-24 18:21:06 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-04-24 18:21:06 [INFO] Entities enhanced[0] subclassed[1]
    2011-04-24 18:21:07 [INFO] [AuthMe] Using MySQL as datasource!
    2011-04-24 18:21:07 [INFO] [AuthMe] Cache for registrations is enabled!
    2011-04-24 18:21:07 [INFO] [AuthMe] 11 registered players loaded in 0.028 seconds!
    2011-04-24 18:21:07 [INFO] [AuthMe] Version 0.72 was successfully loaded!
    2011-04-24 18:21:07 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    2011-04-24 18:21:07 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-24 18:21:07 [INFO] 1 cauldron recipe(s) loaded
    2011-04-24 18:21:07 [INFO] [PlugMan] Starting Up! - Version: 1.3 by bekvon
    2011-04-24 18:21:07 [INFO] [PlugMan] Found Permissions Plugin!
    2011-04-24 18:21:07 [INFO] [MCTelnet] - Starting Up! Version: 1.2.5 by bekvon
    2011-04-24 18:21:07 [INFO] [MCTelnet] - Listening on: 85.131.147.44:8765
    2011-04-24 18:21:07 [INFO] CuboidPlugin version 1.2 is enabled with permissions!
    2011-04-24 18:21:07 [INFO] [Permissions] version [2.7] (Phoenix)  loaded
    2011-04-24 18:21:07 [INFO] [MYWARP]: 110 warps loaded
    2011-04-24 18:21:07 [INFO] [MYWARP] Permissions enabled using: Permissions v2.7
    2011-04-24 18:21:07 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    2011-04-24 18:21:07 [INFO] MyWarp 1.10.5c enabled
    2011-04-24 18:21:07 [INFO] CommandBook 1.3-customized enabled.
    2011-04-24 18:21:07 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-04-24 18:21:07 [INFO] CommandBook: 1 kit(s) loaded.
    2011-04-24 18:21:07 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-24 18:21:07 [INFO] Lockette version 1.3.5 is being enabled!  Yay!  (Core version 1.0)
    2011-04-24 18:21:07 [INFO] Lockette: Detected craftbukkit build [709] ok.
    2011-04-24 18:21:07 [INFO] Lockette: Linked to Permissions plugin version 2.7
    2011-04-24 18:21:07 [INFO] Lockette: Ready to protect your containers.
    2011-04-24 18:21:07 [INFO] [Wings] Wings (3): 1.2 loaded.
    2011-04-24 18:21:07 [INFO] ChatBukkit v0.0.2 is enabled!
    2011-04-24 18:21:07 [INFO] [MultiHome] Using Permissions for user permissions
    2011-04-24 18:21:07 [INFO] [MultiHome] Version 0.2.1 enabled!
    2011-04-24 18:21:07 [INFO] [Jail] Loaded 0 jail zones.
    2011-04-24 18:21:07 [INFO] [Jail] Loaded 0 prisoners.
    2011-04-24 18:21:07 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    2011-04-24 18:21:07 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-24 18:21:07 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    2011-04-24 18:21:07 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-24 18:21:07 [INFO] BlocksOnGlass version 0.21 is enabled!
    2011-04-24 18:21:07 [INFO] Nether v1.1 enabled
    2011-04-24 18:21:07 [INFO] World 'world' config: permNode=null onlyOps=false
    2011-04-24 18:21:07 [INFO] [WorldWarp] Creating/Loading world 'world2' with enviroment: Normal
    2011-04-24 18:21:07 [INFO] World 'world2' config: permNode=null onlyOps=false
    2011-04-24 18:21:07 [INFO] [WorldWarp] Creating/Loading world 'netherworld' with enviroment: Nether
    2011-04-24 18:21:07 [INFO] World 'netherworld' config: permNode=null onlyOps=false
    2011-04-24 18:21:07 [INFO] [WorldWarp] Creating/Loading world 'supercoolewelt' with enviroment: Normal
    2011-04-24 18:21:08 [INFO] World 'supercoolewelt' config: permNode=null onlyOps=false
    2011-04-24 18:21:08 [INFO] [WorldWarp] Creating/Loading world 'Flatgrass' with enviroment: Normal
    2011-04-24 18:21:08 [INFO] World 'Flatgrass' config: permNode=null onlyOps=true
    2011-04-24 18:21:08 [INFO] [WorldWarp] Version 1.1 is enabled!
    2011-04-24 18:21:08 [INFO] godPowers version 2.0 is enabled!
    2011-04-24 18:21:08 [INFO] [BBROTHER] ------------------------------------
    2011-04-24 18:21:08 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-04-24 18:21:08 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-04-24 18:21:08 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-04-24 18:21:08 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-04-24 18:21:08 [INFO] [BBROTHER] ------------------------------------
    2011-04-24 18:21:08 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-04-24 18:21:08 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7
    2011-04-24 18:21:08 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-04-24 18:21:08 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT enabled
    2011-04-24 18:21:08 [INFO] creaturebox version 0.7.2 is enabled!
    2011-04-24 18:21:08 [INFO] [Tele++] version [1.3.3] loaded
    2011-04-24 18:21:08 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    2011-04-24 18:21:08 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-24 18:21:08 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-24 18:21:08 [INFO] Done (0,225s)! For help, type "help" or "?"
    2011-04-24 18:21:15 [INFO] [MCTelnet] - Client connected: /95.33.244.246
    2011-04-24 18:21:25 [INFO] lolligertyp [/********:50851] logged in with entity id ***
    2011-04-24 18:21:31 [INFO] [AuthMe] Player lolligertyp logged in!
    2011-04-24 18:22:47 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MultiHome v0.2.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:650)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:613)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:607)
        at net.minecraft.server.Packet3Chat.a(SourceFile:36)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at uk.co.oliwali.MultiHome.MultiHome.onCommand(MultiHome.java:70)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    
    I deleted the MySQL Table MutliHome and downloaded the new version (CB: 709).
     
  22. Offline

    xemnas15

    Bug in buil 714

    Code:
    2011-04-24 21:35:28 [INFO] Connection reset
    2011-04-24 21:35:28 [INFO] Niklas999 lost connection: disconnect.quitting
    2011-04-24 21:36:24 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MultiHome v0.2.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:650)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:613)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:607)
        at net.minecraft.server.Packet3Chat.a(SourceFile:36)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at uk.co.oliwali.MultiHome.MultiHome.onCommand(MultiHome.java:70)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    
     
  23. Offline

    oliverw92

    Thanks i'm looking into it
     
  24. Offline

    Giuseppe

    Code:
    2011-04-25 14:07:47 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MultiHome v0.2.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:659)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:622)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:616)
        at net.minecraft.server.Packet3Chat.a(SourceFile:36)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at uk.co.oliwali.MultiHome.MultiHome.onCommand(MultiHome.java:70)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    
     
  25. Offline

    oliverw92

  26. Offline

    lolligertyp

    My suggestion is to make this two commands:
    - /home <world>
    - /home <player> (world)
     
  27. Offline

    oliverw92

    I take it you want the second one as an admin command?
     
    lolligertyp likes this.
  28. Offline

    lolligertyp

    Yes, but also for Moderators (Permissions could be good)
     
  29. Offline

    oliverw92

    Yeah thats what i meant :) Implementing them now

    Version: v0.4 [670-733]
    • Added /home <world>
    • Added /home player <name> [world]
    • Added config file with world aliases in
    @lolligertyp

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
    lolligertyp likes this.
  30. Offline

    oliverw92

    Tested against 733
     

Share This Page