• 0

    posted a message on SMP Chat bug - backslash crashes client.
    Same on the desktop client.
    Posted in: Alpha - Survival Multiplayer Discussion
  • 0

    posted a message on Block instantly respawn
    We've noticed this as well. Was fine on the old version, new version seems generally more laggy in other areas as well.
    Posted in: Alpha - Survival Multiplayer Discussion
  • 0

    posted a message on [Hey0 Plugin] - Mixxit PVE & PVP Combat Mod
    I'm getting a heap of problems with Guilds and such. Hit's don't always register either. Good start though.

    This plugin locks up my server in it's current state. :C Same :sad.gif: I also get the same error at time.
    Posted in: Alpha - Survival Multiplayer Discussion
  • 0

    posted a message on Hell mixing with normal world?
    I can't seem to get hell to work either. Lot of other people reporting the same thing.
    Posted in: Alpha - Survival Multiplayer Support
  • 0

    posted a message on [Hey0 Plugin] MonoPort v0.5
    Sorry, been offline for a few days with a new computer. I'll look into a video or screenshots or something.

    Kuuza: Looks like it's trying to write to the text file, but can't actually get it open or saved. Any more information so I can track down which section is causing this? Can you repeat it all the time?
    Posted in: Alpha - Survival Multiplayer Discussion
  • 0

    posted a message on [Hey0 Plugin] MonoPort v0.5
    Quote from ehushagen »
    This is great, and your code is nice and clean. Have you got a versioning repository set up for this?

    Not yet, I didn't think anyone would really want to see it.

    Updated to v0.5 - Important file change, read 1st post for info.
    Posted in: Alpha - Survival Multiplayer Discussion
  • 0

    posted a message on [Hey0 Plugin] MonoPort v0.5
    1st update done.
    Posted in: Alpha - Survival Multiplayer Discussion
  • 0

    posted a message on Problems detaching with Putty
    Do you use : screen java -Xms1024M -Xmx1024M -jar Minecraft_Mod.jar nogui
    Posted in: Server Support and Administration
  • 0

    posted a message on [Hey0 Plugin] MonoPort v0.5
    Hey all.

    Whilst I was waiting for Realms to get Monolith type portals up, I decided to create my own quick and nasty plugin to do it - Mono(lith) Port(als). Basically you set a destination somewhere (I suggest near another "Portal" Monolith structure), then go to the Portal and create a block that will transport you to the destination.

    I'd suggest creating nice big Portal structures and protecting them with Cuboid or Realms just in case.

    The block type, Admin tool and Public tool can be changed in the properties file.

    Commands as below

    - /setdest [Destination Name] - This will create the destination where you are standing and store the direction you are facing.
    - To create a portal, find the block you want to act as a portal, use the right click on it with the admin tool (Currently the wooden pickaxe, but can be changed) and it will remember the block. Once the block is remembered, type /makeportal [PortalName] [DestinationName] [free|paid] - This will then link the portal to the destination. Any amount of portals can go to one destination. If free|paid is not specified, it will default to free. This allows portals to either be free, or to cost. The cost amount and item type is in the properties file. It will automatically be taken out of the user inventory.
    - To use the portal, right click on the portal block with the user tool (Currently the wooden hoe) and you will be teleported to the destination. You can also walk over the portal to be teleported. portalHeight in the properties file will allow the user to be up to the specified number of blocks above the portal and still be teleported.
    - /showallportallinks will show all the links that are currently active
    - /showalldestinations will show all the valid destination names
    - /delportal [nameOfPortal] will delete all portal links of the portal that has been named.
    - /remportaldest [nameOfPortal] [nameOfDestination] will remove the destination from a portal.
    - /addportaldest [nameOfPortal] [nameOfDestination] will add another destination to an already created portal. If more than 1 destination is present for a portal, it will randomly select one to teleport the user to.

    To be able to use the admin tool, the permission command /monoport must be assigned to that group.
    To be able to use the portal using the user tool, the permission command /useportal must be assigned to that group.

    I've only done limited testing, so there may still be a few bugs, but everything worked ok for my testing.

    Thanks to the Balls Plugin, Cuboid, and GriefAlert for allowing me to view their source code to figure things out. All this source is available in the .jar file. If you want to use it, go ahead, just let me know.

    Updated to allow payment such as gold, and removing an amount from the players inventory.

    Let me know if you have any problems with it or want things changed. Occasionally it catches an exception with reading the data text file, I can't replicate it at all. Let me know if you manage to.

    Included properties file is as below. Should be pretty self-explanatory.

    #Monoport Properties File
    adminItemInHand=270
    itemInHand=290
    portalBlockType=7
    portalHeight=2
    paymentItemType=266
    paymentAmount=1

    0.2 Updates:
    - Now allows you to walk over the portal block. If you are within the height specified by portalHeight, you will be teleported. If it's a negative number, you can be that far under the block and will be teleported.
    - If itemInHand is changed to 0, then you can right click with any object and be teleported.
    - Links below updated.

    0.3 Updates:
    - Works with 117
    - Can allocate an item to be removed as payment. Currently set as a gold bar. Can also change the amount taken.
    The properties files has been modified to include the payment type (paymentItemType=266) and the payment amount (paymentAmount=1). Setting paymentItemType to 0 will allow free travel.

    0.5 Update
    - Random destinations are possible
    - Can select if a portal is free or not
    - Can add multiple destinations to a portal
    - File structure changed
    NOTE: You MUST either delete all existing portals (lines that begin with e) or edit the lines or else it will not work at all.
    If a line is: e,Portal,1,1,1,0,0,Dest then it must be changed to e,Portal,1,1,1,0,0,free,Dest
    Note that the "free" or "paid" is before the Destination name in the comma list. This will make the portal either free or paid. If not all the lines starting with e have this change, it will error. Lines starting with d do not need to be changed.

    Latest files 0.5 NOTE: Read change log above before using
    Zip http://www.mediafire.com/?9fzm0ro0lp1a8xt
    Tar.gz http://www.mediafire.com/?sdkeodnc5bl07ge

    Old 113 files. Last version is 0.2 for 113
    Zip http://www.mediafire.com/?qaeqqz6uypezzos
    Tar.gz http://www.mediafire.com/?pik9jd2yuszmnap
    Posted in: Alpha - Survival Multiplayer Discussion
  • 0

    posted a message on Lock this thread (hMod thread)
    Is there a way to limit the items that moderators can use in the /item command?
    I want to be able to spawn all as an admin, but I don't want the mods to spawn everything.
    Cheers. Love the mod.
    Posted in: Server Support and Administration
  • To post a comment, please .