Solved Cannot add Plugin's to server!

Discussion in 'Bukkit Help' started by v1films, Jan 25, 2012.

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

    v1films

    I run on a mac.

    I have downloaded the .jar files into my plugins folder.
    [Example: Essentials.jar / Lockette.jar]

    I then start my server, however they do not appear. Do I need to enable them or something? I can't get this to work! Thanks
     
  2. Offline

    MrRedLogan

    Im not to familier with mac servers but I can still try. Do you have the server.log ?
     
  3. You shouldn't have to. I develop on a Mac and as they're unix based, they're identical to running a server on a linux host.

    Could you post your startup log?
    How about permissions of the jar files?
     
  4. Offline

    v1films


    Code:
    Last login: Wed Jan 25 22:59:38 on ttys001
    /Users/Vincent/Desktop/BukkitServer/start.command ; exit;
    Vincent-De-La-Torres-iMac:~ Vincent$ /Users/Vincent/Desktop/BukkitServer/start.command ; exit;
    174 recipes
    27 achievements
    23:00:59 [INFO] Starting minecraft server version 1.1
    23:00:59 [INFO] Loading properties
    23:00:59 [INFO] Starting Minecraft server on 5.36.200.144:25565
    23:00:59 [INFO] This server is running Craftbukkit version git-Bukkit-1.1-R1-b1818jnks (MC: 1.1) (Implementing API version 1.1-R1)
    23:01:00 [INFO] MLog clients using java 1.4+ standard logging.
    23:01:00 [INFO] [Vault] Loading Vault v1.2.5-b59.
    23:01:00 [INFO] [Vault][Economy] Essentials Economy found: Waiting
    23:01:00 [INFO] [Vault][Permission] GroupManager found: Waiting
    23:01:00 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    23:01:00 [INFO] [Vault][Chat] GroupManager found: Waiting
    23:01:00 [INFO] [Vault] Enabled Version 1.2.5-b59
    23:01:00 [INFO] Preparing level "V1"
    23:01:00 [INFO] Default game type: 0
    23:01:00 [INFO] Preparing start region for level 0 (Seed: 7661509045848243862)
    23:01:01 [INFO] Preparing start region for level 1 (Seed: 7661509045848243862)
    23:01:01 [INFO] Preparing spawn area: 32%
    23:01:02 [INFO] [GroupManager] Loading GroupManager v1.7 (Phoenix).
    23:01:02 [INFO] GroupManager - INFO - World Found: v1
    23:01:02 [INFO] GroupManager - INFO - World Found: V1_the_end
    23:01:02 [INFO] GroupManager - INFO - World Found: world
    23:01:02 [INFO] GroupManager - INFO - Superperms support enabled.
    23:01:02 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    23:01:02 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    23:01:02 [INFO] GroupManager version 1.7 (Phoenix) is enabled!
    23:01:02 [INFO] [Vault][Permission] GroupManager hooked.
    23:01:02 [INFO] [Vault][Permission] GroupManager - Chat hooked.
    23:01:02 [INFO] [Permissions] Loading Permissions v3.1.6.
    23:01:02 [INFO] Fake Permissions version 3.1.6 is enabled!
    23:01:02 [INFO] [Essentials] Loading Essentials v2.7.2.
    23:01:02 [INFO] Bukkit version format changed. Version not checked.
    23:01:02 [INFO] git-Bukkit-1.1-R1-b1818jnks (MC: 1.1)
    23:01:02 [INFO] 1.1-R1
    23:01:02 [INFO] File not found: plugins/Essentials/jail.yml
    23:01:02 [INFO] Loaded Essentials build 2.7.2 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    23:01:02 [INFO] Essentials: Using GroupManager based permissions.
    23:01:02 [INFO] [Vault][Economy] Essentials Economy hooked.
    23:01:02 [INFO] [EssentialsXMPP] Loading EssentialsXMPP v2.7.2.
    23:01:02 [WARNING] config broken for xmpp
    23:01:02 [INFO] Loaded EssentialsXMPP build 2.7.2 by: essentials team
    23:01:02 [INFO] [EssentialsChat] Loading EssentialsChat v2.7.2.
    23:01:02 [INFO] Loaded EssentialsChat build 2.7.2 by: essentials team
    23:01:02 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.7.2.
    23:01:02 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    23:01:03 [INFO] Loaded EssentialsProtect build 2.7.2 by: essentials team
    23:01:03 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.7.2.
    23:01:03 [INFO] Loaded EssentialsSpawn build 2.7.2 by: essentials team
    23:01:03 [INFO] [EssentialsGeoIP] Loading EssentialsGeoIP v2.7.2.
    23:01:03 [INFO] Loaded EssentialsGeoIP build 2.7.2 by: essentials team
    23:01:03 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    23:01:03 [INFO] Server permissions file permissions.yml is empty, ignoring it
    23:01:03 [INFO] File not found: plugins/Essentials/spawn.yml
    23:01:03 [INFO] Done (2.591s)! For help, type "help" or "?"
    23:01:03 [INFO] GroupManager - INFO - Bukkit Permissions Updated!
    >
    

    EDIT: I JUST got them to appear there. Now, I cant get them to appear in game. When I type help or ? it dosent give me any info about the plugin, or if its working or not haha.

    EDIT: For some reason, I just kept waiting, closing and re-trying using the exact same meathod, and it worked now. I dont understand at all. But it works. Oh well. Thank you for your help :)

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

Share This Page