The Bukkit Consulting Firm - Solving all your Bukkit-related challenges!

Discussion in 'Bukkit Help' started by M1sT3rM4n, Aug 25, 2011.

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

    tyzoid

    Try posing your server on forum lists (such as mcserver)
    And create a forum for your server.
     
  2. Offline

    M1sT3rM4n

    You can't, unless you isolate each one and run the server monitoring the RAM + CPU usage, then swap.
     
  3. Offline

    Thedudester09

    Thanks! It was there, I just missed a couple spaces for some reason. My players now have access to all the commands they're supposed to, but they still can't build. Any solution?
    Groups:

    Code:
    groups:
      Default:
        default: true
        permissions:
        - essentials.afk
        - essentials.help
        - essentials.home
        - essentials.ignore
        - essentials.list
        - essentials.motd
        - essentials.msg
        - essentials.nick
        - essentials.ping
        - essentials.rules
        - essentials.seen
        - essentials.sethome
        - essentials.suicide    - permissions.build
        inheritance: []
        info:
          prefix: '&e'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - overwatch
        info:
          prefix: '&4'
          build: true
          suffix: ''
      Prisoner:
        default: false
        permissions: []
        inheritance: []
        info:
          prefix: ''
          build: false
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.time
        - essentials.time.set
        inheritance:
        - default
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Overwatch:
        default: false
        permissions:
        - essentials.back.death
        - essentials.build    - essentials.back
        - essentials.give
        - essentials.god
        - essentials.god.others
        - essentials.heal
        - essentials.item
        - essentials.jump
        - essentials.kick
        - essentials.mute
        - essentials.others
        - essentials.tempban
        - essentials.top
        - essentials.tp
        - essentials.unban
        - essentials.unbanip
        - essentials.unlimited
        - essentials.warp
        - essentials.weather
        inheritance:
        - moderator
        info:
          prefix: ''
          build: true
          suffix: ''
    
    Users:
    Code:
    users:
      erroraj:
        subgroups: []
        permissions: []
        group: Overwatch
      MrDudePigeon:
        subgroups: []
        permissions: []
        group: Overwatch
      jumbapablo:
        subgroups: []
        permissions: []
        group: Overwatch
      Thedudester09:
        subgroups: []
        permissions: []
        group: Owner
      bcepicwin:
        subgroups: []
        permissions: []
        group: Overwatch
    
     
  4. Offline

    M1sT3rM4n

    Please reformat. Also, what permission system are you using?
     
  5. Offline

    Thedudester09

    Yeah, sorry. I'm using GroupManager.
     
  6. Offline

    M1sT3rM4n

    I'd suggest you move over to PermissionEx or bPermissions.
     
  7. Offline

    tyzoid

    @Thedudester09
    Do you have towny by chance?

    If so, they have to have towny.wild.build
     
  8. Offline

    Thedudester09

    Nope, I don't have Towny. I have: Essentials, EssentialsChat, EssentialsGroupManager, EssentialsGroupBridge, EssentialsSpawn, FoundDiamonds, HeroicDeath, Openinv, PickBoat, SecretDoors, SherbetLemon_1.0.0, and SuperPickaxe.
    Think so? I tried permissions, but couldn't get it working. I'll try to though.
     
  9. Offline

    Retricide

    I thought GM broke with CB#1060.
    Are you sure commands are working? Make sure whoever is testing commands opped.
    My guess is that GM isn't working. Post your server.log too, on pastebin.
     
  10. Offline

    Thedudester09

    It's possible that GroupManager broke, but then wouldn't the person who is testing commands not be able to use any of them? I should probably just switch to Permissions, is there anybody willing to help me convert to it? Here's the link to my server log: http://pastebin.com/u/Thedudester09

    I'm near my breaking point with this server, it seems to have problems that nobody can identify. I may just give up on it if I can't get these stupid permissions working properly.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  11. Offline

    Zaros

    Everyone joining my server gets unknown console command on join. I've removed all plugins and still get it. I've even tried different builds of craftbukkit. Can't find what the issue is... Could it be the .sh launcher?
     
  12. Offline

    Retricide

    Could be. Or, it could be a wrapper (regardless, related to the way you initialize the server).
    Are you using a wrapper, and if so, which wrapper?
    If not, post your startup script.

    If the person testing is OPed, they get access to every command (regardless of you having any, or a working, permission system). Make sure whoever is testing is not an op. If they still get access to commands, but can't build, then it's a strange problem.

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

    Thedudester09

    Well, then it's a strange problem, because they weren't opped. I'm currently in the process of switching to PermissionsEx, maybe that will fix it.
     
  14. Offline

    Zaros

    Code:
    #! /bin/bash
    LD_LIBRARY_PATH=/minecraft/.java7/lib/amd64
    export LD_LIBRARY_PATH
    /minecraft/.java7/bin/java -server -XX:+DisableExplicitGC -Xmx1024M -Djava.library.path=/minecraft/.java7/lib/amd64 -jar craftbukkit.jar nogui
    
    Theres two of us so I'd have to ask if we have one. To my knowledge, we do not have a server wrapper.

    Edit: No wrapper.
     
  15. Offline

    iFr0z3n

    Nevermind, apparently PermissionsEX doesn't even require me to reload anything, just type the name and go.
    Thanks anyways though.
     
  16. Offline

    SkyCraft

    This is spamming my console and causing both my server to lag.
    I have no clue on this error, so please help. A.S.A.P

    Code:
    2011-09-05 06:28:44 [INFO] Chunk file at 65,35 is in the wrong location; relocating. (Expected 65, 35, got 69, 33)
    2011-09-05 06:28:44 [INFO] Chunk (69, 33) stored at  (65, 35)
    2011-09-05 06:28:44 [SEVERE] java.lang.Throwable
    2011-09-05 06:28:44 [SEVERE]     at org.bukkit.craftbukkit.util.LongHashtable.put(LongHashtable.java:19)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.PlayerManager.a(PlayerManager.java:45)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.PlayerManager.addPlayer(PlayerManager.java:84)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:134)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-09-05 06:28:44 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  17. Offline

    tyzoid

    @SkyCraft
    Make a backup, then run chunkster.
     
  18. Offline

    kuyan

    Does anyone know of a plugin that controls who can teleport to who? I saw Tele++, but didn't want an entire teleportation suite.

    Thanks in advance for the help!
     
  19. Offline

    hammale

    I personally use Tele++, if you have permissions you can just disable some of the features, it also comes with a config file that disables features I THINK!

    Which permissions, PEX? Whats not working? Can I have the server.log? The permissions file? DONT GIVE UP HOPE :p

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

    tyzoid

    Maybe someone can help me with this.
    It just started doing this like 1 hr ago...

    I open minecraft, and I try to connect to my server. It connects then minecraft goes into a black screen (or light blue screen) and I have to force it closed.

    I reinstalled java, redownloaded minecraft, and restarted my computer.

    Idk why this is happening. Other servers work FINE!!! (My server hates me)

    I also tried to connect on a different computer, and it worked.
     
  21. Offline

    kuyan

    Thank you! I'll try it out.
     
  22. Offline

    hammale

    That doesnt sound like a server problem. The same thing happened to me when I installed a mod wrong. Did you install any mods lately?

    to all plugin devs,
    I submitted a plugin on aug. 26 and its still not moved to releases, how long does it usually take?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  23. They only accept plugins submitted to: dev.bukkit.org now.
     
  24. Offline

    Laserhog

    @tyzoid
    I am trying to make a plugin atm and am running into some troubles with how to delete a file while it is in use. The particular file is the server.log and i was wondering if you knew of any round about way to do this. My ideas were something like stopping the server, deleting it, restarting the server, but these brought up more problems for me as to how would the plugin run with the server stopped or even how could it restart the server again when the plugin isn't running.
    Any help would be appreciated.
     
  25. Offline

    iFr0z3n

    Hey is there a command/plugin that lets you teleport to a random in the world, but still within the border?And also above ground, so you can't be teleported under ground?
    Border set: 15000 from (x:28, y:65, z:59)
     
  26. Offline

    M1sT3rM4n

    Try using the plugin development section.

    There isn't, but you can use multiworld handlers.

    Please give us more information.

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

    iFr0z3n

    Mmm, any way to make one? Would it even be possible?
     
  28. Offline

    o_Flea

  29. Offline

    Mrchasez

    Could you include iOPv2.1 In your "Chat" selection? It supports Prefix and suffix for servers running with or without a permissions plugin. Within a week i will release an update that allows Groups and in game commands to edit and manage the config (prefix/suffix/player msg/name color) right now its all configurable in the config and it works great. Would be appreciated if you did.
    Thanks
     
  30. Offline

    M1sT3rM4n

    If you figure out how to code plugins lol

    While iOP is nice, PermissionEx also covers the same functionalities.

    How are you connecting to your server?

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

Share This Page