The Bukkit Consulting Firm - Solving all your Bukkit-related challenges!

Discussion in 'Bukkit Help' started by M1sT3rM4n, Aug 25, 2011.

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

    Speadzz

    Sorry for being noob but where =w="?
     
  2. Offline

    saul100

  3. Offline

    Flying_hat

    Sure, here you go:

    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        superperms:
            parent-nodes: true
            enable: true
            strict-mode: false
        createUserRecords: false
        allowOps: false
        debug: false
        basedir: plugins/PermissionsEx
    
     
  4. Offline

    Speadzz

    ok ok I used it but my problem still isn't Fixed the problem is Pail isn't Launching at all Whihc keeps my Server Polling... Isnt there like a File Which like Fix Every plugin i have and Optimizes my server according to my System Specs?
     
  5. Offline

    hammale

    all rite i dropped a post there :D

    i dont know of any "magical files" :D Can I have a look at you're server.log?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  6. Offline

    Speadzz

    Opened it with Notepad idk if thats right tho but here it is o.o
    Code:
    2011-10-23 19:05:33 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-23 19:05:33 [INFO] Loading properties
    2011-10-23 19:05:33 [INFO] Starting Minecraft server on *:25565
    2011-10-23 19:05:33 [WARNING] **** FAILED TO BIND TO PORT!
    2011-10-23 19:05:33 [WARNING] The exception was: java.net.BindException: Address already in use: JVM_Bind
    2011-10-23 19:05:33 [WARNING] Perhaps a server is already running on that port?
    2011-10-23 19:06:23 [INFO] Stopping server
    
    BTW im running Offline/Insecuremode and using hamachi for my friends....
     
  7. Offline

    hammale

    yeah that's your log all rite :D I'm not a hamachi user but it looks to me like you have another server running on port 25565...either shut off the other server or try changing your port in server.properties.
     
  8. Offline

    M1sT3rM4n

    So I suppose that you've come back to work for us eh?
     
  9. Offline

    Tdog2523

    Okay
    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        superperms:
            disable-unmatched: false
            enable: true
            debug: false
            strict-mode: false
            parent-nodes: true
        createUserRecords: false
        allowOps: false
        debug: false
        basedir: plugins\PermissionsEx
     
  10. Offline

    hammale

    it sure looks that way :D
     
  11. Offline

    M1sT3rM4n

    Can you help Tdog out?
     
  12. Offline

    hammale

    hmmm lemme check his problem...

    @Tdog2523 All rite inside of your PEX folder you should have another file named permissions.yml. Open that thing up! Inside here is where you will put your permissions and "ranks". In order to get the chat/rank colors you will need to install a chat plugin, I personally use iChat. Heres a sample of what you could have:
    Code:
    users:
        hammale:
            group:
            - God
            prefix: '&c[OWNER] '
            suffix: '&3'
        Tdog:
            group:
            - Moderator
            permissions:
            - extra.permission
    groups:
        default:
            default: true
            permissions:
            - foo.bar
        Moderator:
            prefix: '&c[MOD] '
            suffix: '&3'
            permissions:
            - foo.bar
            - bar.foo
            worlds:
                world_nether:
                    permissions:
                    - -foo.bar
        God:
            permissions:
            - '*'
    
    Ok this isn't half as bad as it looks.. The first section is the users. Inside Users you can define the group of the player, the rank (prefix), chat color (suffix) and any extra permissions. As you can see above the user "hammale" is in the God group, has the rank of [OWNER] in red (&c), a chat color of blue (&3) and no extra permissions. Now the user "Tdog" is in the Moderator group with no rank or chat color but he has the extra permission of "extra.permission".

    Now moving onto the groups. The default group has "default: true" which means that if a user connects to the server is not defined in "users" he gets these permissions. The "God" group has a "*" for permissions meaning that that group has all permissions. The Moderator group has both "foo.bar" and "bar.foo" but in the world "world_nether" they do not have the permission "foo.bar". putting a second "-" in front of the permission removes that permission from the group/user. You can also set chat prefixes/suffixes in groups.

    In all of your plugins that support permissions you will find nodes (foo.bar) that you can use in this file. Putting a "*" after a node will give the user/group access to all of the sub nodes in that node. So giving Tdog "foo.*" would automaticaly give him "foo.bar".

    Hope that helps :)

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

    tyzoid

    Try restarting you computer. If that doesn't do it, temporarily disable your firewall. (Should be windows defender)

    Do not keep your firewall disabled. Make sure to re-enable it.
    If disabling it worked try to add java as an allowed exception into your firewall.

    Here's how to do it: http://www.sevenforums.com/tutorials/542-windows-firewall-add-remove-exception.html

     
  14. Offline

    Speadzz

    I dont wanna be mean or so but those are logs of a month ago and all this happened Yesterday i got a other server logg which do have Todays Informatio but the logg is 40 mb
     
  15. Offline

    hammale

    well ur not being meen! Maybe you should show us you're CURRENT log :D
     
  16. Offline

    number1_Master

    um idk if this is related but where can i find all the craftbukkit permission nodes (like bukkit.broadcast)
     
  17. Offline

    hammale

    hmmm i was unaware there were craftbukkit permission nodes...if you want to restrict building/chat/item use I would recommend PEX's ModifyWorld :D You can see the nodes for ModifyWorld here. Hope it helps :)
     
  18. Offline

    M1sT3rM4n

    Hurray for @hammale coming back to our consulting group!
     
  19. Offline

    hammale

    hurray :D
     
  20. Offline

    Speadzz

    Can't it says Please enter a message with no more than 30000 characters.
     
  21. Offline

    saul100

    @Speadzz Enter it inside of a code. (code icon)
    or:

    [CODE ]INSERT YOUR MESSAGE HERE[/CODE ]

    But without the message
     
  22. Offline

    Speadzz

    i know i tried...
     
  23. Offline

    saul100

    Go to www.pastebin.com and post it there, then post the link to it here.
     
  24. Offline

    hammale

    Try going to pastebin.com and paste it there.

    lol great minds think alike :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  25. Offline

    Speadzz

  26. Offline

    hammale

    ok that appears to be a world problem...did you try running Chunkster on it yet?
     
  27. Offline

    Speadzz

    Yeah
     
  28. Offline

    hammale

    hmmm try renaming/moving your world. That way the server has to create a new one. Before you do that though, delete your current server.log. That way after you have it recreate the world we can see a brand new, small, fresh log :D just post your log on pastebin after you tried this.
     
  29. Offline

    Speadzz

    I guess its the world which is failing Pail Which is strange tho... Cause it onley happened after the bluescreen i got..

    Ill Give Fresh Log of The world im using now then a log of a new world k?

    Current Bugged World:

    Code:
    2011-11-29 22:18:21 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-29 22:18:21 [INFO] Loading properties
    2011-11-29 22:18:21 [INFO] Starting Minecraft server on *:25565
    2011-11-29 22:18:21 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-11-29 22:18:21 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-11-29 22:18:21 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-11-29 22:18:21 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-11-29 22:18:21 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067-g6301507-b1185jnks (MC: 1.8.1)
    2011-11-29 22:18:22 [INFO] MLog clients using java 1.4+ standard logging.
    2011-11-29 22:18:22 [INFO] [Pail] Initializing...
    2011-11-29 22:18:22 [INFO] [Pail] Setting up themes...
    2011-11-29 22:18:22 [INFO] [Pail] Registering events...
    2011-11-29 22:18:22 [INFO] [Pail] Loading interface...
    2011-11-29 22:18:38 [INFO] [Pail] Setting up window...
    2011-11-29 22:18:38 [INFO] [Pail] Pail 0.7.5 Enabled
    2011-11-29 22:18:38 [INFO] Preparing level "awesomeonoelo"
    2011-11-29 22:18:38 [SEVERE] java.io.IOException: Not in GZIP format
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:9)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.WorldLoader.b(SourceFile:50)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:73)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:169)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-29 22:18:38 [SEVERE] java.io.IOException: Not in GZIP format
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:9)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.WorldLoader.b(SourceFile:61)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:73)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:169)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-29 22:18:38 [INFO] Default game type: 1
    2011-11-29 22:18:38 [SEVERE] java.io.IOException: Not in GZIP format
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:9)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.PlayerNBTManager.c(PlayerNBTManager.java:93)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.World.<init>(World.java:128)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-29 22:18:38 [SEVERE] java.io.IOException: Not in GZIP format
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:9)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.PlayerNBTManager.c(PlayerNBTManager.java:104)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.World.<init>(World.java:128)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-29 22:18:38 [INFO] New max size: 400
    2011-11-29 22:18:38 [INFO] New max size: 784
    2011-11-29 22:18:38 [INFO] New max size: 1764
    2011-11-29 22:18:38 [INFO] New max size: 5476
    2011-11-29 22:18:38 [INFO] New max size: 18496
    2011-11-29 22:18:38 [INFO] New max size: 19044
    2011-11-29 22:18:38 [SEVERE] java.lang.NullPointerException
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.WorldServer.c(WorldServer.java:106)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.World.a(World.java:2224)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.Chunk.addEntities(Chunk.java:629)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:81)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.World.getChunkAt(World.java:300)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.World.getTypeId(World.java:247)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.World.isEmpty(World.java:251)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.World.a(World.java:218)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.WorldProvider.canSpawn(SourceFile:50)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.World.canSpawn(World.java:104)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.World.c(World.java:202)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.World.<init>(World.java:150)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-11-29 22:18:38 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-29 22:18:38 [SEVERE] Unexpected exception
    java.lang.NullPointerException
        at net.minecraft.server.WorldServer.c(WorldServer.java:106)
        at net.minecraft.server.World.a(World.java:2224)
        at net.minecraft.server.Chunk.addEntities(Chunk.java:629)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:81)
        at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
        at net.minecraft.server.World.getChunkAt(World.java:300)
        at net.minecraft.server.World.getTypeId(World.java:247)
        at net.minecraft.server.World.isEmpty(World.java:251)
        at net.minecraft.server.World.a(World.java:218)
        at net.minecraft.server.WorldProvider.canSpawn(SourceFile:50)
        at net.minecraft.server.World.canSpawn(World.java:104)
        at net.minecraft.server.World.c(World.java:202)
        at net.minecraft.server.World.<init>(World.java:150)
        at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    New World Log:

    Code:
    2011-11-29 22:25:13 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-29 22:25:13 [INFO] Loading properties
    2011-11-29 22:25:13 [INFO] Starting Minecraft server on *:25565
    2011-11-29 22:25:13 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-11-29 22:25:13 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-11-29 22:25:13 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-11-29 22:25:13 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-11-29 22:25:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067-g6301507-b1185jnks (MC: 1.8.1)
    2011-11-29 22:25:14 [INFO] MLog clients using java 1.4+ standard logging.
    2011-11-29 22:25:14 [INFO] [Pail] Initializing...
    2011-11-29 22:25:14 [INFO] [Pail] Setting up themes...
    2011-11-29 22:25:14 [INFO] [Pail] Loading interface...
    2011-11-29 22:25:14 [INFO] [Pail] Registering events...
    2011-11-29 22:25:30 [INFO] [Pail] Setting up window...
    2011-11-29 22:25:30 [INFO] [Pail] Pail 0.7.5 Enabled
    2011-11-29 22:25:30 [INFO] Preparing level "awesomeonoelo"
    2011-11-29 22:25:30 [INFO] Default game type: 1
    2011-11-29 22:25:30 [INFO] New max size: 400
    2011-11-29 22:25:30 [INFO] New max size: 784
    2011-11-29 22:25:30 [INFO] New max size: 1764
    2011-11-29 22:25:30 [INFO] New max size: 5476
    2011-11-29 22:25:30 [INFO] New max size: 18496
    2011-11-29 22:25:30 [INFO] New max size: 19044
    2011-11-29 22:25:30 [INFO] Preparing start region for level 0 (Seed: -3109579599668830537)
    2011-11-29 22:25:31 [INFO] Preparing spawn area: 4%
    2011-11-29 22:25:32 [INFO] Preparing spawn area: 12%
    2011-11-29 22:25:33 [INFO] Preparing spawn area: 24%
    2011-11-29 22:25:34 [INFO] Preparing spawn area: 32%
    2011-11-29 22:25:35 [INFO] Preparing spawn area: 40%
    2011-11-29 22:25:36 [INFO] Preparing spawn area: 48%
    2011-11-29 22:25:37 [INFO] Preparing spawn area: 57%
    2011-11-29 22:25:38 [INFO] Preparing spawn area: 65%
    2011-11-29 22:25:39 [INFO] Preparing spawn area: 77%
    2011-11-29 22:25:40 [INFO] Preparing spawn area: 85%
    2011-11-29 22:25:41 [INFO] Preparing spawn area: 93%
    2011-11-29 22:25:42 [INFO] CraftBukkitUpToDate version 2.7.0 is enabled!
    2011-11-29 22:25:42 [INFO] [CustomMusic] 2 jukeboxe(s) loaded.
    2011-11-29 22:25:42 [INFO] [CustomMusic] 0 area(s) loaded.
    2011-11-29 22:25:42 [INFO] [CustomMusic] Permissions enabled using: GroupManager v1.3 (Phoenix)
    2011-11-29 22:25:42 [INFO] [CustomMusic] Starting servers on port 4224-4227...
    2011-11-29 22:25:43 [INFO] CustomMusic version 0.8c is enabled!
    2011-11-29 22:25:43 [INFO] CButD: CraftBukkit is Outdate, try to download new version
    2011-11-29 22:25:43 [INFO] Build 2.6.3 geladen Essentials van Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    2011-11-29 22:25:43 [INFO] Essentials: Using config based permissions. Enable superperms in config.
    2011-11-29 22:25:43 [INFO] Build 2.6.3 geladen EssentialsChat van essentials team
    2011-11-29 22:25:43 [INFO] Build 2.6.3 geladen EssentialsGeoIP van essentials team
    2011-11-29 22:25:43 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-11-29 22:25:43 [INFO] GroupManager - INFO - World Found: awesomeonoelo
    2011-11-29 22:25:43 [INFO] GroupManager - INFO - World Found: world
    2011-11-29 22:25:43 [INFO] GroupManager - INFO - Superperms support enabled.
    2011-11-29 22:25:43 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-11-29 22:25:43 [INFO] GroupManager version 1.3 (Phoenix) is enabled!
    2011-11-29 22:25:43 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-11-29 22:25:44 [INFO] Build 2.6.3 geladen EssentialsProtect van essentials team
    2011-11-29 22:25:44 [INFO] Build 2.6.3 geladen EssentialsSpawn van essentials team
    2011-11-29 22:25:44 [WARNING] config broken for xmpp
    2011-11-29 22:25:44 [INFO] Build 2.6.3 geladen EssentialsXMPP van essentials team
    2011-11-29 22:25:44 [INFO] PailPlus v0.2 beta enabled
    2011-11-29 22:25:44 [INFO] WorldEdit 4.7 enabled.
    2011-11-29 22:25:44 [SEVERE] WorldEdit: Unable to read default configuration: config.yml
    2011-11-29 22:25:44 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-11-29 22:25:44 [INFO] Fake Permissions version 3.1.6 is enabled!
    2011-11-29 22:25:44 [INFO] Essentials: Using Permissions 3 based permissions.
    2011-11-29 22:25:44 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-11-29 22:25:44 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-11-29 22:25:44 [INFO] Done (1,422s)! For help, type "help" or "?"
    2011-11-29 22:25:49 [INFO] CButD: CraftBukkit download new Build, please stop the server and copy C:\Documents and Settings\BobOrulez\Mijn documenten\CraftBukkit Server\bukkit_update\craftbukkit-0.0.1-SNAPSHOT.jar to your Main-Folder.
    2011-11-29 22:25:52 [INFO] The automatic update-Check only work every 6 hours, the last check was 11 minutes ago.
    
     
Thread Status:
Not open for further replies.

Share This Page