Jump to content

ZeePal

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by ZeePal

  1. This Server Requires

    Tekkit 3.1.2

    This is a 24/7 PvP Tekkit server based around Factions and an Economy.

    You are allowed to Grief people, steal from people and kill people

    :P

    Server: mc.ZeePal.net

    Server IP: 199.223.216.120

    Cheating/Hacking will not be tolerated!

    Spawn

    2012-09-17_105753_3613352.jpg

    Town

    2012-09-17_110136_3613373.jpg

    This server is located in Las Vegas (USA West Coast).

    The latency is only 190ms from Melbourne with an ADSL connection.

    Bukkit Plugins:

    • EnderPortalFix_Tekkit (Written by Owner)
    • Essentials
    • EssentialsGeoIP
    • Factions (Custom Version)
    • FactionsPlus (Custom Version)
    • GravelClay
    • Jobz (Written by Owner)
    • LagMeter
    • mcbans
    • mcMMO (Custom Version)
    • McMmoAp
    • Modifyworld
    • NoLagg
    • PermissionsEx
    • SafeExplosions
    • Vault
    • WorldBorder

    Banned Items:

    • General:
    • - Chunk Loaders (You must be playing to earn your loot)
    • Industrial Craft:
    • - Mining Laser (A little op for mining)
    • Build Craft:
    • - Quarry (use the Industrial Craft Miner coz big holes look ugly)
    • Equivalent Exchange:
    • - Anti-Matter Relays (Buy your fuels)
    • - Collectors (Buy your fuels)
    • - Transmutation Tablets (Find your loot or steal it!)
    • - Energy Condenser (Find your loot or steal it!)
    • - Hammers (Use other Red & Dark Matter Tools)
    • - Combo tools (Use other Red & Dark Matter Tools)
    • - Gem Armour (Come on you know you want Quantum!)
    • - Alchemical Bags (You can make the Cyan 1)
    • - Philosophers Stone (Buy your fuels)
    • - All Stones
    • - All Rings but the Harvest Goddess Ring
    • - All Amulets
    • - All Lens
    • - Gem of Eternal Destiny
    • - Mercurial Eye
    • - Talisman of Repair

    Rules:

    • No Cheating
    • No Hacking
    • No Glitching
    • No Modded Clients
    • No Griefing WILDERNESS! (You can grief people with lava!)
    • Don't Spawn kill to much let the outsiders build a house first then kill them ;)

    Known Problems:

    • You can craft banned items with Tekkit's crafting tables but they will be deleted from your inventory so don't waste your loot

  2. Thank you! I didnt want to put MV on my server just for this purpose so I throw together a small one fix.

    @matejdro I normally just run and duck from the dragon :P more of a challenge! (try typing DUCK! very quickly in chat...)

  3. Thank you thats very helpful but I havent been able to find any documenation abt Tekkit and its changes to Bukkit like adding these materials on runtime...

    I have however ran the following while tekkit is running:

    Material temp = Material.getMaterial(140);
    
    for (Material current : temp.getClass().getEnumConstants()) {
    
        getLogger().info("Material: " + current);
    
    }

    I have now got a full list of Materials that tekkit 3.1.2 uses.

    However I dont think I can set Nether Iron in McJobs for example (135:3) as X135 would be nether coal and for example Material.getMaterial("X135:3")returns null...

    If you could point me to some Tekkit documentation about or the search keywords you have used to find this information I should be able to do some more tests and research... (I have tried searching for javadocs, documentation, api's, etc (my Google broken for the first time ever? :P))

  4. Do some investigation, you can't expect us to do all the work for you.

    MC Jobs Configuration

    I have done investigation and testing but I am unable to get copper ore for example working only the vanilla items work and thats by default.

    Google shows nothing with mcjobs and logblocks working together for tekkit.

    It seems the plugin (McJobs) uses material names only from bukkit classes which to my knowledge tekkit hasn't add their items to the list as I cant find an updated list of names, I have checked the material class file in Tekkit.jar and cant see copper in there for example where I can see iron like the normal bukkit class file and even if they did update it I dont think that would work as the normal bukkit material class doesnt seem to support data values for materials just id's.

    I have tried using item id's with data values in the plugins config but that doesnt work either nor does item id's on their own work (inc vanilla id's only vanilla material names work).

    So if you would be so kind as to help people with a problem than just being rude.

    If you can help thats fine then dont be rude.

×
×
  • Create New...