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

    Magi1053

    Mind if i join?
     
  2. Offline

    Tolerance

    hmm. i see you're a PermissionsEX expert so i might as well ask this too, whenever i reload server, my groups reset. i'm using pex. how can i fix this? i know restarting server is what i should do. but sometimes i type so fast not even realizing that i'm typing /reload and i would really hate all groups resetting.
     
  3. Offline

    klop1324

    @ShootToMaim

    when i start my server it goes through the regular startup but soon after i get several messages that look like this

    [severe] at net.minecraft.server.chunkproviderserver.getchunkat(chunkproviderserver.java:103)
    [severe] at net.minecraft.server.minecraftserver.a(minecraftserver.java:355)
    [severe] at net.minecrat.server.minecraftserver.init(minecraftserver.java:199

    this is only a small portion of the errors it seems to happen most when :
    someone joins the server
    someone leaves the server
    someone is typing in chat

    it doesnt directly affect the players (i think) but it extremely annoys me because i generally look at the console and causes a small amount of lag

    Help Please?
     
  4. Offline

    Omnitv

    Magi1053 and Konkz , I do not think ShootToMaim is accepting new staff at this point as he stated in an earlier post here, Once we have more and more customers on this thread then we can hire new staff. Feel free to help others on Bukkit related issues on this thread, on Permissions, Server.bat, Port forwarding, plugins, ect.
    Mind you I can speak for myself but not for Maims
     
    Deleted user likes this.
  5. Offline

    Konkz

    I think I told you the answer in another post, but anyway,
    what command are you using?
     
  6. Offline

    Tolerance

    /reload
     
  7. Offline

    Konkz

    Let me re-phrase it;
    What command do you use to promote them / change their group?

    EDIT:
    Don't use /reload
    It makes memory leaks - restart server manually!
     
  8. Offline

    Tolerance

    I know, but some times, if I do it on accident, I don't want the groups to reset.

    To promote I use /pex user <username> group set <group>
     
  9. Offline

    yourcace

    Can some 1 here help me with residence plugin?
     
  10. Offline

    Deleted user

    100% correct. Until we get more questions, we are not accepting new staff. What's the point of having 5+ staff when you only get <10 questions a day?

    What do you need help with? Expand, please.
     
    Omnitv likes this.
  11. Offline

    New Motion

    I just upgraded my laptop from Windows XP to Windows 7. This meant I had to clean install it on my laptop. I uploaded my server so I can download it when the installation was done. I am now on Windows 7, but when I run my server, I get an error saying:

    The weird thing was that I was able to run my server just fine when I was on Windows XP. Here is my run.bat. It is the same run.bat that I had when I had Windows XP.

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit.jar nogui
    PAUSE
     
  12. Offline

    Konkz

    Try and promote someone with this command:
    /pex user (name) group set (group name)

    Download SetrankPex makes life easy
     
  13. Offline

    epicbox

    Okay, so for my bukkit server that I run on my computer, I moved one of my worlds from my .minecraft/bin/saves folder and put it in the root directory of the server and named it 'world' And I made the nether and all that, and I did a lot of work in the nether and in the end, and I was wondering if there was a way to like convert all three 'world', 'world_nether', and 'world_the_end' together so I could get my whole world back.
     
  14. Offline

    Deleted user

    1. Rename your .jar to craftbukkit.
     
  15. Offline

    Tolerance

    That plugin doesn't even work. Says I don't have permission. =/
     
  16. Offline

    Deleted user

    When you reload, of course you're resetting your permissions :p.
    Just manually restart your server...
     
  17. Offline

    Konkz

    Use console, and read the post - especially the 'permissions' bit.
    It should say "If your using the '*' node than do - -xxxxx" and it will tell you which permission
    to remove.
     
  18. Offline

    SnowGears

    Konkz
    Can you help me with my problem after you're done with him please? I really just want to play minecraft with my friends again
     
  19. Offline

    Omnitv

    Tooner101 Is this the only this you see in console/GUI?
    "Internal Exception: java.net.SocketTimeoutException: Read Timed Out"
     
  20. Offline

    SnowGears

    Omnitv
    yes after about 30 seconds right after I log in. And this only happens on wireless computers on my network. People accessing the server from anywhere besides the network the server is on can play fine
     
  21. Offline

    yourcace

    I need help to set a global flag so i can build in everyworld (i have mv2). So it would be in config : Global : Flags : Build-True. But i only want one warold where i can build in so were does it sais worldnamehere. But i have no idea how to do it.


    # These are world flags that are applied when the player is NOT within a residence.
    Flags:
    Global: #these are default for all worlds unless specified below, they can be overridden per group
    use: true
    build: true
    ignite: true
    firespread: true
    damage: true
    creeper: true
    tnt: true
    pvp: true
    WorldNameHere: #here you can set flags for individual worlds, these override Global
    #build: true
    # This gives permission to change certain flags to all groups, unless specifically denied to the group.

    So can u please help me thx for trying :)
     
  22. Offline

    CrazyColoradan

    Mine is actually permissions related, the server I use is running PEX, and we ran into a internal server error, could you take a look at this and see whats wrong exactly? Can't open my server till it's fixed :eek:
    http://pastebin.com/h77FXDD5
     
  23. Offline

    SnowGears

    @Omnitv
    yes after about 30 seconds right after I log in. And this only happens on wireless computers on my network. People accessing the server from anywhere besides the network the server is on can play fine
     
  24. Offline

    Omnitv

    You had a spacing issue on line 318.
    You missed out only one space, simple fix.
    Wrong:
    PHP:
     Owner:
        default: 
    false
        options
    :
          
    rank0
        prefix
    '&0[&4Owner&0]&f'
        
    permissions:
        - 
    essentials.sethome.multiple.unlimited
        
    '*'
    Correct:
    PHP:
      Owner:
        default: 
    false
        options
    :
          
    rank0
        prefix
    '&0[&4Owner&0]&f'
        
    permissions:
        - 
    essentials.sethome.multiple.unlimited
        
    '*'
    Your fully parsed permissions.yml:
    http://pastie.org/private/lfzwquobvpwofsq62jxiq

    Your probably getting more help from TnT on your thread.
    You need to properly portforward your server.
    You need to give out ONLY you external ip address.
    Try Updating your Drivers, as TnT stated.
    How old is your router?
    What it your internet speed?
    What are you computer specifications?
    Do you have firewall up? >> If so turn off windows fire wall, and turn off anti virus systems like AVG, Kapreincky ect.
     
  25. Offline

    Konkz

    Nothing to do with permissions, I can't help
     
  26. Offline

    Deleted user

    1. In the Global part, change "build: true" to "build: false".
    2. Change "WorldNameHere:" to your world name, with a : beside it (no spaces). Example: World:.
     
  27. Offline

    yourcace

    Ok so im still a bit confused but i guess its like that :

    build: false
    Worldname: #here you can set flags for individual worlds, these override Global
    #build: true


    instead of

    WorldNameHere: #here you can set flags for individual worlds, these override Global
    #build: true
     
  28. Offline

    Deleted user

    Yes, except that you should replace Worldname or WorldNameHere with your actual worldname.
     
  29. Offline

    yourcace

    !!!!!! It isn't working do u know how but i made what u told me my world name is axus so i did.
    build: false
    axus: #here you can set flags for individual worlds, these override Global
    #build: true
     
  30. Offline

    Omnitv

    Hey if you/anyone else is getting this error.
    PHP:
    182 recipes
    27 achievements
    java
    .lang.NoClassDefFoundErrorCould not initialize class org.fusesource.jansi.internal.Kernel32
            at org
    .fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSupport.java:50)
            
    at jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:176)
            
    at jline.WindowsTerminal.init(WindowsTerminal.java:80)
            
    at jline.TerminalFactory.create(TerminalFactory.java:93)
            
    at jline.TerminalFactory.get(TerminalFactory.java:151)
            
    at jline.console.ConsoleReader.<init>(ConsoleReader.java:140)
            
    at jline.console.ConsoleReader.<init>(ConsoleReader.java:126)
            
    at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:94)
            
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:624)
            
    at org.bukkit.craftbukkit.Main.main(Main.java:136)
    Press any key to continue . . .
    The solution is that you need to install x32/x64/x86 ofVisual C++ 2008 redistributable This is mandatory for the 1.2.5 R4

    you can try the nojline if you dotn waht Visual C++
    -nojline to the end of your start line, which turns off jline and will allow you to avoid that error.
    Ex:
    Code:
    PHP:
    java -Xms1G -Xmx1G -jar craftbukkit.jar -nojline
     
Thread Status:
Not open for further replies.

Share This Page