Solved Server not working URGENT!!

Discussion in 'Bukkit Help' started by jbaubs, Aug 7, 2014.

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

    jbaubs

    Hello,

    I have just updated to the new craftbukkit 1.7.9 R0.2 and I'm having problems. The first is that I haven't started up the server since May or June, so my plugins all broke. I've gotten all of the new ones and MassiveCore and Factions never loaded, but I still have access. Then I thought I have to update Java for MCore, but the installation wizard failed, but got it to work after system restore and many, many programs. But now, whenever I got to the client version to join, it keeps saying pinging. With a non-existent IP (or not set-up, which I have tested), it instantly says no host., so something is there. I've restarted my computer, re-port forwarded, re-setup the firewall, and deletd all unnecceddary plugins. Please help and thank you in advance!

    Client
    Windows 8.1
    Surface Pro
    Java 7 Update 65

    Server
    Windows 7
    HP-G60
    Java 7 Update 65

    The ports seem to be port-forwarded correctly and the firewalls is disabled for 25565,and this started as soon as I updated Java
     
  2. Offline

    MrSparkzz

    jbaubs What version of Minecraft did you update from?

    Can you post your server log?
     
  3. Offline

    jbaubs

    Attached Files:

  4. Offline

    AGC-Intra

    jbaubs
    You say this started when updating Java, that the wizard failed?
    Perhaps double-check your Java install. From command prompt, use: java -version
    What does it say?

    Also wonder what IP you are using to connect to your server with.
    The router assigned IP for the server? If not, that is your issue. If it's on your own network you need to connect with the assigned IP for that server. 192.168.?.?

    Router assigned IPs can be seen from the router software DHCP table or on the system you want the assigned IP for goto command prompt and type: ipconfig
    The listed IPv4 address is that computers assigned IP.
     
  5. Offline

    jbaubs

    the cmd said:
    C:\Users\blankname>java -version
    java version "1.7.0_51"
    Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
    Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)

    The IP used for logon is the external IP, not the internal IP. I am trying to access from the same network, but neither the 192.168.?.?? (server computer's Internal IP), or the external IP seem to work
     
  6. Offline

    AGC-Intra

    jbaubs
    Your Java version shows you are using update 51, not 65. That shouldn't be an issue though. I could be wrong.
    If the server is on the same network you need to be using the router assigned IP for that computer.
    Assuming you port-forwarded correctly in your ROUTER settings.
    Server system is not running any additional security software? If so try temp disable on it, specially firewall. If that works then youll need to enter the setup for that security and create an exception/forward.
     
  7. Offline

    MrSparkzz

    jbaubs
    It appears that you're using a localhost connection.. You never assigned an IP in your server.properties folder.. For Bukkit servers (if I'm not mistaken) you want to put your internal IP address (the IP of your machine) in the server-ip field.

    That's how I used to do it, and whenever my dynamic system IP changed, people wouldn't be able to connect to my server until I changed it in the config.
     
  8. Offline

    jbaubs

    My antivirus has been shut down, and the firewall is allowing both Java and any program running through 25565, so there is no problem with that.
    Well, I tried putting it in the server.config, both IPs, and neither work, along with me changing them on client. My friends can't seem to connect though either.
     
  9. Offline

    AGC-Intra

    You do not need any ip set in the server.properties to connect using localhost or 127.0.0.1.
    I do it daily.
    jbaubs
    Can you connect to other servers okay with your client?
    Do you mind telling me your IP?
     
  10. Offline

    jbaubs

    Well, it doesn't work either way. Idk whats causing it. Java seems to be fine, the server log shows no errors, just something unknown
     
  11. Offline

    MrSparkzz

    That's not the internal ip address of the system. The internal IP Address is something like 192.168.1.(number either assigned dynamically by your router, or manually in your router properties).
     
  12. Offline

    AGC-Intra

    I was pointing out that setting the IP in the server.properties is not needed. Your router assigned IP is what it is and connecting to a server on the machine you are using would be done with localhost or even better with 127.0.0.1. Was trying to point out that NO server.properties setting is needed to connect to your own machines server using localhost.

    You said you need to put your internal IP in the server.properties in order to connect with localhost. I was just trying to point out that is wrong and putting the internal (router assigned) ip in your server.properties is not needed specially if all he is attempting to do is make an internal connection on his own network/system.

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

    LHammonds

    Zip up your server folder, upload to mediafire, send me a private message with the DL link and I will fix anything that is wrong with it and send it back to you. I only have time to work on this today (Saturday). So if you see this the next day or after, don't bother. :)

    EDIT: If your "world" folders make the archive too huge, simply avoid adding them to the archive, they are not needed for me to fix your problem.

    LHammonds
     
  14. Offline

    MrSparkzz

    AGC-Intra
    That's how I do it, and without anything in the server-ip key, the server wont port forward.
     
  15. Offline

    Wolf3141

    Does it spam this over and over again until the end of time? If so, its not a java error, or a port forward error, its an internet problem.
     
  16. Offline

    Necrodoom

    Wolf3141 um, no, that's the server being slow, for one reason or another. It takes too long to calculate each tick.
     
  17. Offline

    Wolf3141

    It's rather normal for a server to output this 3-4 times when you first start it up. However, players are also unable to connect during this period of time so if its doing it more than 3 times that means it could be the issue.
     
  18. Offline

    Necrodoom

    Wolf3141 internet being slow does not cause the server to slow down.
    If the server is so slow that it skips 5% of ticks, then connection may timeout before they connect, due to inability of the server to process the packets, but that's not 100%.
     
  19. Offline

    jbaubs

    Where do I start... Yes, my server does consistently skip ticks, maybe 40 or so ticks every 5-10 minutes, nothing helps when the server.properties server-ip is changed (blank, internal, or external). and I will send a .zip shortly for download on dropbox.

    EDIT: For those who think they can help ( Necrodoom, Wolf3141, MrSparkzz, AGC-Intra, LHammonds ) here is the .zip file of the folder:
    https://www.dropbox.com/s/xsrqgi68ethktib/Server.zip?dl=1

    please

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

    ZanderMan9

    jbaubs Here is a dropbox link containing a batch file I wrote so you can figure out your internal IP.
    Look for IPv4 address. That is your computer's internal IP. Use that to connect to your server (from your client, I mean. Others will need to use your router's IP + port 25565).
    https://www.dropbox.com/s/5uz905wh7urordk/IPFinder.bat
    Or you can use LOCALHOST. Also, make sure your server-port is correct. If you could share your server.properties file, that would be great.
     
  21. Offline

    LHammonds

    Took a quick look.

    The archive is using Craftbukkit 1.7.10

    There are several region folders with .mcr files. Those were converted to .mca so you can safely delete all .mcr files in all region sub-folders. There shouldn't be any .mcr files is what I'm saying. It is not breaking anything, just unused and wasted space.

    There are not many plugins installed and of the ones installed, they seem to load just fine:

    latest.log
    Code:
    [19:44:08] [Server thread/INFO]: Starting minecraft server version 1.7.10
    [19:44:08] [Server thread/INFO]: Loading properties
    [19:44:08] [Server thread/INFO]: Default game type: SURVIVAL
    [19:44:08] [Server thread/INFO]: Generating keypair
    [19:44:08] [Server thread/INFO]: Starting Minecraft server on *:25565
    [19:44:08] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.2-18-ga04b586-b3107jnks (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
    [19:44:08] [Server thread/INFO]: [PreciousStones] Loading PreciousStones v9.6.7
    [19:44:08] [Server thread/INFO]: [NCore] Loading NCore v0.6.9
    [19:44:08] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
    [19:44:08] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
    [19:44:08] [Server thread/INFO]: [NPermissions] Loading NPermissions v0.6.9
    [19:44:08] [Server thread/INFO]: [Essentials] Loading Essentials vPre2.14.1.2
    [19:44:08] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.2
    [19:44:08] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vPre2.14.1.2
    [19:44:08] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.14.1.2
    [19:44:08] [Server thread/INFO]: [NCore] Enabling NCore v0.6.9
    [19:44:08] [Server thread/INFO]: Preparing level "world"
    [19:44:08] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5242348009770495510)
    [19:44:09] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5242348009770495510)
    [19:44:09] [Server thread/INFO]: [PreciousStones] Enabling PreciousStones v9.6.7
    [19:44:10] [Server thread/INFO]: [PreciousStones] Version 9.6.7 loaded
    [19:44:10] [Server thread/INFO]: [PreciousStones] SQLite Connection successful
    [19:44:11] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
    [19:44:11] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
    [19:44:11] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
    [19:44:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: 5242348009770495510
    [19:44:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: FLAT & seed: 5242348009770495510
    [19:44:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'baubscastle' - Env: NORMAL - Type: NORMAL & seed: 63950005
    [19:44:16] [Server thread/INFO]: Preparing start region for level 2 (Seed: 63950005)
    [19:44:17] [Server thread/INFO]: [PreciousStones] (baubscastle) cuboids: 47
    [19:44:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'iceice' - Env: NORMAL - Type: FLAT & seed: 7219516392451392039
    [19:44:17] [Server thread/INFO]: Preparing start region for level 3 (Seed: 7219516392451392039)
    [19:44:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'extreme' - Env: NORMAL - Type: AMPLIFIED & seed: -1217292385
    [19:44:18] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1217292385)
    [19:44:18] [Server thread/INFO]: [PreciousStones] (extreme) cuboids: 2
    [19:44:18] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
    [19:44:18] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
    [19:44:18] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
    [19:44:22] [Server thread/WARN]: [Multiverse-Portals]  Failed Parsing World for: Freeroam->Main (World Error, World did not exist or was not imported into Multiverse-Core!)
    [19:44:22] [Server thread/WARN]: [Multiverse-Portals]  Portal Freeroam->Main has an invalid LOCATION!
    [19:44:22] [Server thread/WARN]: [Multiverse-Portals]  Portal 'Freeroam->Main' not loaded due to invalid location!
    [19:44:24] [Server thread/INFO]: [Multiverse-Portals]  9 - Portals(s) loaded
    [19:44:24] [Server thread/INFO]: [NPermissions] Enabling NPermissions v0.6.9
    [19:44:24] [Server thread/INFO]: [Essentials] Enabling Essentials vPre2.14.1.2
    [19:44:24] [Server thread/INFO]: Using locale en_US
    [19:44:24] [Server thread/INFO]: Using locale en_US
    [19:44:24] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
    [19:44:24] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
    [19:44:24] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.2
    [19:44:24] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vPre2.14.1.2
    [19:44:24] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.14.1.2
    [19:44:24] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [19:44:31] [Server thread/INFO]: Done (22.774s)! For help, type "help" or "?"
    I was able to connect to the localhost just fine.

    Once logged in and op'd, I then typed "/mv list"

    It shows most worlds are fine but 2 of them are "unloaded" which are "factions" and "freeroam"

    The "factions" world folder doesn't even exist. Normally, you would do "/mv remove factions" to remove the reference from Multiverse. But it gave an error and said to remove manually from the config file "worlds.yml".

    I removed both "factions" and "freeroam" from the world.yml file.

    I noticed another world folder inside "freeroam" called "pixles" so I moved it from under freeroam to the root of the server folder like the other world folders.

    I started the server up and issued the following commands:

    Code:
    /mv import freeroam normal
    /mv import pixles normal
    
    I could then safely teleport to them using "/mv tp freeroam" and "/mv tp pixles"

    I jumped around to each world, ran various commands but did not see any slow-down on the server saying it couldn't keep up. The only error I saw @ the console was related to changing worlds and not able to pass the event to NPermissions. I have never used that plugin so I have no idea about it.

    I then started looking at plugin versions and noticed Multiverse-Core and Multiverse-Portals is 2.4. Whoops, that needs to be updated. Go to the following versions:

    Multiverse-Core 2.5 build 691
    Multiverse-Portals 2.5 build 712

    I noticed that after I updated Multiverse to those versions, there were no more errors on the console with NPermissions when changing worlds.

    Since you mentioned factions before, I thought I'd throw it on there and see if it would work. Since this is 1.7.10, only 1 version will work with it (and that version will NOT work with CB 1.7.9)

    I installed the following plugins:

    MassiveCore 7.3.0
    Factions 2.5.0

    I started the server up and it generated the config files and loaded just fine. I stopped the server and started it up one more time to verify nothing generated an error in the console.

    latest.log
    Code:
    [20:46:04] [Server thread/INFO]: Starting minecraft server version 1.7.10
    [20:46:04] [Server thread/INFO]: Loading properties
    [20:46:04] [Server thread/INFO]: Default game type: SURVIVAL
    [20:46:04] [Server thread/INFO]: Generating keypair
    [20:46:04] [Server thread/INFO]: Starting Minecraft server on *:25565
    [20:46:04] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.2-18-ga04b586-b3107jnks (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
    [20:46:04] [Server thread/INFO]: [PreciousStones] Loading PreciousStones v9.6.7
    [20:46:04] [Server thread/INFO]: [NCore] Loading NCore v0.6.9
    [20:46:04] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
    [20:46:04] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b712
    [20:46:04] [Server thread/INFO]: [NPermissions] Loading NPermissions v0.6.9
    [20:46:04] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v7.3.0
    [20:46:04] [Server thread/INFO]: [Essentials] Loading Essentials vPre2.14.1.2
    [20:46:04] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.2
    [20:46:04] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vPre2.14.1.2
    [20:46:04] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.14.1.2
    [20:46:04] [Server thread/INFO]: [Factions] Loading Factions v2.5.0
    [20:46:04] [Server thread/INFO]: [NCore] Enabling NCore v0.6.9
    [20:46:04] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v7.3.0
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] === ENABLE START ===
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §eLoading Playerdat datas...
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §eLoading Cachefile datas...
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §eLoading Onlineplayer datas...
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §eLoading Registry datas...
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §eLoading Dbmojangapi datas...
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §bPlayer Strings Found: §d0
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §bPlayer Strings Cached: §d0
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §bPlayer Strings Remaining: §d0
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §eNow fetching the remaining players from Mojang API ...
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §e ... done!
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §eSaving Cachefile...
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] §eSetup of IdUtil took §d17§ems.
    [20:46:04] [Server thread/INFO]: [MassiveCore 7.3.0] === ENABLE §aCOMPLETE §e(Took §d94ms§e) ===
    [20:46:04] [Server thread/INFO]: Preparing level "world"
    [20:46:05] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5242348009770495510)
    [20:46:05] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5242348009770495510)
    [20:46:06] [Server thread/INFO]: [PreciousStones] Enabling PreciousStones v9.6.7
    [20:46:06] [Server thread/INFO]: [PreciousStones] Version 9.6.7 loaded
    [20:46:06] [Server thread/INFO]: [PreciousStones] SQLite Connection successful
    [20:46:08] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
    [20:46:08] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
    [20:46:13] [Server thread/INFO]: Preparing start region for level 2 (Seed: 7219516392451392039)
    [20:46:14] [Server thread/INFO]: Preparing start region for level 3 (Seed: -1217292385)
    [20:46:14] [Server thread/INFO]: [PreciousStones] (extreme) cuboids: 2
    [20:46:15] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8486876692233507292)
    [20:46:15] [Server thread/INFO]: Preparing start region for level 5 (Seed: 8486876692233507292)
    [20:46:16] [Server thread/INFO]: Preparing start region for level 6 (Seed: 63950005)
    [20:46:16] [Server thread/INFO]: [PreciousStones] (baubscastle) cuboids: 47
    [20:46:17] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
    [20:46:18] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
    [20:46:18] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b712
    [20:46:18] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b712 Enabled - By Rigby and fernferret
    [20:46:26] [Server thread/INFO]: [MVPLogging] 9 - Portals(s) loaded
    [20:46:26] [Server thread/INFO]: [NPermissions] Enabling NPermissions v0.6.9
    [20:46:26] [Server thread/INFO]: [Essentials] Enabling Essentials vPre2.14.1.2
    [20:46:26] [Server thread/INFO]: Using locale en_US
    [20:46:26] [Server thread/INFO]: Using locale en_US
    [20:46:26] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
    [20:46:26] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
    [20:46:26] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.2
    [20:46:26] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vPre2.14.1.2
    [20:46:26] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.14.1.2
    [20:46:26] [Server thread/INFO]: [Factions] Enabling Factions v2.5.0
    [20:46:26] [Server thread/INFO]: [Factions 2.5.0] === ENABLE START ===
    [20:46:26] [Server thread/INFO]: [Factions 2.5.0] === ENABLE COMPLETE (Took 92ms) ===
    [20:46:27] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [20:46:35] [Server thread/INFO]: Done (30.555s)! For help, type "help" or "?"
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] ============================================
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] We are preparing for Mojangs switch to UUIDs.
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Learn more at: https://forums.bukkit.org/threads/psa-the-switch-to-uuids-potential-plugin-server-breakage.250915/
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Loading Playerdat datas...
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Loading Cachefile datas...
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Loading Onlineplayer datas...
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Loading Registry datas...
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Loading Dbmojangapi datas...
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Player Strings Found: 0
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Player Strings Cached: 0
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Player Strings Remaining: 0
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Now fetching the remaining players from Mojang API ...
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0]  ... done!
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Saving Cachefile...
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Now updating database for plugins that are ready ...
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Pre update factions_mplayer.
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Post update factions_mplayer. Took 1ms. 0/0 changed.
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Pre update factions_uplayer@default.
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] Post update factions_uplayer@default. Took 0ms. 0/0 changed.
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0]  ... done!
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] (database saving will now commence which might lock the server for a while)
    [20:46:35] [Server thread/INFO]: [MassiveCore 7.3.0] ============================================
    [20:46:35] [pool-3-thread-3/INFO]: [PreciousStones] (extreme) cuboids: 2
    [20:46:39] [pool-3-thread-3/INFO]: [PreciousStones] (baubscastle) cuboids: 47
    [20:46:39] [pool-3-thread-3/INFO]: [PreciousStones] (world) cuboids: 41
    
    I jumped in the game, and issued the following commands which all worked fine:
    Code:
    /f create Camelot
    /f desc Knights of the Roundish Table
    /f admin
    /f claim
    /f sc
    
    EDIT: Oh, I'm also using Java 1.7.0 Update 65 (64-bit)

    I created this batch file and used it when starting up your server:

    start-server.bat
    Code:
    @ECHO OFF
    TITLE jbaubs
    SET RAM2USE=1024
    CD /D C:\Craftbukkit
    
    REM ** Look for a version of Java 7 that matches the OS (32-bit for 32-bit, 64-bit for 64-bit) **
    IF EXIST "%ProgramFiles%\Java\jre7\bin\java.exe" GOTO JAVA7DEFAULT
     
    REM ** Look for 32-bit version of Java 7 on 64-bit OS **
    IF EXIST "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" GOTO JAVA732BIT
    
    :JAVA7DEFAULT
    REM ** This will execute if run on a 32-bit OS with a 32-bit version of Java 7 **
    REM ** This will execute if run on a 64-bit OS with a 64-bit version of Java 7 **
    "%ProgramFiles%\Java\jre7\bin\java.exe" -XX:MaxPermSize=128M -Xmx%RAM2USE%M -Xms%RAM2USE%M -jar craftbukkit.jar nogui
    GOTO DONE
    
    :JAVA732BIT
    REM ** This will execute if run on a 64-bit OS with only a 32-bit version of Java 7 **
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -XX:MaxPermSize=128M -Xmx%RAM2USE%M -Xms%RAM2USE%M -jar craftbukkit.jar nogui
    GOTO DONE
    
    :DONE
    REM ** This will pause the screen so you can see any error messages after stopping the CraftBukkit server. **
    PAUSE
    
    
    LHammonds
     
    AGC-Intra likes this.
  22. Offline

    jbaubs

    Well, the server.porperties is in the dropbox file I uploaded, and the IP is correct, along with the port

    nvm, it looks like my antivirus was shut down, but the rogram was corrupt, so i reinstalled it and it works, thanks for all of the help. and also, some of your help did infact do stuff, so thank you again

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

Share This Page