Jump to content

IDED

Members
  • Posts

    150
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by IDED

  1. Yeah I had taken that into account for now I was just trying to get it working at default then I was going to start only adding the additionals but as I was having issues I was having two copies one for guest and one for member so I could do two tests each restart rather than one.

    vdub do you have steam? if so feel free to add me IDED2010 I'll have to buy you a game or sumin for all ya help

    Ok I resolved the chat thing apparently towny.* breaks the chat as when it was removed and replaced with each node set individually it works fine, another crazy solution to a problem that shouldnt really occur as why towny is controlling my chat i have no idea as its not even enabled in the world in question.

    Ok the blocks are now blocked but the items work fine for example from pex debug log

    checked for "modifyworld.items.craft.126", "modifyworld.items.*" found

    yet I am using

    - -modifyworld.items.(craft|have|pickup).(125-256.?*)

    - -modifyworld.items.(craft|have|pickup).(385-99999.?*)

    as you said so I take it this is wrong still ?

    ok its not the (craft|have|pickup) bit as it also doesnt work with

    - -modifyworld.items.craft.(125-256.?*)

    - -modifyworld.items.craft.(385-99999.?*)

    - -modifyworld.items.have.(125-256.?*)

    - -modifyworld.items.have.(385-99999.?*)

    - -modifyworld.items.pickup.(125-256.?*)

    - -modifyworld.items.pickup.(385-99999.?*)

    all items/block can still be crafted, picked up and in their inv without modifyworld jumping into action.

  2. To be honest you should message the mod team and see if they will let you expand their threads to include all these additional corrections as I use regex for alot of asp and php but never run into problems like these lol I will try these and update with results as I think my issues maybe a bit deeper than I imagine as I have started encountering various unusual error since my world reset and perms update (like the admin being able to chat but no one but admin can see it... now thats a random one considering everyone can chat and all perms are inherited as you can see so I'm thinking a corruption of some form but I cant be sure until i eliminate all other issues so full reinstall ad add plugins one by one testing after each i guess until its all working.

  3. Ok so I've been lingering on someone elses thread about this but really I guess I should make my own.

    So here we go

    Version 1

    http://pastebin.com/nGYnjqhv

    Version 2

    http://pastebin.com/gUVEMSsJ

    The problem section here is somewhat unusual

    In version 1

    1. - -modifyworld.blocks.(place|interact|destroy).(125-99999)
    2. - -modifyworld.items.(craft|have|pickup).(125-256)
    3. - -modifyworld.items.(craft|have|pickup).(385-99999)

    this doesn't seem to work well at least modifyworld doesn't seem to understand or recognise these lines as during my tests the user is still able to do all the listed actions with those blocks but the other blocks do seem to being blocked.

    In version 2 the reverse becomes true

    1. - -modifyworld.blocks.(place|interact|destroy).7
    2. - -modifyworld.blocks.(place|interact|destroy).19
    3. - -modifyworld.blocks.(place|interact|destroy).46
    4. - -modifyworld.items.(craft|have|pickup|drop|enchant|throw).7
    5. - -modifyworld.items.(craft|have|pickup|drop|enchant|throw).19
    6. - -modifyworld.items.(craft|have|pickup|drop|enchant|throw).46
    7. - -modifyworld.items.(craft|have|pickup|drop|enchant|throw).368
    8. - modifyworld.blocks.(place|interact|destroy).(1-124)
    9. - modifyworld.items.(craft|have|pickup|drop|enchant|throw).(1-124)
    10. - modifyworld.items.(craft|have|pickup|drop|enchant|throw).(257-384)

    In this one we haven't used the modifyworld.* as we are explicitly stating the actions a user can take but now the user cannot interact at all with any blocks even those specified.

    I'm so lost with this one I've tried adding .?* to the end of the numbers, [] or () around the numbers even without any at all and I don't want to have to list every item individually as that will bloat the file and the hours of work I will need to pour into it.

    Any and all ideas welcome as I'm stumped or maybe I'm just doing something stupid that will be obvious to you that isn't to me hey either way I owe ya a beer if you can point it out to me.

  4. The #1 thing to remember about modifyworld is you NEED to have modifyworld.* AFTER everything else. I always put it at the bottom of my permissions.

    If you don't have modifyworld.* it is essentially blocking you from placing anything that you don't have specific permission for.

    Also remember the way permissionex does permissions checks. It is always from top to bottom. Meaning it checks the permission at the top of the list first and then so on down the line. That is why you put modifyworld.* at the bottom of all of your other modifyworld permission nodes.

    I should also note that contrary to my previous post, you no longer have to put an "x" in front of your item numbers. They removed that requirement several versions ago and just recently removed it from their wiki page.

    Your a legend that fixed the issue up nicely, I'm very thankful for you time to help out.

  5. Can anyone tell me what I'm doing wrong

    as i cant place any blocks on my server if i dont have modifyworld.* perm even with the following

      Member:
    
        options:
    
          rank: '950'
    
        prefix: '&0(&fMember&0)&f'
    
        permissions:
    
        - multiverse.access.*
    
        - towny.town.resident
    
        - admincmd.item.kithelp
    
        - bukkit.command.me
    
        - bukkit.command.tell
    
        - modifyworld.damage.*
    
        - modifyworld.mobtarget.*
    
        - modifyworld.interact.*
    
        - modifyworld.items.*
    
        - modifyworld.digestion
    
        - modifyworld.bucket.*
    
        - modifyworld.usebeds
    
        - modifyworld.chat.private
    
        - modifyworld.sneak
    
        - lwc.protect
    
        - admincmd.player.list
    
        - admincmd.player.msg
    
        - admincmd.player.afk
    
        - admincmd.player.roll
    
        - admincmd.player.played
    
        - admincmd.player.reply
    
        - admincmd.tp.back
    
        - admincmd.tp.home
    
        - admincmd.server.help
    
        - admincmd.spawn.tp
    
        - admincmd.server.motd
    
        - admincmd.server.news
    
        - admincmd.server.rules
    
        - admincmd.kit.cart
    
        - modifyworld.blocks.(place|interact|destroy).x(1-6)
    
        - -modifyworld.blocks.(place|interact|destroy).x(7)
    
        - -modifyworld.blocks.(place|interact|destroy).x(126:10)
    
        - -modifyworld.blocks.(place|interact|destroy).x(126:11)
    
        - modifyworld.blocks.(place|interact|destroy).x(127-213)
    
        - modifyworld.blocks.(place|interact|destroy).x215
    
        - modifyworld.blocks.(place|interact|destroy).x(217-222)
    
        - modifyworld.blocks.(place|interact|destroy).x(224-236)
    
        - -modifyworld.items.craft.x126:10
    
        - worldportal.use
    
        inheritance:
    
        - default
    
        worlds:
    
          world: {}

    - modifyworld.blocks.(place|interact|destroy).x(1-6)

    - -modifyworld.blocks.(place|interact|destroy).x(7)

    - -modifyworld.blocks.(place|interact|destroy).x(126:10)

    - -modifyworld.blocks.(place|interact|destroy).x(126:11)

    - modifyworld.blocks.(place|interact|destroy).x(127-213)

    - modifyworld.blocks.(place|interact|destroy).x215

    - modifyworld.blocks.(place|interact|destroy).x(217-222)

    - modifyworld.blocks.(place|interact|destroy).x(224-236)

    - -modifyworld.items.craft.x126:10

    as im grabbing cobble (id:4) trying to place and it wont let me but the first line clearly allows it, but if I put the .* perm it doesnt block any placements etc so it seems like it either block everything or block nothing surely thats not right

  6. Cheers tbh its my first month of using tekkit and mirco blocks so still getting used to doing the extra touches

    also just a side note we aren't in creative mode these buildings were created by crafting each piece :-D (except the power plant walls which were created using world edit)

  7. Well we have had a lot of people on the server and though I must admit we arent the most creative bunch we do have some nice buildings of note...

    The lighthouse lights and doors all controlled by computercraft using microblocks to add a bit of flair.

    Entrance (password locked piston door using light blocks, flair is goldblock panel strips)

    7877478564_d0381ef8ea_b.jpg

    The lighthouse itself, light blocks controlled by cc to give a 2 part rotation of lights

    7877501360_e910ac3625_b.jpg

    7877502700_4547bb64cb_b.jpg

    The aircraft carrier (1/3rd scale)

    7877495378_c6360ec806_b.jpg

    We even gave it a copper...

    7877496124_d92e922229_b.jpg

    and planes

    7877497506_d1accf4e5f_b.jpg

    7877496660_34d257da43_b.jpg

    Our little holiday town

    7877494396_ef45f81f18_b.jpg

    Including free bacon breakfast

    7877492994_341be93526_b.jpg

    The creeper and pyramid house

    7877490428_f520958dde_b.jpg

    7877489044_5a49b8d229_b.jpg

    7877488400_9e9cea71cb_b.jpg

    7877485762_da429d35ef_b.jpg

    The lagfree nuclear power plant

    7877483988_c01f2206fe_b.jpg

    basement ee based ice production controlled by cc

    7877483006_c9a9bcce1b_b.jpg

    2nd floor houses 4 reactors all with their own heat alarms and linked to cc for control, also our incinerator for cleaning out the reactors once the cell are depleted.

    7877481994_ce54cc99f1_b.jpg

    3rd floor houses the control room with the heat alarms for each reactor and the overflow system that produces uu matter with excess electric

    7877481138_4f956dd0b7_b.jpg

    7877479734_0bf1fdd935_b.jpg

    Here you see the overflow system that is linked to power cutting cables so the msfu's never over charge in the battery bank but rather than waste the extra its redirected into the mass fabs (waste not want not)

    7877480498_08ea674744_b.jpg

    Our Japanese inspired admin shop

    7877500270_6d0f33fd90_b.jpg

    7877499098_2b3c41c1a2_b.jpg

  8. IGN: IDED

    Age: 27

    Project you plan to build: Couldn't honestly say as it would depend on the currently available resources, I like to try and fill niches that havent yet been done but I'm a big fan of cc and redstone :-D

    Minecraft experience: from alpha to current I've done it all... ok thats a lie I've played since alpha but even in normal mc I still havent got around to potions and getting to the end

    Tekkit experience: quiet vast now, I've made lagless nuke power plants, quarries, frame lifts, massive fan of microblocks for hiding wiring and adding detail to structures.

    Why you want to join the server: well you used to play on mine a lot and now I've decided to have a look at yours :-D

  9. ... minecraft.net isnt down and I am still getting this same issue so it is the correct forum now :-P

    *eats those words* as mc.net has gone down again, it seems intermitent that or everyone logging in at same time when it comes back up

    *spits the words back out* strike that I just logged in to mc.net and got the updated version via the play online page and its all working fine but tekkit still will not work...

  10. if you use admincmd I believe the command is /air 214 [world size] I did that on mine it removed 8/9 of them but unfortunately im forced to search for the last one as I believe the air command uses sphere so you would need to repeat at each level to ensure you get them all.

    Also as an added alternative (so you can let certain players use the items or allow them in set worlds) try using worldguard and adding 214 to the blacklist with on-aquire=deny and on-place=deny this means you can deny by world rather than completely or using modify world in the perms - -modifyworld.blocks.place.214 this will allow you to deny them to certain groups instead (remember to turn inherit off or if you disallow to lower levels it will auto deny to higher)

  11. Nope no new plugins but the plugins I've been running since way before there was this issue is...

    AdminCMD

    Pex

    Dynmap

    Worldedit

    Worldguard

    Worldborder

    and LWC

    none of which ever caused an issue previously, they stopped working after I upgraded from 3.1.1 to 3.1.2 there has been no other changes.

    Not sure but this looks like an upgrade issue as a fresh server they are working fine, maybe its time for a clean install... damn

  12. Title: Engines and quarry no longer function 3.1.2

    Version: 3.1.1

    OS: xp

    Java Version: 7

    Description of Problem:

    IC2 Engines appear to operate but they will not pump materials or create quarries.

    **Pumps are working for liquids etc, it seems that it is just quarries that are broken.

    Error Messages:

    Error Log:

    
     
    
    

×
×
  • Create New...