Inactive [TP] MyHome v2.3 [BukkitDev, 1.3.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by Spathizilla, Apr 17, 2011.

  1. Offline

    Spathizilla

    MyHome v2.2
    Release Date: 1st March 2012
    Yes, MyHome 2.2 works on 1.2.3, Try it.
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

    Recommended Craftbukkit Build: 1.1-R4+

    Permissions Support:
    MyHome can use Permissions 2, Permissions 3, PermissionsEx, GroupManager, bPermissions, bPermissions2 plugins or the built-in SuperPerms to manage permissions and in some cases, user/group settings also.

    Economy Support:
    Supports iConony 4, iConomy 5, iConomy 6, BOSEconomy 6, BOSEconomy 7, EssentialsEco and MultiCurrency to allow charging for using MyHome commands. This is provided via Register

    Getting Help & Feature Requests:
    Please use the MyHome DevBukkit ticket system to report bugs and submit feature requests. There is also a forum where you can ask questions which are not ticket suitable.

    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    ChangeLog v2.2:

    Important: You will need to re-generate your config file as it has completely changed.
    • Fix: SuperPerms now correctly allows ops to run commands (when enabled)
    • Fix: Decreased the sensitivity of movement detection
    • R5: Updated to new event listeners
    • Localization: German Translations: Thanks to Maxs
    • Localization: Updated Russian Translations, Thanks to MisterFix
    • New feature: Only allow /home to be used within x blocks of their home point
    • Per user/group distance node: myhome.distance.home
    • New feature: Table name in the database can be changed
    • bPermssions 2 support
    • More cleanup and optimization
    • New config layout - remake your config! [New config.yml]
    New per user/group node:
    * myhome.distance.home - Maximum blocks away from their /home point that /home will work.


    Older changes (open)

    v2.2b:
    2.1b only: Fixed non PEx plugins failing because I am an idiot
    2.1a only: Fixed an NPE when using SuperPerms

    Important: Be sure to update the permissions if you allow players to bypass the economy costs.
    • A massive permissions overhaul to make things more reliable
      • bPermissions support added
      • SuperPerms support added
    • Feature Localizations (english, spanish and danish so far)
    • Feature: Some commands (like deleting homes) works via console
    • Bug Fix: Zero second timers no longer block in laggy servers
    • Bug Fix: Beds cannot /sethome if the user doesnt have that permission
    • Lots of cleanup (you wont see this bit).
    • Permission Change: Economy "free" permissions no longer included under myhome.home.*
    Permissions changes:
    (myhome.econ.free.*) - Allow /sethome and /home usage for free
    (myhome.econ.free.sethome) - Allow /sethome usage for free
    (myhome.econ.free.home) - Allow /home usage for free

    v2.0.1
    v2.0a:
    v1.9.5:
    Added /sethome which can be enabled in the config (Config: allowSetHome = false)
    The new /sethome uses the same permission as /home set so no extra permissions needed.
    Added a cooldown for setting the home position (Config: coolDownSetHome = 0)

    v1.9.4c - Unreleased (fixed with a symlink on the webserver):
    Fixed the update url going to lib/lib.

    v1.9.4b:
    Updated SQLite download urls.

    v1.9.4a:
    Added Manifests to JAR to fix lib issues

    v1.9.4:
    Forked plugin from 1.9.3
    Fix for onPlayerJoin changes in Bukkit
     
    Sergey95, Hopium, Phaedrus and 3 others like this.
  2. Offline

    Spathizilla

    You are using an EXTREMELY old version.
     
  3. Offline

    manura133

    @Spathizilla
    Please have a look at my post in the MyWarp thread.
    The same incompatibility regarding Permissions 3.x occurs with your plugin.
    Would you please update for Permissions 3 support?
     
  4. Offline

    cybercorey

    My users are saying that if they are holding a map while going home the server crashes.
     
  5. Offline

    nobodyshome

    Same :/

    Im using permissions so it didn't have any effect :/ it was ok then for no reason essentials took over and egnore MyWarp and MyHome

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

    Spathizilla

    I looked at the API docs and there isnt any change for Permissions 3. However for the sake of completeness I added it to the dependencies list and checked for it in the permission handler. This is done in v2.0 along with a bunch of other stuff.

    If you are desperate for a very early untested copy then I can upload it somewhere and pm you the url. But I've not done any testing on it yet.

    Edit: after reading through the permissions 3.0 thread, it looks as though they are lazy and have not updated their API docs page.. SIGH.

    I believe you can also avoid this problem by renaming MyHome.jar to aMyHome.jar - The problem came from Bukkit changing how commands are handled.

    That is an unsupported build. I suggest you wait for a recommended bukkit build for 1.6.
     
  7. Offline

    TheGurw

    I downloaded the linked one in the OP, shortly after the 803 build was released. I'll redownload though.
     
  8. Offline

    Spathizilla

    I suggest you check your server log and look for the version of MyHome that you are using. That error has not existed in MyHome since 1.9.4. It is possible you did not overwrite the old version.

    If you are getting only /home help coming up when you do any commands, please post what Craftbukkit version, what MyHome version (just in case :p) and what Permissions plugin you are using along with that version.

    All of these details should be displayed when you start your server and MyHome will give you all these details except the CB version. If the MyHome reported information does NOT match the actual permissions plugin, post what you actually use too.

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

    manura133

    Please feel free to do that. I'd like to test. And thanks for the great support!
    But it seems to be a bit weirder that I thought in the first place. A few minutes ago I tested the new CB #815 (+ Permissions 3.0.6). And for fun I only included MyHome, not MyWarp. And it works perfect, no errors. As soon as I also put MyWarp in the plugins folder the known error occured and MyHome stopped working.
    Now, when I use /home this happens (same for MyWarp, but only if they run together):

    Code:
    2011-05-28 09:02:08 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MyHome v1.9.5
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:706)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:672)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:665)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:215)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:396)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:308)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at me.taylorkelly.myhome.HomePermissions.permission(HomePermissions.java:42)
    at me.taylorkelly.myhome.HomePermissions.home(HomePermissions.java:57)
    at me.taylorkelly.myhome.MyHome.onCommand(MyHome.java:144)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  10. Offline

    Spathizilla

    I looked at the places in the code which are identified by the exception. It could be related to Permissions 3 but dont know why it works when MyWarp is not in the same directory.

    Anyway, I've uploaded the current dev version of 2.0 to my webserver and I will pm you the url shortly. Keep in mind it is entirely untested and contains a bunch of new stuff which may or may not break. I havent even fired this up on a server yet. You can play with the new features if you want (they'll be obvious in the config) and in theory they all should work with the exception of onehomeallworlds. The MySQL support does not yet import your old home database either.

    Edit: I suggest you dont use the MySQL support in that version.
     
  11. Offline

    RedFawkes215

    Sorry for not responding earlier as I have been busy but I meant the admin ability to go to other homes, I would like to only be able to go to homes other players can see. My admins are abusing the ability to go to anyone's home without permission so I would like to disable that.
     
  12. Offline

    JesterB

    CraftBukkit: 803 & 766 both got the error
    MyHome: 1.9.5
    Permissions: 2.7.2

    The bug only appears for me when Essentials (2.2.21) is also used, after /home and /sethome commands have been removed from essentials, both in plugin.yml and the commands .class files in essentials.jar. If essentials is removed entirely, MyHome works fine.
     
  13. Offline

    Spathizilla

    While this is a temporary workaround, you could try renaming MyHome.jar to aMyHome.jar - some people have said this works so bukkit loads MyHome before Essentials.
     
  14. Offline

    andune

    I'm trying to get off of Essentials (conflicts with too many other plugins now) but one feature I like is that players can set their home simply by sleeping in a bed. I don't let them access /sethome or /home, so they just build & sleep in beds just like in single player. I haven't found another "home" plugin that does this, but MyHome seems to be the "buck stops here" mod for Home - it would be really great if you could add this feature (presumably with a matching permission to allow this behavior).

    Thanks!
     
  15. Offline

    Spathizilla

    Its already done in 2.0 - config option has 3 options:
    0 = disable beds automatically doing /sethome
    1 = sleeping in a bed does /sethome automatically (you can use /sethome also)
    2 = /sethome is disabled and only beds can be used.

    Sleeping in a bed to /sethome still requires myhome.home.basic.set permission under all the options.

    I think I need to tweak #2. Right now even admins/ops cannot use /sethome IF the config is set to option 2 - You must always sleep in a bed. Perhaps I should make a myhome.home.bypass.bedsethome so you can then use /sethome when option 2 is enabled. This way admins/ops dont need to sleep but the players do.

    I might change this system if a better suggestion comes up though. Perhaps something only permission based and not a config/permission mix.
     
  16. Offline

    Pixelschmied

    will u fix the permissions support for 3.0?
     
  17. Offline

    Spathizilla

    Also already done in 2.0 assuming the permissions api page is up to date.
     
  18. Offline

    andune

    Ah well that's great news, thanks! There's no mention of this in the thread description, I searched the whole page/thread for "bed" and didn't see anything at all. Well I will download and give it spin - appreciate the great mod!
     
  19. Offline

    Spathizilla

    That is because 2.0 isnt released yet and anything in it is subject to change. The 2.0 dev version functions as I mentioned atm but I've not finished everything yet. I gave the first dev jar out to manura but I've not done any testing on it yet myself.

    So far,
    MyHome v2.0 also includes:
    * mysql support,
    * permissionsex support,
    * permissions 3 support,
    * iconomy4 support,
    * iconomy 5 support,
    * boseconomy support,
    * essentialseco support,
    * Global cost to /sethome
    * Global cost to /home
    * Permission to use /home and /sethome for free
    * homes can be made public by default (although this currently only applies to NEW homes)
    * Beds can /sethome if allowed
    * Option so only beds can /sethome

    Needs implementation:
    * Option to allow a home for each world
    * Permission to enable /sethome and bypass the sleeping in a bed requirement
    * Import SQLite database to MySQL

    Features under consideration:
    * Global cooldowns/warmups may be changed by permissions settings
    * Global usage costs may be changed by permissions settings
    * Using a bed to /sethome may be forced by a permission rather than by config.
    * EssentialsHome importing
     
  20. Offline

    manura133

    Thanks for the link to the test build!
    I checked it out and for me it is working perfect. Well, I'm using the very basic functions, no eConomy or something like this. So I can't say anything about this. But the beds are working very well, for example.
    Also there were no errors in my log file.
    Unfortunatelly there is still the conflict with MyWarp. But I think this has to do with MyWarp, because it doesn't even run by itself.
    So maybe @flames will read this and have a look into this problem and will probably fix it for the next RB of CB.
     
  21. Offline

    Spathizilla

    Good to know most of it is working then. I know the MySQL support in the version I gave you is buggy and wouldnt work beyond a single home (whoops). Flames and I had a chat last night briefly about the plugins. However, I have no idea why it would be conflicting with MyWarp.

    Is it working with Permissions 3?
     
  22. Offline

    flames

    @manura133, what Spathi said, i dont see any conflict, i am running MyHome also on my server beside MyWarp.
    probably you have an issue with Help plugin? the current version jascotty provides is buggy. another problem might be caused by essentials.
    what exactly is your issue? if there are no errors in log/console, so everything seems fine :p

    the only must have dependency for mywarp is craftbukkit, all other dependencies are optional. what do you mean it doesnt run by it self?
     
  23. Offline

    manura133

    Yes, it is (almost -> see below).

    Sorry guys! It seems like the problem is definitely caused by Permissions and it has nothing to do with your plugins. I deleted every plugin except Permissions 3 from my folder and added only MyWarp and MyHome. Everthing works fine (except MyWarp teleports me in unloaded chunks or I'm stucked in solid blocks, it's reproducible but maybe a problem with Minecarft 1.6 or CB #815?!), no errors in the log.
    After that I added one by one of my other plugins. This time the error in the log file appeared after I added LWC. So I deleted all Plugins except MyHome, MyWarp, Permissions and LWC and erverything was fine again (no errors). Once again I began to add other plugins and this time the error occured by adding the plugin iOP.
    After that I deleted Permissions and, belive it or not, everything worked great. I know that there are still some bugs in Permissions 3 as it is written in the thread.
    So I think the best would be to wait for working RB of CB and for the final Permissions 3 plugin.

    Only for your information, this is my whole server log with all errors when starting with Permissions 3.x, loging in, using command /home, using command /warp xxx, loging out, stoping the server (in this order):

    Code:
    2011-05-30 17:14:38 [INFO] Starting minecraft server version Beta 1.6.4
    2011-05-30 17:14:38 [INFO] Loading properties
    2011-05-30 17:14:38 [INFO] Starting Minecraft server on *:25565
    2011-05-30 17:14:38 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-762-g69e11d1-b815jnks (MC: 1.6.4)
    2011-05-30 17:14:39 [INFO] Preparing level "BigApple"
    2011-05-30 17:14:39 [INFO] Preparing start region for level 0
    2011-05-30 17:14:39 [INFO] LWC Loading shared objects
    2011-05-30 17:14:39 [INFO] LWC Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-05-30 17:14:39 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-30 17:14:39 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-30 17:14:40 [INFO] Entities enhanced[0] subclassed[2]
    2011-05-30 17:14:40 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-30 17:14:40 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-30 17:14:40 [INFO] Entities enhanced[0] subclassed[2]
    2011-05-30 17:14:40 [SEVERE] tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration initializing Permissions v3.0.6 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.configuration.NotNullConfiguration$NotNullRepresenter from class com.nijiko.configuration.NotNullConfiguration
    at com.nijiko.configuration.NotNullConfiguration.<init>(NotNullConfiguration.java:47)
    at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:112)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:229)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:216)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:282)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-30 17:14:40 [INFO] [WormholeXTreme][v0.854] Load Beginning.
    2011-05-30 17:14:40 [INFO] [WormholeXTreme][v0.854] Wormhole Worlds support disabled in settings.txt, loading stargates and worlds ourself.
    2011-05-30 17:14:40 [INFO] [WormholeXTreme] 2 Wormholes loaded from WormholeDB.
    2011-05-30 17:14:40 [INFO] [WormholeXTreme][v0.854] Load Completed.
    2011-05-30 17:14:40 [INFO] BorderGuard version 3.1 is enabled!
    2011-05-30 17:14:40 [INFO] CommandBook 1.5.1 enabled.
    2011-05-30 17:14:40 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-05-30 17:14:40 [INFO] CommandBook: 1 kit(s) loaded.
    2011-05-30 17:14:40 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:14:40 [INFO] FenceStack version 1.13 loaded.
    2011-05-30 17:14:40 [INFO] Growbie version 2.4 enabled.
    2011-05-30 17:14:40 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-05-30 17:14:40 [INFO] HigherExplosives 1.6 primed and ready
    2011-05-30 17:14:40 [INFO] [iOP] v0.6 Enabled
    2011-05-30 17:14:40 [INFO] LWC Loaded 116 locale strings (0 overrides)
    2011-05-30 17:14:41 [INFO] LWC Using Nijikokun's permissions plugin for permissions
    2011-05-30 17:14:41 [INFO] [Permissions] version [3.0.6] (Yeti)  loaded
    2011-05-30 17:14:41 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:14:41 [INFO] LWC Loading SQLite
    2011-05-30 17:14:41 [INFO] SQLite Using: Native
    2011-05-30 17:14:41 [INFO] LWC At version: v2,31
    2011-05-30 17:14:41 [INFO] [LyTreeHelper] Permission plugin detected, using Permissions plugin for permissions.
    2011-05-30 17:14:41 [INFO] [LyTreeHelper] LyTreeHelper 2.2RC2 enabled.
    2011-05-30 17:14:41 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-05-30 17:14:41 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.5 is enabled!
    2011-05-30 17:14:41 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.4 is enabled!
    2011-05-30 17:14:41 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.5 is enabled!
    2011-05-30 17:14:41 [INFO] [MultiVerse] Permissions Found
    2011-05-30 17:14:41 [INFO] [MultiVerse] - Version 1.6.3 Enabled
    2011-05-30 17:14:41 [INFO] [MultiVerse] Loading World & Settings - 'BigApple' - NORMAL
    2011-05-30 17:14:41 [INFO] [MultiVerse] Loading World & Settings - 'Nether' - NETHER
    2011-05-30 17:14:41 [INFO] [MultiVerse] 2 - World(s) loaded.
    2011-05-30 17:14:41 [INFO] [MultiVerse] Loading Portals
    2011-05-30 17:14:41 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    2011-05-30 17:14:41 [INFO] [MYHOME] [MYHOME]: 9 homes loaded
    2011-05-30 17:14:41 [INFO] [MYHOME] Permissions enabled using: Permissions v3.0.6
    2011-05-30 17:14:41 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-05-30 17:14:41 [INFO] [MYHOME] MyHome 2.0 enabled
    2011-05-30 17:14:41 [INFO] [MYWARP]: 27 warps loaded
    2011-05-30 17:14:41 [INFO] [MYWARP] Permissions enabled using: Permissions v3.0.6
    2011-05-30 17:14:41 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    2011-05-30 17:14:41 [INFO] MyWarp 1.10.7 enabled
    2011-05-30 17:14:41 [INFO] PickBoat version 0.3.5 is enabled!
    2011-05-30 17:14:41 [INFO] Portable Torch 1.04 Started! LightTime:2400
    2011-05-30 17:14:41 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    2011-05-30 17:14:41 [INFO] PumpkinDiver version 0.16 is enabled!
    2011-05-30 17:14:41 [INFO] SimpleReserve version 0.2.6 enabled!
    2011-05-30 17:14:41 [INFO] #TimeFold version 0.4 is enabled!
    2011-05-30 17:14:41 [INFO] WorldEdit 4.5 enabled.
    2011-05-30 17:14:41 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:14:41 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:14:41 [INFO] WorldGuard: Loaded configuration for world 'BigApple"
    2011-05-30 17:14:41 [INFO] WorldGuard: Loaded configuration for world 'Nether"
    2011-05-30 17:14:41 [INFO] WorldGuard: 3 regions loaded for 'BigApple'
    2011-05-30 17:14:41 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-05-30 17:14:41 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-05-30 17:14:41 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.5 is enabled!
    2011-05-30 17:14:41 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.3 is enabled!
    2011-05-30 17:14:41 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enabled!
    2011-05-30 17:14:41 [INFO] [WormholeXTreme][v0.854] Enable Beginning.
    2011-05-30 17:14:41 [INFO] [WormholeXTreme] Attached to Permissions version 3.0.6
    2011-05-30 17:14:41 [INFO] [WormholeXTreme] Complex Permissions Enabled
    2011-05-30 17:14:41 [INFO] [WormholeXTreme] Help Plugin not yet available - there will be no Help integration until loaded.
    2011-05-30 17:14:41 [INFO] [WormholeXTreme][v0.854] Enable Completed.
    2011-05-30 17:14:41 [INFO] Done (0,287s)! For help, type "help" or "?"
    2011-05-30 17:14:49 [INFO] manura133 [/127.0.0.1:50429] logged in with entity id 149 at (-65.49376741165489, 64.0, -32.897291473951505)
    2011-05-30 17:14:49 [INFO] CommandBook: No intro.mid; not playing intro song.
    2011-05-30 17:14:49 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    2011-05-30 17:14:49 [SEVERE]  at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-05-30 17:14:49 [SEVERE]  at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-05-30 17:14:49 [SEVERE]  at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    2011-05-30 17:14:49 [SEVERE]  at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:438)
    2011-05-30 17:14:49 [SEVERE]  at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-05-30 17:14:49 [SEVERE]  at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-30 17:14:49 [SEVERE]  at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:117)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:396)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:308)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-30 17:14:49 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    2011-05-30 17:14:49 [SEVERE]  at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-05-30 17:14:49 [SEVERE]  at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-05-30 17:14:49 [SEVERE]  at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    2011-05-30 17:14:49 [SEVERE]  at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:442)
    2011-05-30 17:14:49 [SEVERE]  at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-05-30 17:14:49 [SEVERE]  at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-05-30 17:14:49 [SEVERE]  at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:117)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:396)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:308)
    2011-05-30 17:14:49 [SEVERE]  at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-30 17:14:57 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MyHome v2.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:706)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:672)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:665)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:215)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:396)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:308)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at me.taylorkelly.myhome.HomePermissions.permission(HomePermissions.java:57)
    at me.taylorkelly.myhome.HomePermissions.home(HomePermissions.java:74)
    at me.taylorkelly.myhome.MyHome.onCommand(MyHome.java:167)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    2011-05-30 17:15:05 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin MyWarp v1.10.7
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:706)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:672)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:665)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:215)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:396)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:308)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at me.taylorkelly.mywarp.WarpPermissions.permission(WarpPermissions.java:52)
    at me.taylorkelly.mywarp.WarpPermissions.warp(WarpPermissions.java:68)
    at me.taylorkelly.mywarp.MyWarp.onCommand(MyWarp.java:419)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    2011-05-30 17:15:10 [SEVERE] java.net.SocketException: Software caused connection abort: socket write error
    2011-05-30 17:15:10 [SEVERE]  at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-05-30 17:15:10 [SEVERE]  at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-05-30 17:15:10 [SEVERE]  at java.net.SocketOutputStream.write(Unknown Source)
    2011-05-30 17:15:10 [SEVERE]  at java.io.DataOutputStream.write(Unknown Source)
    2011-05-30 17:15:10 [SEVERE]  at net.minecraft.server.Packet.a(Packet.java:129)
    2011-05-30 17:15:10 [SEVERE]  at net.minecraft.server.NetworkManager.f(NetworkManager.java:101)
    2011-05-30 17:15:10 [SEVERE]  at net.minecraft.server.NetworkManager.d(NetworkManager.java:251)
    2011-05-30 17:15:10 [SEVERE]  at net.minecraft.server.NetworkWriterThread.run(SourceFile:108)
    2011-05-30 17:15:10 [INFO] manura133 lost connection: disconnect.genericReason
    2011-05-30 17:15:24 [INFO] Stopping the server..
    2011-05-30 17:15:24 [INFO] Stopping server
    2011-05-30 17:15:24 [INFO] FenceStack version 1.13 unloaded.
    2011-05-30 17:15:24 [INFO] Growbie disabled.
    2011-05-30 17:15:24 [INFO] [HeroicDeath] 1.8.1.156 disabled.
    2011-05-30 17:15:24 [INFO] HigherExplosives 1.6 defused and disabled
    2011-05-30 17:15:24 [INFO] [iOP] v0.6 Stopping
    2011-05-30 17:15:24 [INFO] LWC Freeing SQLite
    2011-05-30 17:15:24 [INFO] [LyTreeHelper] LyTreeHelper 2.2RC2 disabled.
    2011-05-30 17:15:24 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.5 is disabled!
    2011-05-30 17:15:24 [INFO] [MultiVerse] - Disabled
    2011-05-30 17:15:24 [SEVERE] Error occurred while disabling Permissions v3.0.6 (Is it up to date?): null
    java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:126)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
    at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:123)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:257)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:338)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-05-30 17:15:24 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:15:24 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:15:24 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:15:24 [INFO] Disabling PickBoat
    2011-05-30 17:15:24 [INFO] SimpleReserve disabled!
    2011-05-30 17:15:24 [INFO] #TimeFold version 0.4 is disabled!
    2011-05-30 17:15:24 [INFO] WorldGuard 5.0-alpha10 disabled.
    2011-05-30 17:15:24 [INFO] [WormholeXTreme] WormholeDB shutdown successfull.
    2011-05-30 17:15:24 [INFO] [WormholeXTreme][v0.854] Successfully shutdown.
    2011-05-30 17:15:24 [INFO] Saving chunks
    2011-05-30 17:15:24 [INFO] Saving chunks
    
    One thing to add. When I delete MyWarp from the plugin folder with all other plugins in, everthing runs fine an smooth again. That's why my thought was MyWarp is the offender. So, it stays curious...
    This is the log file with all plugins except MyWarp (the error after the log out has something to do with CB #815, it doesn't happen with CB#814):

    Code:
    2011-05-30 17:39:51 [INFO] Starting minecraft server version Beta 1.6.4
    2011-05-30 17:39:51 [INFO] Loading properties
    2011-05-30 17:39:51 [INFO] Starting Minecraft server on *:25565
    2011-05-30 17:39:51 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-762-g69e11d1-b815jnks (MC: 1.6.4)
    2011-05-30 17:39:51 [INFO] Preparing level "BigApple"
    2011-05-30 17:39:51 [INFO] Preparing start region for level 0
    2011-05-30 17:39:51 [INFO] LWC Loading shared objects
    2011-05-30 17:39:51 [INFO] LWC Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-05-30 17:39:52 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-30 17:39:52 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-30 17:39:52 [INFO] Entities enhanced[0] subclassed[2]
    2011-05-30 17:39:52 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-30 17:39:52 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-30 17:39:52 [INFO] Entities enhanced[0] subclassed[2]
    2011-05-30 17:39:52 [INFO] [Permissions] (Yeti) was initialized.
    2011-05-30 17:39:52 [INFO] [WormholeXTreme][v0.854] Load Beginning.
    2011-05-30 17:39:52 [INFO] [WormholeXTreme][v0.854] Wormhole Worlds support disabled in settings.txt, loading stargates and worlds ourself.
    2011-05-30 17:39:52 [INFO] [WormholeXTreme] 2 Wormholes loaded from WormholeDB.
    2011-05-30 17:39:52 [INFO] [WormholeXTreme][v0.854] Load Completed.
    2011-05-30 17:39:52 [INFO] BorderGuard version 3.1 is enabled!
    2011-05-30 17:39:52 [INFO] CommandBook 1.5.1 enabled.
    2011-05-30 17:39:52 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-05-30 17:39:52 [INFO] CommandBook: 1 kit(s) loaded.
    2011-05-30 17:39:52 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:39:52 [INFO] FenceStack version 1.13 loaded.
    2011-05-30 17:39:52 [INFO] Growbie version 2.4 enabled.
    2011-05-30 17:39:52 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-05-30 17:39:52 [INFO] HigherExplosives 1.6 primed and ready
    2011-05-30 17:39:52 [INFO] [iOP] v0.6 Enabled
    2011-05-30 17:39:52 [INFO] LWC Loaded 116 locale strings (0 overrides)
    2011-05-30 17:39:53 [INFO] LWC Using Nijikokun's permissions plugin for permissions
    2011-05-30 17:39:53 [INFO] [Permissions] version [3.0.6] (Yeti) loaded
    2011-05-30 17:39:53 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:39:53 [INFO] LWC Loading SQLite
    2011-05-30 17:39:53 [INFO] SQLite Using: Native
    2011-05-30 17:39:53 [INFO] LWC At version: v2,31
    2011-05-30 17:39:53 [INFO] [LyTreeHelper] Permission plugin detected, using Permissions plugin for permissions.
    2011-05-30 17:39:53 [INFO] [LyTreeHelper] LyTreeHelper 2.2RC2 enabled.
    2011-05-30 17:39:53 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-05-30 17:39:53 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.5 is enabled!
    2011-05-30 17:39:53 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.4 is enabled!
    2011-05-30 17:39:53 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.5 is enabled!
    2011-05-30 17:39:53 [INFO] [MultiVerse] Permissions Found
    2011-05-30 17:39:53 [INFO] [MultiVerse] - Version 1.6.3 Enabled
    2011-05-30 17:39:53 [INFO] [MultiVerse] Loading World & Settings - 'BigApple' - NORMAL
    2011-05-30 17:39:53 [INFO] [MultiVerse] Loading World & Settings - 'Nether' - NETHER
    2011-05-30 17:39:53 [INFO] [MultiVerse] 2 - World(s) loaded.
    2011-05-30 17:39:53 [INFO] [MultiVerse] Loading Portals
    2011-05-30 17:39:53 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    2011-05-30 17:39:53 [INFO] [MYHOME] [MYHOME]: 9 homes loaded
    2011-05-30 17:39:53 [INFO] [MYHOME] Permissions enabled using: Permissions v3.0.6
    2011-05-30 17:39:53 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-05-30 17:39:53 [INFO] [MYHOME] MyHome 2.0 enabled
    2011-05-30 17:39:53 [INFO] PickBoat version 0.3.5 is enabled!
    2011-05-30 17:39:53 [INFO] Portable Torch 1.04 Started! LightTime:2400
    2011-05-30 17:39:53 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    2011-05-30 17:39:53 [INFO] PumpkinDiver version 0.16 is enabled!
    2011-05-30 17:39:53 [INFO] SimpleReserve version 0.2.6 enabled!
    2011-05-30 17:39:53 [INFO] #TimeFold version 0.4 is enabled!
    2011-05-30 17:39:53 [INFO] WorldEdit 4.5 enabled.
    2011-05-30 17:39:53 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:39:53 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:39:53 [INFO] WorldGuard: Loaded configuration for world 'BigApple"
    2011-05-30 17:39:53 [INFO] WorldGuard: Loaded configuration for world 'Nether"
    2011-05-30 17:39:53 [INFO] WorldGuard: 3 regions loaded for 'BigApple'
    2011-05-30 17:39:53 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-05-30 17:39:53 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-05-30 17:39:53 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.5 is enabled!
    2011-05-30 17:39:53 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.3 is enabled!
    2011-05-30 17:39:53 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enabled!
    2011-05-30 17:39:53 [INFO] [WormholeXTreme][v0.854] Enable Beginning.
    2011-05-30 17:39:53 [INFO] [WormholeXTreme] Attached to Permissions version 3.0.6
    2011-05-30 17:39:53 [INFO] [WormholeXTreme] Complex Permissions Enabled
    2011-05-30 17:39:53 [INFO] [WormholeXTreme] Help Plugin not yet available - there will be no Help integration until loaded.
    2011-05-30 17:39:53 [INFO] [WormholeXTreme][v0.854] Enable Completed.
    2011-05-30 17:39:53 [INFO] Done (0,258s)! For help, type "help" or "?"
    2011-05-30 17:40:12 [INFO] manura133 [/127.0.0.1:50710] logged in with entity id 120 at (-66.31324814245181, 64.0, -22.980687120304047)
    2011-05-30 17:40:12 [INFO] CommandBook: No intro.mid; not playing intro song.
    2011-05-30 17:40:23 [SEVERE] java.net.SocketException: Software caused connection abort: socket write error
    2011-05-30 17:40:23 [SEVERE] at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-05-30 17:40:23 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-05-30 17:40:23 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
    2011-05-30 17:40:23 [SEVERE] at java.io.DataOutputStream.write(Unknown Source)
    2011-05-30 17:40:23 [SEVERE] at net.minecraft.server.Packet.a(Packet.java:129)
    2011-05-30 17:40:23 [SEVERE] at net.minecraft.server.NetworkManager.f(NetworkManager.java:101)
    2011-05-30 17:40:23 [SEVERE] at net.minecraft.server.NetworkManager.d(NetworkManager.java:251)
    2011-05-30 17:40:23 [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:108)
    2011-05-30 17:40:23 [INFO] manura133 lost connection: disconnect.genericReason
    2011-05-30 17:40:26 [INFO] Stopping the server..
    2011-05-30 17:40:26 [INFO] Stopping server
    2011-05-30 17:40:26 [INFO] FenceStack version 1.13 unloaded.
    2011-05-30 17:40:26 [INFO] Growbie disabled.
    2011-05-30 17:40:26 [INFO] [HeroicDeath] 1.8.1.156 disabled.
    2011-05-30 17:40:26 [INFO] HigherExplosives 1.6 defused and disabled
    2011-05-30 17:40:26 [INFO] [iOP] v0.6 Stopping
    2011-05-30 17:40:26 [INFO] LWC Freeing SQLite
    2011-05-30 17:40:26 [INFO] [LyTreeHelper] LyTreeHelper 2.2RC2 disabled.
    2011-05-30 17:40:26 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.5 is disabled!
    2011-05-30 17:40:26 [INFO] [MultiVerse] - Disabled
    2011-05-30 17:40:26 [INFO] [Permissions] (Yeti) saved all data.
    2011-05-30 17:40:26 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-05-30 17:40:26 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:40:26 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:40:26 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-30 17:40:26 [INFO] [WormholeXTreme] Detached from Permissions plugin.
    2011-05-30 17:40:26 [INFO] Disabling PickBoat
    2011-05-30 17:40:26 [INFO] SimpleReserve disabled!
    2011-05-30 17:40:26 [INFO] #TimeFold version 0.4 is disabled!
    2011-05-30 17:40:26 [INFO] WorldGuard 5.0-alpha10 disabled.
    2011-05-30 17:40:27 [INFO] [WormholeXTreme] WormholeDB shutdown successfull.
    2011-05-30 17:40:27 [INFO] [WormholeXTreme][v0.854] Successfully shutdown.
    2011-05-30 17:40:27 [INFO] Saving chunks
    2011-05-30 17:40:27 [INFO] Saving chunks
     
  24. Offline

    d00ba

    Anyone that is planning on using the current version of this plugin (v 1.9.5) with Minecraft 1.6.6 and and b817, don't. It causes players to freeze when going through a Portal to the Nether. It's the only plugin I've had issues with on my test server.
     
  25. Offline

    Michael314

    Yeah the problem seems to be the respawnToHome setting. If true, when you travel through a portal I think the onPlayerRespawn event fires and it tries to spawn you to your home location when you get to the nether.

    Unfortunately this is one of these vomit-inducing maven *cough*up plugins that's more awkward to build than simply re-writing the thing without maven (or finding another plugin that does the same thing and works :) )

    Setting that option to false works around it for now, but the plugin needs making more multiworld aware for 1.6.x - it might even be that the events will change with later craftbukkit versions.
     
  26. Offline

    Strongit

    Seems to be fixed with 818, I don't have any issues with the nether. I am having issues returning home though. When I type /home I get teleported to the proper location, but the chunk refuses to load. I don't know if it's a plugin issue, a bukkit issue, or a Minecraft issue. The MyWarp plugin seems to work just fine though, so maybe a small tweak will fix the problem...?
     
  27. Offline

    Spathizilla

    Of course 817 and the others would break. It is an unsupported dev build where multiworld is broken.

    As for Maven.. works for tkelly (who originally chose to use it), me, the Bukkit guys and a whole bunch of others. It is only you that cannot seem to work it here. All I have to do is tell it to compile and it is done. Easy.

    Now we have a Recommended Build I can look into problems. I'll have a look into the 818 chunk load issue but since MyHome never actually loads chunks it will probably be a bukkit/minecraft issue.
     
  28. Offline

    Michael314

    Are you saying it fetches all the dependencies when you download the git repository for MyHome? Or did you add them all manually making the whole thing ugly and pointless?

    All that I see that happens is, you load a project into eclipse and get a ton of errors that, as I said, are more work to fix than writing the plugin in the first place.

    Whether the commands work or not is moot. The thing doesn't do anything useful in the first place. It's ironic you say 'all I have to do is tell it to compile' because Eclipse compiles java quite happily without telling it :)

    But don't sweat it, I just fork, remove and use my own, first BigBrother and now this...so, if it was supposed to help with collaboration at least there's some irony.

    Yeah event doesn't fire now. Doing /home in the nether transports you to the same loc but in the real world at the moment.

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

    nobodyshome

    I changed it to aMyHome.jar with no luck, /home and /sethome still use essentials commands which is also happening with MyWarp and a few others aswell!
     
  30. Offline

    pepeanuts

    availible only 1.6 ?
     
  31. Offline

    spoothie

    Could you give us a download link for the current dev build of MyHome that works with Bukkit #818?
    Would be really nice.
     

Share This Page