Help Thread Closed.

Discussion in 'Bukkit Help' started by Orcem12, Jul 21, 2011.

?

Did I Help you? Answer After I help please.

  1. Yes

    16 vote(s)
    66.7%
  2. No

    3 vote(s)
    12.5%
  3. I didn't get a response

    5 vote(s)
    20.8%
Thread Status:
Not open for further replies.
  1. Offline

    Orcem12

    As Daniel said if you have not tried yet, Rename your world. If you are getting the say Error like Daniel said :D your world is corrupted you might have to start a new one if you can't fix it with chunkster. Sorry : /
     
  2. Offline

    Klawful

    Hi, having trouble setting up my permissions. I have used the AdminCmd plugin, and have setup my first command, which is to change the time of day. I tried setting this so only people who are in the "Admin" group can use it, but it appears people in the "Default" group can use it too, such as Bobittah. Not sure why. My coding is below:

    Groups.yml

    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    permissions:
    -'*'

    Op:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    permissions:
    admincmd.time.set
    admincmd.time.day

    Users.yml

    users:
    Klawful:
    permissions: -'*'
    groups:
    - Default
    - Op
    Bobittah:
    permissions: -'*'
    groups:
    - Default

    Basically, I don't want "default" people using stuff I havent given the group permission to. lol
     
  3. Offline

    Orcem12

    Code:
    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    permissions:
    -'*'
    
    Op:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    permissions:
    admincmd.time.set
    admincmd.time.day
    
    Users.yml
    
    users:
    Klawful:
    permissions: -'*'
    groups:
    - Default
    - Op
    Bobittah:
    permissions: -'*'
    groups:
    - Default
    The (permissions: -'*') Star means that they have access to every single command on your server. ;)
     
  4. Offline

    Klawful

    Oh, I thought the minus before the star meant "cannot" use specified plugin. lol. Silly me, I should of thought harder about it. lol. Ty Orcem12!
     
  5. Offline

    Orcem12

    For Example here is what mine looks like on my test server..
    Code:
    groups:
        Everyone:
            default: True
            info:
                prefix: '&f'
                suffix: ''
                build: False
                interact: True
            inheritance: 'null'
            permissions:
              - 'help'
              - 'version'
              - 'motd'
              - 'servertime'
              - 'accept'
              - 'players'
              - 'backpack.*'
              - 'backpack.saveactionbar'
              - 'backpack.toggle'
              - 'commandSigns.*'
              - 'invite'
              - 'join'
              - 'lastseen'
              - 'localshops.buysell'
              - 'localshops.user.*'
              - 'localshops.user.buy'
              - 'lockette.user.create.*'
              - 'lottery.buy'
              - 'mcmmo.ability.*'
              - 'mcmmo.commands.*'
              - 'mcmmo.skills.*'
              - 'ping'
              - 'say'
              - 'iConomy.list '
              - 'iConomy.rank '
              - 'towny.town.claim'
        Regulars:
            default: False
            info:
                prefix: '&a'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Everyone'
            permissions:
              - 'join'
              - 'invite'
              - 'lastseen'
              - 'ping'
              - 'dc.do'
              - 'dc.home.self'
              - 'dc.sethome.self'
              - 'dc.online'
        Moderators:
            default: False
            info:
                prefix: '&1'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Regulars'
            permissions:
              - 'kick'
              - 'ban'
              - 'ban-ip'
              - 'give'
              - 'giveme'
              - 'giveto'
              - 'goto'
              - 'summon'
              - 'lookup'
              - 'pardon'
              - 'pardon-ip'
              - 'save-all'
              - 'say'
              - 'stats'
              - 'tp'
              - 'whois'
              - 'dc.*'
        Administrators:
            default: False
            info:
                prefix: '&4'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Moderators'
            permissions:
              - '*'
              - 'lockette.admin.bypass'
              - 'lockette.admin.snoop'
              - 'citizens.admin'
              - 'citizens.use.npctype'
              - 'towny.admin'
        Owner:
            default: False
            info:
                prefix: '&6'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Administrators'
            permissions:
              - '*'
    No problem ^.^

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

    Klawful

    Um, I removed the *'s from both Users and Groups.... and Bobittah (my mate) can still use the /time command. I am really confused now.
     
  7. Offline

    Orcem12

    post your plugins; and permissions yml using the {} at the top of this box, I'll do your permissions for you.
    [​IMG]
     
  8. Offline

    Klawful

    My permissions.yml in my server folder is empty, I thought the permissions we're stored under Plugins > Permissions > Groups and Users.yml. How do I configure it?

    PS: Using plugins: AdminCmd.jar, CraftBukkitUpToDate.jar, Permissions.jar, PlgSetspawn.jar
     
  9. Offline

    tombik

    Hi, i'm getting this err (i copied also something before):
    Code:
    2011-07-23 08:20:06 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-07-23 08:32:16 [INFO] Connection reset
    2011-07-23 08:32:16 [INFO] kabyd lost connection: disconnect.quitting
    2011-07-23 08:39:03 [INFO] dexterrr [/213.211.42.28:2030] logged in with entity id 155540 at ([world] -291.42422697915026, 72.0, -203.45660224901053)
    2011-07-23 08:39:11 [INFO] [xAuth] dexterrr has logged in
    2011-07-23 08:39:37 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-07-23 08:39:49 [INFO] Connection reset
    2011-07-23 08:39:49 [INFO] dexterrr lost connection: disconnect.quitting
    2011-07-23 08:41:20 [INFO] /90.176.27.17:1141 lost connection
    2011-07-23 08:41:20 [INFO] /213.226.248.58:1688 lost connection
    2011-07-23 08:41:20 [INFO] /90.176.27.17:1157 lost connection
    2011-07-23 08:41:20 [INFO] /90.176.27.17:1178 lost connection
    2011-07-23 08:41:22 [INFO] /213.226.248.58:1690 lost connection
    2011-07-23 08:41:26 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-07-23 08:41:30 [SEVERE]     at net.minecraft.server.NBTTagByteArray.a(SourceFile:21)
    2011-07-23 08:41:31 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-07-23 08:41:31 [SEVERE]     at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
    2011-07-23 08:41:31 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-07-23 08:41:32 [SEVERE]     at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
    2011-07-23 08:41:32 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-07-23 08:41:32 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:46)
    2011-07-23 08:41:32 [SEVERE]     at net.minecraft.server.ChunkRegionLoader.a(SourceFile:29)
    2011-07-23 08:41:32 [SEVERE]     at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:136)
    2011-07-23 08:41:34 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:65)
    2011-07-23 08:41:34 [SEVERE]     at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
    2011-07-23 08:41:34 [SEVERE]     at net.minecraft.server.PlayerManager.a(PlayerManager.java:45)
    2011-07-23 08:41:34 [SEVERE]     at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:141)
    2011-07-23 08:41:35 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:138)
    2011-07-23 08:41:35 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:363)
    2011-07-23 08:41:35 [SEVERE]     at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    2011-07-23 08:41:35 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-23 08:41:36 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-07-23 08:41:37 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-23 08:41:37 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-23 08:41:37 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-23 08:41:37 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-23 08:41:38 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError: Java heap space
        at net.minecraft.server.NBTTagByteArray.a(SourceFile:21)
        at net.minecraft.server.NBTBase.b(SourceFile:64)
        at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
        at net.minecraft.server.NBTBase.b(SourceFile:64)
        at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
        at net.minecraft.server.NBTBase.b(SourceFile:64)
        at net.minecraft.server.CompressedStreamTools.a(SourceFile:46)
        at net.minecraft.server.ChunkRegionLoader.a(SourceFile:29)
        at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:136)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:65)
        at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:45)
        at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:141)
        at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:138)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:363)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-23 10:32:54 [SEVERE] Exception in thread "Listen thread"
    2011-07-23 10:32:56 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-07-23 10:32:57 [SEVERE]     at java.io.BufferedOutputStream.<init>(BufferedOutputStream.java:59)
    2011-07-23 10:32:59 [SEVERE]     at net.minecraft.server.NetworkManager.<init>(NetworkManager.java:56)
    2011-07-23 10:33:01 [SEVERE]     at net.minecraft.server.NetLoginHandler.<init>(NetLoginHandler.java:21)
    2011-07-23 10:33:03 [SEVERE]     at net.minecraft.server.NetworkAcceptThread.run(SourceFile:53)
    I hope u will be able to help me :confused:
     
  10. Offline

    Orcem12

    Looks like your map has some issues, lets test that theory make another test server (keep your old world) and start a new map
     
  11. Offline

    Klawful

    Orcem12, is there some way I can either direct-message you, such as IRC? or perhaps voice-chat? Teamspeak/skype? :)
     
  12. Offline

    Orcem12

    Later I would say yes but atm I don't have a mic : /
     
  13. Offline

    Klawful

    Any idea what I've done, from the post I did above? Im sure I've missed something I just didnt know. There's a serious lack of text-based guides on how EXACTLY the permissions work and the files associated, unless you know a good one for me.
     
  14. Offline

    Orcem12

    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: 'Guest'
                suffix: ''
                build: false
            inheritance:
            permissions:
                -'permissions.has'
                -'permissions.perms.list'
                -'permissions.parents.list'
        Builder:
            default: false
            info:
                prefix:''
                suffix:''
                build: true
            inheritance:
                - Guest
            permissions:
        Moderator:
            default: false
            info:
                prefix:''
                suffix:''
                build: true
            inheritance:
                - Builder
            permissions:
                -'permissions.reload.*'
                -'permissions.list.users'
                -'permissions.list.groups'
                -'permissions.create'
                -'permissions.promote.<track>'
                -'permissions.demote.<track>'
        Admin:
            default: false
            info:
                prefix:''
                suffix:''
                build: true
            inheritance:
                - Moderator
            permissions:
                -'permissions.delete'
                -'permissions.perms.add'
                -'permissions.perms.remove'
                -'permissions.parents.add'
                -'permissions.parents.remove'
                -'admincmd.time.*'
                -'admincmd.item.*'
                -'admincmd.tp.*'
                -'admincmd.player.*'
                -'admincmd.weather.*'
        Owner:
            default: false
            info:
                prefix:''
                suffix:''
                build: true
            inheritance:
                - Admin
            permissions:
                -'*'
    Sorry have to go :/ I'll finish this once I get back :) Try to work off on what I did so far :D
     
  15. Offline

    tombik

    I'm trying it right now (u can join us antani.clanwars.cz:25810 ) :).
     
  16. Offline

    Stun Gunner5

    I'm an idiot when it comes to Minecraft problems, so um... how do I rename my server's world?
     
  17. Offline

    Orcem12

    Lol No problem at all, you can right click the file/folder you want to be renamed and click "Rename"
     
  18. Offline

    Digitalyzed

    I'm trying to run a craftbukkit server and used the recommended installer to do so. After using it I can access the server using my ip but no-one else can. whenever my friend tries to join he gets the message "timed out" or "connection refused" based on whether or not my router firewall is active. I've tried port forwarding through the router and the control panels firewall, i've added minecraft to the list of allowed programs, i've disabled whitelisting and op'd my friend. I've even disabled the firewall and tried to get my friend to use my internet ip with the 25565 port yet nothing works. Any help would be greatly appreciated :)

    btw there are no current plugins used other than the stuff that comes with the installer.
     
  19. Offline

    Orcem12

    Ok since this is a private situation I'll pm you.
     
  20. Offline

    SexShido

  21. Offline

    Orcem12

  22. Offline

    DArgo2006

    Hey man, I need help setting up a server, I just added you on skype and I'm waiting for you to login. // dargo2006 = my username on skype.
     
  23. Offline

    msz9

  24. Offline

    Orcem12

    Java Updated and Server Launcher look like this?
    Code:
    cd ~/Desktop
    mkdir "Bukkit Server"
    cd ~/Desktop/Bukkit\ Server
    curl -O http://ci.bukkit.org/job/dev-CraftBukkit/promotion/latest/Recommended/artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar
    mv craftbukkit-0.0.1-SNAPSHOT.jar CraftBukkit.jar
    echo "cd ~/Desktop/Bukkit\ Server
    java -Xincgc -Xmx[RAM]M -jar CraftBukkit.jar" >LaunchServer.command
    chmod +x LaunchServer.command
    echo "Open LaunchServer.command with TextEdit, and replace [RAM] with:
    512 or 1024 or  1536 or 2560 or 3072 or 5120
    That is the ram amount the server will have.
    512=512MB;  1024=1GB;  1536=1.5GB;  2560=2.5GB;  3072=3GB;  5120=5GB
    It is good to update your server at least once per week." >README.txt
    open -a TextEdit LaunchServer.command
    
    or rather this...


    Code:
    cd ~/Desktop
    mkdir "Bukkit Server"
    cd ~/Desktop/Bukkit\ Server
    curl -O http://ci.bukkit.org/job/dev-CraftBukkit/promotion/latest/Recommended/artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar
    mv craftbukkit-0.0.1-SNAPSHOT.jar CraftBukkit.jar
    echo "cd ~/Desktop/Bukkit\ Server
    java -Xincgc -Xmx1024M -jar CraftBukkit.jar" >LaunchServer.command
    chmod +x LaunchServer.command
    echo "Open LaunchServer.command with TextEdit, and replace [RAM] with:
    512 or 1024 or  1536 or 2560 or 3072 or 5120
    That is the ram amount the server will have.
    512=512MB;  1024=1GB;  1536=1.5GB;  2560=2.5GB;  3072=3GB;  5120=5GB
    It is good to update your server at least once per week." >README.txt
    open -a TextEdit LaunchServer.command
    
     
    msz9 likes this.
  25. Offline

    msz9

    OMFG! The second one works! You are epic!
     
  26. Offline

    Orcem12

    No your Sir are epic.
     
  27. Offline

    msz9

    I get the following error:
    Last login: Sat Jul 23 15:03:37 on ttys000
    /Users/marcus/Desktop/Bukkit\ Server/LaunchServer.command ; exit;
    marcuss-imac:~ marcus$ /Users/marcus/Desktop/Bukkit\ Server/LaunchServer.command ; exit;
    151 recipes
    16 achievements
    15:04:56 [INFO] Starting minecraft server version Beta 1.7.3
    15:04:56 [INFO] Loading properties
    15:04:56 [INFO] Starting Minecraft server on 173.89.110.182:25565
    15:04:56 [WARNING] **** FAILED TO BIND TO PORT!
    15:04:56 [WARNING] The exception was: java.net.BindException: Can't assign requested address
    15:04:56 [WARNING] Perhaps a server is already running on that port?
    >


    I am using Mac OSX 10.5.8
    I have newest vesrion of Bukkit
    Nothing else is using that port
    It is port forwarded correctly
    I have 2GB of RAM

    Please help!(yes it is me again xD )
     
  28. Offline

    Orcem12

    "It is port forwarded correctly" Are you surrrrrrrrrrrrrrrre? xD console tells the player (you) exactly why it cannot run the server try portforwarding (again) with your MAC stuff lol @ me (Not a Mac user at all) and update java if haven't already.
     
  29. Offline

    Stun Gunner5

    Yeah, renaming it didn't do anything.
     
  30. Offline

    msz9

    I shouldn't have to do it on my Mac. I should be able to do it on any computer and then it works on any computer :/
    Do you know anything else that might help?
     
Thread Status:
Not open for further replies.

Share This Page