WorldEdit Issues :(

Discussion in 'Bukkit Help' started by ArTiC_Punisher47, Mar 30, 2012.

Thread Status:
Not open for further replies.
  1. No it didn't work. :(
     
  2. Offline

    andrewpo

    Open Terminal, run command
    Code:
    cd /Users/justin/Desktop/craftbukkit/
    then run
    Code:
    ls -l
    What is the output?
     
  3. Wait... This is what I got....

    cd /Users/justin/Desktop/craftbukkit/
    ls -1
    david-pecks-imac-3:~ justin$ cd /Users/justin/Desktop/craftbukkit/
    david-pecks-imac-3:craftbukkit justin$ ls -1
    banned-ips.txt
    banned-players.txt
    bukkit.yml
    craftbukkit.jar
    help.yml
    ops.txt
    permissions.yml
    plugins
    server.command
    server.log
    server.log.1
    server.log.1.lck
    server.properties
    white-list.txt
    world
    world_nether
    world_the_end
    david-pecks-imac-3:craftbukkit justin$
     
  4. Offline

    andrewpo

    Ok now run
    Code:
    cd /Users/justin/Desktop/craftbukkit/
    cd plugins/
    ls -l
    
    and post the output please.
     
  5. david-pecks-imac-3:~ justin$ cd /Users/justin/Desktop/craftbukkit/
    david-pecks-imac-3:craftbukkit justin$ cd plugins
    david-pecks-imac-3:plugins justin$ ls -1
    PermissionsEx.jar
    worldedit-5-5.3.jar
    david-pecks-imac-3:plugins justin$
     
  6. Offline

    zipron

    that is also a problem...

    troubelshouting for beginners:
    - download latest RB here: http://dl.bukkit.org/
    Code:
    wget http://dl.bukkit.org/latest-rb/craftbukkit.jar
    - create a folder in your plugin folder called nonactive (or any name you want) and place all jars in that
    Code:
    cd serverdir/plugins
    mkdir nonactive
    mv *.jar nonactive
    
    - run your server, and configure the server.p^roperties as you want.
    - now enable all plugins one by one, start with the plugins you think they don't cause any errorrs
    Code:
    cd plugins/nonactive
    mv plugin.jar ../
    
    - run and test
    - do this untill you found the plugins which causes errors, search plugins.bukkit.org for the latest download
     
  7. Offline

    andrewpo

    Note that Mac doesn't have wget by default.
    + for future reference, it's good to check dev.bukkit.org/server-mods for plugin updates as lots of popular plugins have moved to there.
    +He only has 2 plugins, showing very odd errors - the plugins aren't bad, I think it's his computer setup.
     

  8. Code:
    david-pecks-imac-3:~ justin$ cd serverdir/plugins
    -bash: cd: serverdir/plugins: No such file or directory
    david-pecks-imac-3:~ justin$ mkdir nonactive
    mkdir: nonactive: File exists
    david-pecks-imac-3:~ justin$ mv *.jar nonactive
    mv: rename *.jar to nonactive/*.jar: No such file or directory
    david-pecks-imac-3:~ justin$
    Code:
    david-pecks-imac-3:~ justin$ cd plugins/nonactive
    -bash: cd: plugins/nonactive: No such file or directory
    david-pecks-imac-3:~ justin$ mv plugin.jar ../
    mv: rename plugin.jar to ../plugin.jar: No such file or directory
    david-pecks-imac-3:~ justin$
    
    Should I have gotten these?
     
  9. Offline

    andrewpo

    you have to make it first by CD'ing to your plugins folder and running
    Code:
    mkdir nonactive/
     
  10. Code:
    david-pecks-imac-3:~ justin$ mkdir nonactive/
    mkdir: nonactive/: File exists
    david-pecks-imac-3:~ justin$
    
    Like this?
     
  11. Offline

    zipron

    david-pecks-imac-3:~ justin$ cd serverdir/plugins
    -bash: cd: serverdir/plugins: No such file or directory

    serverdir = the directory your craftbukkit file is in
     
  12. Offline

    andrewpo

    If you don't know basic unix terminal commands, you shouldn't be running a server.
     
  13. Offline

    zipron

    indeed..
     
  14. :( I'm sorry. I've always wanted to run a server. I just don't know what's wrong with my plugin setup :/
     
  15. Offline

    andrewpo

    Something is corrupting them, open 'Disk Utility' and verify permissions for your macintosh HD (the first aid tab)

    [​IMG]
     
  16. Okay. it's saying 'Reading permissions database' Picture 7.png
     
  17. Offline

    andrewpo

    Ok, just leave it to complete.
     
  18. Do you want me to post the output I got when it finishes?
     
  19. Offline

    andrewpo

    Make sure it repairs your disk permissions and shows this message
    • [​IMG]
    when finished.
     
  20. It says that.

    Now what?

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

    Mining_Man890

    Where the server file is. Example mine is on my desktop in a folder called Minecraft Server.
     
  22. Oh. Mine is in my minder. In a folder called CraftBukkit
     
  23. Offline

    andrewpo

    "in my minder" ?
     
  24. Offline

    andrewpo

    Where in Finder? It could be anywhere.
     
  25. I just had someone tell me I need to update my mac..

    Where do I go to update my java to 6.0?

    And do you have java 6.0?
     
  26. Offline

    andrewpo

    Hang on......
    Click the apple button in the top-left of your screen

    Then go to About This Mac

    What version are you running? Is it 10.4.something, 10.5.something, 10.6.something? 10.7.??
     
  27. Offline

    andrewpo

    Ah, your version of Mac OS can only run Java 5 - Sorry but you won't be able to run plugins on your server.

    Your computer is too old.
     
Thread Status:
Not open for further replies.

Share This Page