The Bukkit Consulting Firm - Solving all your Bukkit-related challenges! Thread #2

Discussion in 'Bukkit Help' started by Deleted user, Jun 21, 2012.

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

    mmorton89

    I've tried multiple ones that I have found on the internet but right now just the basic one.

    java -Xms1024M -Xmx6144M -jar $SERVICE nogui
     
  2. Offline

    jacklin213

    try using this code

    java -Xms2024M -Xmx6144M -jar $SERVICE nogui
     
    mmorton89 likes this.
  3. Offline

    mmorton89

    Ok, I will but i'm curious why 2024?
     
  4. Offline

    jacklin213

    that should set the minium ram to 2024 that could help stop the laggin
     
    mmorton89 likes this.
  5. Offline

    mmorton89

    Well... I am very confused :confused: I just flew 20,000 blocks in 1 direction with no issues. I am pretty sure I have used
    -Xms2048M before and got errors? Not sure but I hope this issue is fixed :D.

    If you don't mind this brings up 2 more questions.

    First question, I allocate a maximum 6144M but when I use essentials /mem it shows up as 5461M. Is the difference memory being used by plugins?

    Second question, So if I want to set - Xms higher, could I use 6144M or would I need to leave room if my plugins require ram?

    edit - sorry I spoke too soon I guess, it crashed with another java error

    java error - http://pastebin.com/GGyC9MV2
     
  6. Offline

    jacklin213

    Q1) yes
    Q2)u can raise it to 6144M if u want i use -xms1024M -xmx1024M for my testing servers
    so u should have -Xms6144M -Xmx6144M
     
    mmorton89 likes this.
  7. Offline

    mmorton89

    Well, setting - Xms to 6144M has helped but I still get crashes. I am going to uninstall java 7 and reinstall java 6 and see if that helps.
     
  8. Offline

    jacklin213

  9. Offline

    lBluel

    Is it possible to remove permissions from operators? or to change to the default permissions status to a different group rather than for operators to have to default permissions?

    http://pastebin.com/wYgC1Zya

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

    Deleted user

    Please reply to this post if you're still waiting for an answer to your question.
     
  11. Offline

    bottlerocket123

    I want to allow everyone on my server to use the /time and /tp commands. how can i do that?
     
  12. Offline

    mmorton89

    ShootToMaim
    Hey, I am still getting those java errors with sun java 6. Any ideas?
     
  13. Offline

    lBluel

    yes
     
  14. Offline

    Deleted user

    System specs?

    Please post your question again. Thanks :p.
     
  15. Offline

    mmorton89

    AMD Phenom II 965 quad core 3.6GHz
    8 GB DDR3 ram
    CentOS 6
    java version "1.6.0_33"
    Java(TM) SE Runtime Environment (build 1.6.0_33-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode)
    not sure what else you need, just let me know. :p
     
  16. Offline

    jacklin213

    @bottlerrocket123 give them the essentials nodes
    lBluel heres your fix http://pastebin.com/WH1iCMCU
    u just had bad spacing eg) u had this "-modifyworld.*' when it should b this with the space between '-' and 'm'
    this is what it should b "- modifyworld.*" u also forgot to put the ':' after groups and users
    and there is not such thinks as "groups" for users its only "group"
     
    lBluel likes this.
  17. Offline

    Platfis

    The IP I see on my computer is 192.x.x.x but whatsmyip.org shows 213.x.x.x. I cannot access the 213.x.x.x in my URL bar but I can access the 192.x.x.x. But I think I have to host on 213.x.x.x. But I dont know how, does anyone have a solution?
     
  18. Offline

    jacklin213

    ip on your computer is the INTERNAL ip thats what u log in with whatsmyip.org shows your EXTERNAL ip which is wat others connect to but u cant connect to it. Port forward with your INTERNAL give others your EXTERNAL
     
  19. Offline

    Platfis

    Ok so I think I know how it works now, 192.x.x.x is the internal IP and 213.x.x.x is the external one. I think I have portforwarded correctly now, but canyouseeme still doesn't see it as open... I have one option in my router though saying UPnP enable, should I enable or disable this?

    EDIT: Canyouseeme now says connection refused while it said something like no connection before... How do I make it public or something like that?
     
  20. Offline

    jacklin213

  21. Offline

    Platfis

    Ah it's open :) Just canyouseeme was bugging I guess. Thank you sir!
     
  22. Offline

    bottlerocket123

    can you give me more of a step by step how to do this? i have tried but with no luck.
     
  23. Offline

    s4tch

    I am also still waiting, thanks.
     
  24. Offline

    lBluel

    Thanks
     
  25. Offline

    jacklin213

  26. Offline

    lBluel

    What is the permission node for the /help command? I want to allow my groups to be able to use the /help command to see the commands their allowed to use how would do I do that? I've tried putting the bukkit.command.help but the server says they don't have the permissions for the command. Help?
     
  27. Offline

    mmorton89

    essentials.help
     
  28. Offline

    Quinnatator

    Hey, I've encountered a recent error on my server:

    Here's the link: http://pastebin.com/k00Ns0qA

    I don't know what is causing it, but it has crashed my server before. It may have something to do with the amount of lag on my server since other players seemed to be getting severe lag when it happened... I'm not sure. Any help would be appreciated. Thanks.
     
  29. Offline

    Deleted user

    1. What CraftBukkit build are you running?

    And try using Java 7. :p.
     
  30. Offline

    jacklin213

    java 7 was giving him errors before
     
Thread Status:
Not open for further replies.

Share This Page