Im REALLY confused here..

Discussion in 'Bukkit Help' started by coolbeans00, Aug 23, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    coolbeans00

    :eek: I'm very confused. So i have started the server. I have a windows XP, but my computer is confusing because i have an Eee Box attached to the back of it. my java:
    Code:
    C:\Documents and Settings\Ryan>java -version
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
    I have no wrappers that i know of..
    My Build:
    Code:
    16:55:07 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-
    g73697a4-b1000jnks (MC: 1.7.3)
    16:55:07 [INFO] This server is also sporting some funky dev build of Bukkit!
    For the other things is there an easier way i can figure them out? i really dont know..
    For things i tried:
    I have run the vanilla server, nothing was the same on the bukkit server.
    I believe i have the latest CraftBukkit unless there was a new one in the past month or two.
    When i removed my plugins, i got the same thing.

    I have no idea what some other things that sticky said i needed are...

    I have permissions 3.x, the Sql and the normal, and now permissions dissapeared from the plugins list at bukkit.org. I also have essentials, but i only have jar files: Essentials, EssentialsProtect, EssentialsSpawn, EssentialsChat, and EssentialsGeoIP. No config file or anything. Is that right? I also have just the jars of LWC, godPowers, MagicCarpet, BigBrother, EasyRules, Alerter, iChat p-3, SuperPowers, BannedItems v 1.4, WorldEdit 4.6, SetRank. The latest for all of those, but I don't know what versions except WorldEdit and BannedItems. SetRank came with a config, iChat I ended up creating a config, EasyRules came with the rules file, but it's not YAML, Banned items cam with a folder called: __MACOSX and a Banned Items folder, World Edit came with a folder called craftscripts, changelog, notice, and license text documents, and a readme HTML document, and finally Alerter came with a database folder and an Alerter DAT file. IS THERE ANYTHING I AM MISSING?

    For some reason my plugins don't work even though my permissions.yml file that always gets automatically made but is blank, says:
    Code:
    plugin:
    
    permissions:
            system: default
            copies:
    
    groups:
    
    Newbie :
            default: true
            info:
                prefix: '&3'
                suffix: '&a'
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.home'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.sethome'
    
    Trainees:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
                - Newbies
            permissions:
                - 'essentials.tp'
                - 'essentials.tphere'
                - 'ichat.color'
                - 'godPowers.godmode'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.nuble'
    Ninja:
            default: false
            info:
                prefix: '&5'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    users:
    I made it say that.
    That file is in my overall bukkit stuff folder.
    And my groups file:
    Code:
    groups:
    
    Guests:
            default: true
            info:
                prefix: 'Guest'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
    
    Newbies:
            default: false
            info:
                prefix: 'Newbie :)'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.home'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.sethome'
    
    Trainees:
            default: false
            info:
                prefix: 'Trainee'
                suffix: ''
                build: true
            inheritance:
                - Newbies
            permissions:
                - 'essentials.tp'
                - 'essentials.tphere'
                - 'superpowers.fly'
                - 'godPowers.godmode'
    
    Admins:
            default: false
            info:
                prefix: '&cMordecai'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    Spies:
            default: false
            info:
                prefix: '&cSpies:)'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    tracks:
        Beginners:
            - Guests
            - Newbies
        Administrators:
            - Admins
            - Spies
    
    And because a permissions 3.x helper said users SHOULDNT automatically update and you only need to do one user if you need a specific permissions node, i have a users.yml file but it has nothing in it. I didnt automatically get a storageconfig.yml file for permissions, i made one and it says:
    Code:
    permissions:
        storage:
            type: SQL
            dbms: 'MYSQL'
            uri: jdbc:sqlite:plugins/Permissions/permissions.db
            username: 'perm'
            password: 'perm'
            worldtype:
                nether: YAML
                skylands: YAML
    
    When i launch craft bukkit it says:
    Code:
    151 recipes
    16 achievements
    16:31:30 [INFO] Starting minecraft server version Beta 1.7.3
    16:31:30 [INFO] Loading properties
    16:31:30 [INFO] Starting Minecraft server on *:25565
    16:31:31 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    16:31:31 [INFO] Preparing level "Sky Craft"
    16:31:32 [INFO] Preparing start region for level 0 (Seed: 6346679082251460298)
    16:31:33 [INFO] Preparing spawn area: 28%
    16:31:34 [INFO] Preparing spawn area: 69%
    16:31:35 [INFO] CraftBukkitUpToDate version 2.5.7 is enabled!
    16:31:35 [INFO] CButD: Permission system not detected, defaulting to OP
    16:31:35 [WARNING] CraftBukkitUpToDate: Can't connect to ci-b.bukkit.org.
    16:31:35 [INFO] Server permissions file permissions.yml is empty, ignoring it
    16:31:35 [INFO] Done (0.427s)! For help, type "help" or "?"
    16:31:45 [INFO] The automatic update-Check only work every 6 hours, the last che
    ck was 101 minutes ago.
    >
    
    Any Help? the commands don't work, and That message always comes up, yet the permissions.yml file ISNT empty... Also should i put all of my plugins in folders? right now i have the ones with no extra files or whatever just alone except Essentials, i put all of those jar files in a folder, and the ones with extras are in a folder including the jar files and the extras.

    THANKS SO MUCH IN ADVANCE!!!!! :D

    ~coolbeans00 [diamond]
     
  2. Offline

    Banana937

    @coolbeans00 Are all of the plugins in the plugins folder? Because they aren't being loaded.
     
  3. Offline

    coolbeans00

    Yeah they are all in there... I agree, i dont understand why they arent loading.
     
  4. Offline

    Banana937

    Are they directly in the folder? Or are they in a folder inside the plugins folder?
     
  5. Offline

    TnT

    Post your server.log file, your server.properties file, and a directory listing of your server directory and plugins directory.
     
  6. Offline

    coolbeans00

    Banana some are alone but some are in a folder because they Have other files with them. Like I have more than one config.yml file and TNT Ive been loading the server.log for more thn an hour now.... Gersh..... Then ill upload the server.properties, but plugin directory?????
     
  7. Offline

    coolbeans00

    Hello??? I still need help!!! Please check out my new forum!
     
  8. Offline

    Retricide

    You can take screenshots of your directories, or Better yet, zip your server root up and upload it to a file-sharing site so we can have a look at it. Just make sure that, before you upload it, there's no "confidential" information in the folder (mysql passwords, etc).
     
  9. Offline

    coolbeans00

    Okay cool!
    I just randomly wrote an SQL password and such.... Do I have to go somewhere and create one?
     
  10. Offline

    coolbeans00

    Can anyone please help me????
     
  11. Offline

    nala3

    ..ok here is how your server folder should go

    /server/
    start script
    craftbukkit snapshot jar
    server log
    server props
    other stuff
    /plugins/​
    /plugin1/ <- thats just an example fyi​
    plugin1config​
    otherstuff that it put in there​
    /plugin2/​
    plugin2config​
    otherstuff that it put in there​
    plugin1.jar​
    plugin2.jar​


    if you actually have the plugins in folder within the plugins folder than no. they wont work​

     
  12. Offline

    coolbeans00

    Okay ill try that out! Thanks :)
    @nala3

    @Retricide
    Help me!!!! Only craftbukkituptodate loads......

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  13. We can't help you if you don't provide any of the requested things.
     
  14. Offline

    coolbeans00

    I provided tons of info!!!!!
    @V10lator

    My directory... I think :)
    I did what nala
    Said.... So then ,my plugins folder just has the jar of craftbukkituptodate and BigBrother.....

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  15. but nothing that was requested:
     
  16. Offline

    coolbeans00

    Ummm on my computer I was trying to load server.log but it's REALLY long...... I was going to load server.properties but my computer w shut down..... :( so now I have to wait like 3 hours to load server.log again :( :( D:
    @V10lator

    Hi ive been getting help from iminent fate :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
Thread Status:
Not open for further replies.

Share This Page