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. You have tabs in your groups.yml oder world.yml depending on your Permissions Plugin (It looks like Permissions 3.x).
    All .yml files need to be written with spaces only and no tabs.

    Also you should change from Permissions to something else like SuperPerms or PermissionsEx because it will not be supported any longer.

    To you "can't find PluginxX Source": Don't worry it is just a informal message of CraftbukkitUpToDate that it can't find the sources for these plugins and you will have to download the new updated jar files for yourself.
     
  2. Offline

    skywalker55

    @silthus
    hello, we changed this command starting server and there were the same lags + few crashes. So maybe we will try with these plugins... Thx for reply
     
  3. Start with the ones that use a lot of memory and cpu:

    LWC, Logblock, Permissions, Essentials (can cause a lot of trouble when configured wrongly), Falsebook/Craftbook, {Worldguard,Worldedit (they are most likely stable)}, and so on

    Also look for updates on your plugins before you start eliminating them. The updates can often fix your problems. If you dont have RB#1060 you should update too.
     
  4. Offline

    Riddle

    Guys problem is solved thanks to Alex P., a guy who found me yesterday on skype. It happened to be some sort of IP misconfiguration. Thanks to all of you for the work you are doing here!
     
  5. Offline

    iFr0z3n

    Hey guys, once again. -.-

    I have been using PermissionsBukkit v1.2K. And I read that you cant use the *: true node, so I was thinking what all admin nodes, like the ones that enable everything for an admin. If anyone has a list than please reply.

    Plugins:
    AutoMessage
    CreeperHeal
    Essentials
    EssentialsChat
    EssentialsGeoIP
    EssentialsProtect
    EssentialsSpawn
    HeriocDeath
    iConomy
    Jobs
    LogBlock
    LogBlock Questioner
    MineBackup
    PermissionsBukkit-1.2
    spout-dev-SNAPSHOT
    Towny
    VanishNoPickup

    What I need is the nodes that enable EVERYTHING.
    Thanks you.
     
  6. Offline

    tyzoid

    It looks like your plugins are out of date and/or you are using Permissions. Try updating to permissionsEx if your plugins are in fact up-to-date.

    And as for your second question, there is nothing we can do. You need to look through all of the plugin docs and find the permissions nodes.
     
  7. Offline

    M1sT3rM4n

    Try SuperPerms.
     
  8. Offline

    iFr0z3n

    I can't find that, is there a direct link?
     
  9. Offline

    skywalker55

    @silthus
    You were right! LWC was responsible for lags. Now lags are gone, but we still have crashes. Console in multicraft is spamming this message " [Server] Info say " and this : " [INFO] The action has a block CraftBlock{chunk=CraftChunk{x=-18z=-9}x=-285y=78z=-142} associated with it." Any ideas?
     
  10. Offline

    M1sT3rM4n

    Apparently silthus also joined

    *confused clapping
     
  11. Offline

    tyzoid

    SuperPerms isn't a plugin
    SuperPerms is the codename of the bukkit permissions API.

    PermissionsBukkit and PermissionsEx have support for SuperPerms.

    @skywalker55
    It looks like a plugin of your's is spamming debugging messages.

    @silthus
    Welcome to the firm :)
     
  12. Offline

    rwp140

    hey I seem to be having a problem with the bukkit server jar, its not my first time using it, i've tried runing ti with otu plugins(seemed to give the same errors regardless). I've checked and repaired the map(the normal minecraft server jar runs it fine). the run command i use in the terminal is java -xmx2G -xms2G craftbukkit-0.0.1-SNAPSHOT.jar , the os is ubuntu. any ideas what it could be every thing was working fine tell a little while ago, the most i ddi was restart the computer/server recently(yes i made sure I exited the console properly). any ideas? (note i've treid reinstalling the bukkit jar to no avail, my bets guess is i have to do an update check on ubuntu but i just want to check here first).

    thanks for any help thus provided, I'll do my best to fill in any information i have not yet yielded.
     

    Attached Files:

  13. Offline

    Thedudester09

    On my server I'm the only one with access to most commands( some work for others, some don't). It's probably my groupmanager setup( right now I'm trying to use groupmanager since permissions isn't working for me either). Could somebody walk me through fixing this? I'm running Bukkit 1060. Thanks!

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

    tyzoid

    @rwp140
    Looks like something wrong with
    java.util.zip

    Try reinstalling java, or upgrading to java6.

    @Thedudester09
    It looks like there is a problem with your YML formatting.

    Try this one:
    Show Spoiler

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


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

    rwp140

    Will do, thanks for the information, but how come that doesn't effect vanilla?
    oh and do you have the update command for java on linux, I sorrily didn't write it down and the website never updated java properly for my server to begin with.
     
  16. Offline

    Hesse77


    Yes, using Permissions 3.1.6
    Hard to transition right now where all the main plugins are using it, and its not being updated. I'm trying to wait for all the plugins to switch, for me to switch. Thanks for the info.

    Code:
    14:46:37 [SEVERE] java.util.ConcurrentModificationException
    14:46:37 [SEVERE] 	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
    14:46:37 [SEVERE] 	at java.util.AbstractList$Itr.next(AbstractList.java:343)
    14:46:37 [SEVERE] 	at net.minecraft.server.ChunkLoader.a(SourceFile:121)
    14:46:37 [SEVERE] 	at net.minecraft.server.ChunkRegionLoader.a(SourceFile:62)
    14:46:37 [SEVERE] 	at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:164)
    14:46:37 [SEVERE] 	at net.minecraft.server.ChunkProviderServer.saveChunks(ChunkProviderServer.java:213)
    14:46:37 [SEVERE] 	at net.minecraft.server.World.save(World.java:216)
    14:46:37 [SEVERE] 	at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandler.java:78)
    14:46:37 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:401)
    14:46:37 [SEVERE] 	at me.jumla.NoMoreRollback.NMR$1.run(NMR.java:64)
    14:46:37 [SEVERE] 	at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    14:46:37 [SEVERE] 	at java.lang.Thread.run(Thread.java:680)
    Happened, when the console was forcing a save. Any idea?

    This also happened, after someone joined, and the line below that said "Connection Reset", then this

    Code:
    14:51:35 [SEVERE] java.net.SocketException: Socket closed
    14:51:35 [SEVERE] 	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:99)
    14:51:35 [INFO] mac545 lost connection: disconnect.quitting
    14:51:35 [SEVERE] 	at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
    14:51:35 [SEVERE] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    14:51:35 [SEVERE] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
    14:51:35 [SEVERE] 	at java.io.DataOutputStream.flush(DataOutputStream.java:106)
    14:51:35 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  17. Offline

    Thedudester09

    Tried the code you gave me, it didn't work though. Actually, it caused my players to be unable to build for some reason. Thanks for the effort though. Here's my users code to go with the groups. Any other suggestions?

    Code:
    users:
      Thedudester09:
        subgroups: []
        permissions: []
        group: Owner
      MrDudePigeon:
        subgroups: []
        permissions: []
        group: Overwatch  bcepicwin:
        subgroups: []
        permissions: []
        group: Overwatch
      erroraj:
        subgroups: []
        permissions: []
        group: Overwatch
      jumbapablo:
        subgroups: []
        permissions: []
        group: Overwatch
    
     
  18. Offline

    tyzoid

    @Thedudester09
    What permissions system are you using?

    @Hesse77
    PermissionsEx supports the old permissions format. You should try that, as older plugins will still work, and newer ones will use the new system.
     
  19. Offline

    Jogy34

  20. Offline

    MikalMirkas

    I have a massive problem.
    I made a thread (also in the Bukkit Help forum) called http://forums.bukkit.org/threads/my-server-hates-me-okay.35010/

    I can't get 9/10ths of my plugins to run after configuring PEX.

    Edit: Also @m1st3rm4 how do you recommend you get a small server to gain popularity?
     
  21. Offline

    Thedudester09

    At the moment I'm using Groupmanager included in Essentials, but I've also tried Permissions.
     
  22. Offline

    tyzoid

    @Thedudester09
    You need to create a default group with the permissions you want all of your users to have.
     
  23. Offline

    M1sT3rM4n

  24. Offline

    iFr0z3n

    Okay, i have question.
    When I get new players, and I want them to go from guest to member, I have to restart the server. Its damn annoying.
    And also, I use the node towny.wild.* and it says your not allowed to build cause of towny, is their anyway to get rid of that messsage. And will getting rid towny.wild.* still allow people to build in the wild?
     
  25. Offline

    Jogy34

    @M1sT3rM4n I already have. No one can help me
     
  26. You can reload your permissions plugin and it will promote your players. There is also a plugin that promotes them by typing a secret word into the chat.
     
  27. Offline

    tyzoid

    Thats odd that it works with vanilla.
    Try it with no plugins first, and add them one-by-one.

    Here is the command:
    sudo apt-get install sun-java6-jre
     
  28. Offline

    godgodgodgo

    How can I view the cpu and ram usage of each plugin on my server?
     
  29. Offline

    tyzoid

    @godgodgodgo
    I can't think of any, and I don't think there is a simple solution.
    Sorry.
     
  30. Offline

    M1sT3rM4n

    For a small server to gain popularity you have to focus it on something that you envision. For example, do you want a RPG server? A survival server? Or etc? Based on these criteria and based on your community's need you can tailor-suit your server's need.
     
Thread Status:
Not open for further replies.

Share This Page