no.

Discussion in 'Inactive/Unsupported Plugins' started by Crash, Apr 16, 2011.

  1. Offline

    Crash

    No.
     
    Calcifero and Steve Cole like this.
  2. Offline

    Lemony_Lime

    Could I ask to see the exact format for adding blocks to the movable, and attached-movable parts of the config? I've tried adding them in several different ways, and no matter what I do, it just stops me from being able to move anything. (No, I didn't use tabs.)
     
  3. Offline

    Crash

    Just put another line with another dash and number and the same number of spaces like :
    - 61
    - 17
    etc..
    Then save the config file and type /shift reload ingame.
     
  4. Offline

    Lemony_Lime

    Hmm... well, now the plugin doesn't work at all.
    Code:
    move-tool:
        tool-id: 336
        attach-to-diagonals: true
        move-players:
    
    true
        move-cooltime: 0
        move-through-blocks:
        - 8
        - 9
        - 10
        -
    
    11
        move-attached: false
        maxblocks: 100
        move-mobs: true
    
    
    moveable-blocks:
        - 1
        -20
        -64    attached-moveable-blocks: [ -1
     -20
     -64]
    destroy-tool:
        destroyable-blocks:
        - 1
        tool-id: 280
        attach-
    
    to-diagonals: false
        maxblocks: 100
    
     
  5. Offline

    Crash

    Woooo your config file is majorly screwed up. Make sure to use Notepad++ it's pretty good for yml stuff.

    Remove the [ ] part in attached-moveable-blocks and fix all the random new lines and spacing.
     
  6. Offline

    Lemony_Lime

    I literally just added in the numbers. That's almost exactly the way it comes.
     
  7. Offline

    Crash

    It came with the spacing all screwed up ? The [] I knew it came with but it shouldn't be putting random new lines everywhere.

    Delete the config file and have it generate a new one. Then edit it in Notepad++
     
  8. Offline

    Lemony_Lime

    Ah, yeah. Notepad++ is much better, thanks.

    I'm afraid it still isn't working though...
    I can't seem to see the problem, but I don't really know anything about it. lol
    It says the commands are all unknown.
    Code:
    move-tool:
        tool-id: 336
        attach-to-diagonals: true
        move-players: true
        move-cooltime: 0
        move-through-blocks:
        - 10
        - 11
        move-attached: false
        maxblocks: 100
        move-mobs: true
        moveable-blocks:
        - 1
        - 4
        - 5
        - 8
        - 9
        - 20
        - 23
        - 25
        - 26
        - 35
        - 41
        - 42
        - 43
        - 44
        - 45
        - 46
        - 47
        - 48
        - 49
        - 50
        - 51
        - 53
        - 54
        - 55
        - 58
        - 59
        - 60
        - 61
        - 62
        - 63
        - 64
        - 65
        - 66
        - 67
        - 68
        - 69
        - 70
        - 71
        - 72
        - 75
        - 76
        - 77
        - 80
        - 81
        - 82
        - 83
        - 84
        - 85
        - 86
        - 87
        - 88
        - 89
        - 90
        - 91
        - 92
        - 93
        - 94
        attached-moveable-blocks:
        - 1
        - 4
        - 5
        - 8
        - 9
        - 20
        - 23
        - 25
        - 26
        - 35
        - 41
        - 42
        - 43
        - 44
        - 45
        - 46
        - 47
        - 48
        - 49
        - 50
        - 51
        - 53
        - 54
        - 55
        - 58
        - 59
        - 60
        - 61
        - 62
        - 63
        - 64
        - 65
        - 66
        - 67
        - 68
        - 69
        - 70
        - 71
        - 72
        - 75
        - 76
        - 77
        - 80
        - 81
        - 82
        - 83
        - 84
        - 85
        - 86
        - 87
        - 88
        - 89
        - 90
        - 91
        - 92
        - 93
        - 94
    destroy-tool:
        destroyable-blocks:
        - 1
        tool-id: 280
        attach-to-diagonals: false
        maxblocks: 100
    
    Well... I got it to work, but I had to copy the -8 -9 -10 -11 and then change the numbers... if I just type it in, it doesn't work at all. What's the difference?

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

    hintzsche

    when i change parameters in the config file with notepad++, i cant use shift, i got the error unknown command when i write /shift move. can someone help me
     
  10. Offline

    Crash

    Check the console are there any issues ?
    I don't know why that would be happening unless the plugin is disabled..
     
  11. Offline

    Lemony_Lime

    It might be the same problem I was having... pressing enter to create a new line causes it to stop working altogether.
     
  12. Offline

    Crash

    But does any error like an exception or some type of message show up in the console ?
     
  13. Offline

    MaltheF

    wow really nice plugin, loved the flood gate thing. [gold]
     
  14. Offline

    Huene

    There is supposedly a way to alias a command in bukkit, does anyone happen to know it? I'm conflicting with I think WorldEdit with /shift (no I'm not willing to double slash WorldEdit, but I don't think I need to there's some way to alias I just don't remember how or where to look)
     
  15. Offline

    MaMaxGER

    Do you upgradte that I want use it for a Football match ;)
     
  16. Offline

    koibunny

    Discontinued? I was just getting some new ideas... -.-' Ah well..
     

Share This Page