Jump to content

Xiph3r

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by Xiph3r

  1. i found your problem Tomab. its Towny!, use this node "towny.cheat.bypass" without the quotes and it will work fine. i just activated my towny and ran into the problem that you are facing. that node allows u to use the jetpack, quantium and flying ring with no issues.

    or edit towny config

     
    
    # Prevent fly and double block jump cheats.
    
      cheat_protection:'true'
    
    
    
    
    change to
    
    
    
    # Prevent fly and double block jump cheats.
    
      cheat_protection: 'false'
    
    

  2. Here goes.

    Patching tools which simply destroy blocks is easy. I create a BlockBreak event, which only cares about the block in question and the player - then I send it to bukkit.

    Patching tools which place or replace blocks is hard. The BlockPlaced and BlockCanBuild event expects there to be a player who's holding an item, as well as what block they're aiming at and what side of the block they're aiming at. This is completely irrelavant for tools such as the evertide amulet, which can arbitrarily spawn water in the air. Same goes for philosophers stone - there's no event for BlockChanged or something, I'd have to pretend the player broke the sand and replaced it with grass or something. It'd get messy and break and wouldn't work right. So that's why.

    It's something I could maybe do with alot of work and fiddling, but honestly why should I? It should be the task of whoever ported the mods to bukkit to do this, not me. Hence, I'm only going to patch destruction tools because they're easy (and the most... destructive, in the hands of a griefer).

    well thankyou for the explanation, i understand what you are saying and you are correct its not your job to fix it. i do thankyou for the fixes you have made and the time you put into it.

  3. How do i connect Filezilla to the ubuntu Virtual machine? o.O

    thanks :D

    you should be asking your friend who setup a shell for you. because simple if he never assigned you permissions to use ftp there's nothing much you will be able todo. also you should be reading the server admin section on the wiki for minecraft. then head over to bukkit and read there server docs.

    or look for a server admin to team up with and basically share the server

×
×
  • Create New...